Compose started at Sun Feb 22 08:10:04 UTC 2015 New package: dock-1.1.0-1.fc23 Improved builder for Docker images
New package: forbidden-apis-1.7-1.fc23 Generics Policeman's Forbidden API check
New package: fusioninventory-agent-2.3.15-3.fc23 FusionInventory agent
New package: mycila-licenses-1-1.fc23 Licenses used in Mycila projects
New package: perl-Perl4-CoreLibs-0.003-1.fc23 Libraries historically supplied with Perl 4
Updated Packages:
autoconf213-2.13-34.fc23 ------------------------ * Fri Feb 20 2015 Pavel Raiskup praiskup@redhat.com - 2.13-34 - don't ship broken (and ancient) autoscan (rhbz#1194568) - drop explicit 'Requires: perl' (related rhbz#1194568)
Size change: -1617 bytes
bridge-method-injector-1.14-1.fc23 ---------------------------------- * Thu Feb 19 2015 Michal Srb msrb@redhat.com - 1.14-1 - Update to upstream version 1.14
Size change: -281 bytes
drupal7-webform-4.3-1.fc23 -------------------------- * Fri Feb 20 2015 Peter Borsa peter.borsa@gmail.com 4.3-1 - Update to 4.3 - Release notes can be found at https://www.drupal.org/node/2427257
Size change: 1573 bytes
fedora-upgrade-22.1-1.fc23 -------------------------- * Fri Feb 20 2015 Miroslav Suchý msuchy@redhat.com 22.1-1 - bump up version - import rpmfusion keys only if it exists - add F22 GPG keys - add Fedora 22
Size change: 362 bytes
fonts-KOI8-R-1.0-21.fc23 ------------------------ * Fri Feb 20 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0-21 - Fix rpmlint warnings file-not-utf8 and doc-file-depdendency - Re-align the spec file lines - Fix rpmlint warning of self-obsoletion - Fix summary - Use rpm macros - remove %clean and buildroot removal from %install, optional now - defattr, Group tag, buildroot tag are optional now
Size change: 3525 bytes
git-bz-0-0.3.20150220gitfe35f65.fc23 ------------------------------------ * Fri Feb 20 2015 Ville Skyttä ville.skytta@iki.fi - 0-0.3.20150220gitfe35f65 - Update to current upstream git
Size change: 166 bytes
gnome-shell-extension-background-logo-3.15.90-1.fc23 ---------------------------------------------------- * Fri Feb 20 2015 Florian Müllner fmuellner@redhat.com - 3.15.90-1 - Update to 3.15.90
Size change: -1223 bytes
gnome-shell-extensions-3.15.90-1.fc23 ------------------------------------- * Fri Feb 20 2015 Florian Müllner fmuellner@redhat.com - 3.15.90-1 - Update to 3.15.90
Size change: 6139 bytes
jasypt-1.9.2-1.fc23 ------------------- * Fri Feb 20 2015 gil cattaneo puntogil@libero.it 1.9.2-1 - update to 1.9.2
Size change: 163294 bytes
jnr-posix-3.0.9-3.fc23 ---------------------- * Fri Feb 20 2015 Michal Srb msrb@redhat.com - 3.0.9-3 - Some tests work locally in mock, but fail in koji - skip them
* Thu Feb 19 2015 Michal Srb msrb@redhat.com - 3.0.9-2 - Skip tests on arm
* Wed Feb 18 2015 Michal Srb msrb@redhat.com - 3.0.9-1 - Update to upstream version 3.0.9
Size change: 21352 bytes
kohsuke-pom-12-1.fc23 --------------------- * Thu Feb 19 2015 Michal Srb msrb@redhat.com - 12-1 - Update to upstream version 12
Size change: -779 bytes
londonlaw-0.2.1-18.fc23 ----------------------- * Fri Feb 20 2015 Hans de Goede hdegoede@redhat.com - 0.2.1-18 - Fix londonlaw not running with wxPython 3.0 (rhbz#1191318)
Size change: 22884 bytes
meld-3.13.0-2.fc23 ------------------ * Fri Feb 20 2015 Lubomir Rintel lkundrak@v3.sk - 3.13.0-2 - Add missing dependencies (Pavel Alexeev, #1192623)
Size change: -910 bytes
mozilla-noscript-2.6.9.15-1.fc23 -------------------------------- * Sat Feb 21 2015 Thomas Spura tomspur@fedoraproject.org - 2.6.9.15-1 - update to 2.6.9.15 (#1176917)
Size change: -778 bytes
mqtt-client-1.10-1.fc23 ----------------------- * Fri Feb 20 2015 gil cattaneo puntogil@libero.it 1.10-1 - update to 1.10
Size change: 1058 bytes
perl-constant-defer-6-1.fc23 ---------------------------- * Fri Feb 20 2015 Petr Pisar ppisar@redhat.com - 6-1 - Version 6 bump
Size change: -146 bytes
phpMyAdmin-4.3.10-1.fc23 ------------------------ * Sat Feb 21 2015 Robert Scheck robert@fedoraproject.org 4.3.10-1 - Upgrade to 4.3.10 (#1194949)
Size change: 980 bytes
pykickstart-2.0-1.fc23 ---------------------- * Fri Feb 20 2015 Chris Lumens clumens@redhat.com - 1.99.67-1 - Make sure pykickstart requires some version of the library. (clumens) - Split into python2 and python3 specific packages. (clumens) - Look for translations in their new location. (clumens) - Install .mo files into the python site-packages directory. (clumens) - Merge pull request #3 from tradej/python3 (clumens) - Fixed pylint warnings (tradej) - Fixed executables in tools + related parts of pykickstart.parser. (tradej) - Explicitly closing files. Python 3 tests work now. (tradej) - Implemented rich comparison for parser.Group. (tradej) - Error parsing in test.commands.logvol matches Python 3's optparse. (tradej) - Keeping order of contents in the %packages section with OrderedSet (under MIT license). (tradej) - Redefined _ in pykickstart.i18n, importing. (tradej) - Fixed assertRaisesRegexp function in Python3. (tradej) - Replaced string.strip(pkgs) with str(pkgs).strip(). (tradej) - Adapted Makefile to allow running tests under Python 3. (tradej) - Converted syntax to Python 3-compatible (rhbz#985310) (tradej) - Fix a problem pylint caught with the last patch merge. (clumens) - Make sure pykickstart/*/*py messages get included in pykickstart.pot. (clumens) - Merge pull request #2 from tradej/urlgrabber (clumens) - Replaced URLGrabber with requests (rhbz#1141245) (tradej) - Remove --nobase as an option. (clumens) - Add support to rhel6 for specifying thin pool profile (vpodzime) - Add support to rhel6 for custom layouts using lvm thin provisioning. (dlehman)
* Fri Jan 30 2015 Chris Lumens clumens@redhat.com - 1.99.66-1 - network: add support for bridge to F22 (#1075195) (rvykydal) - Use GPLv2 and MIT in pykickstart.spec (bcl)
Size change: 18707 bytes
python-django-horizon-2015.1-0.1.b2.fc23 ---------------------------------------- * Fri Feb 20 2015 Matthias Runge mrunge@redhat.com - 2015.1-0.1.b2 - rebase to 2015.1.0b2
Size change: 452631 bytes
python-flask-debugtoolbar-0.9.2-1.fc23 -------------------------------------- * Wed Feb 18 2015 Yohan Graterol yohangraterol92@gmail.com - 0.9.2-1 - Update version.
Size change: -96 bytes
python-fmn-lib-0.4.7-1.fc23 --------------------------- * Fri Feb 20 2015 Ralph Bean rbean@redhat.com - 0.4.7-1 - new version
Size change: -791 bytes
python-fmn-rules-0.4.7-1.fc23 ----------------------------- * Fri Feb 20 2015 Ralph Bean rbean@redhat.com - 0.4.7-1 - new version
Size change: 375 bytes
python-fmn-web-0.4.7-1.fc23 --------------------------- * Fri Feb 20 2015 Ralph Bean rbean@redhat.com - 0.4.7-1 - new version
Size change: 125 bytes
python-oslo-concurrency-1.4.1-2.fc23 ------------------------------------ * Fri Feb 20 2015 Matthias Runge mrunge@redhat.com - 1.4.1-2 - added openstack/common/fileutils.py - added dependencies
Size change: -852 bytes
python-tw2-core-2.2.2-1.fc23 ---------------------------- * Fri Feb 20 2015 Ralph Bean rbean@redhat.com - 2.2.2-1 - new version
* Fri Feb 20 2015 Ralph Bean rbean@redhat.com - 2.2.2-1 - new version - Further fix rhel6 conditionals.
* Thu Nov 13 2014 Ralph Bean rbean@redhat.com - 2.2.1.1-5 - Spec bump to deal with ridiculous epel7 merge. ;(
* Wed Nov 12 2014 Ralph Bean rbean@redhat.com - 2.2.1.1-3 - Update rhel6 conditionals.
Size change: 113067 bytes
rolekit-0.2.1-1.fc23 -------------------- * Fri Feb 20 2015 Stephen Gallagher sgallagh@redhat.com 0.2.1-1 - New Database Server Role - Enhancements to async.py for impersonation and passing stdin
Size change: -2086 bytes
rubygem-rack-test-0.6.3-1.fc23 ------------------------------ * Fri Feb 20 2015 Vít Ondruch vondruch@redhat.com - 0.6.3-1 - Update to rack-test 0.6.3.
Size change: 4308 bytes
shinken-2.2-1.fc23 ------------------ * Sun Jan 18 2015 David Hannequin david.hannequin@gmail.com - 2.2-1 - update from upstream.
Size change: -662313 bytes
tesla-pom-4-4.fc23 ------------------ * Fri Feb 20 2015 Mikolaj Izdebski mizdebsk@redhat.com - 4-4 - Add alias for io.takari:takari
Size change: 3131 bytes
tracer-0.5.7-1.fc23 ------------------- * Fri Feb 20 2015 Jakub Kadlčík frostyx@email.cz 0.5.7-1 - Update informations about DNF plugin (frostyx@email.cz) - Prevent traceback when deleted user; See #33 (frostyx@email.cz) - Rename 'print' action to 'return' and set it to rules (frostyx@email.cz) - Add ProcessWrapper to ensure psutil compatibility (frostyx@email.cz) - Drop dnf plugin (moved to dnf-plugins-extras) (i.gnatenko.brain@gmail.com) - Use rpm-python library instead of calling rpm commands (i.gnatenko.brain@gmail.com) - Use Yum as package manager on CentOS (frostyx@email.cz)
Size change: 605 bytes
vagrant-1.7.2-3.fc23 -------------------- * Fri Feb 20 2015 Vít Ondruch vondruch@redhat.com - 1.7.2-3 - Fix Puppet provisioning error available in 1.7.2 re-release.
* Fri Feb 20 2015 Michael Adam madam@redhat.com - 1.7.2-2 - Add missing dependencies.
Size change: 1063 bytes
xdg-utils-1.1.0-0.37.rc3.fc23 ----------------------------- * Fri Feb 20 2015 Rex Dieter rdieter@fedoraproject.org 1.1.0-0.37.rc3 - xdg-open wrongly passes all command line arguments as one argument to e.g. okular on non Gnome desktops (#1191981)
Size change: 339 bytes
Summary: Added Packages: 5 Removed Packages: 0 Modified Packages: 32 Size of added packages: 2095569 (2.0 M) Size change of modified packages: 143812 (140 k) Size of removed packages: 0 (0 ) Size change: 2239381 (2.1 M) Compose finished at Sun Feb 22 10:28:57 UTC 2015