Fedora ARM 12 on IGEPv2 (Beagle Board clone)
by Matthew Wilson
Hi all,
I would like to introduce myself to the group. I have recently
received an IGEPv2 board [1], which is based on the Beagle Board, but
with wifi, bluetooth, ethernet, and more RAM. I'm still at the "wow,
it's tiny and it runs Linux" stage. I should get a bit more time over
the next month and Christmas to play around properly with it.
I'm new to embedded development, but neither new to Linux nor ARM
(writing my first ARM assembly some 15 years ago). However, for the
past 6 years I've not even built a Linux kernel, preferring to use the
default kernel in Fedora for simplicity :)
Firstly, a thank you to those involved in Fedora ARM for getting it to
this stage. If I get the time, I'd really like to contribute some
(probably small) effort to help get Fedora ARM working well on the
IGEPv2 and Beagle Board. As I progress, I'd like to know what I can
do to help.
In the meantime, I have some questions. Apologies in advance if these
seem simple.
1) There are various different kernels from different sources. I'm
used to there being a small set of "right" kernels (that is, Fedora's
idea of "right") for x86. I fully appreciate that different ARM-based
boards are quite different in capabilities (like different instruction
set variants).
a) Is there likely to be some standardised vanilla Fedora ARM kernel
source? (Or is that simply the source RPM available for Fedora?)
Then patches /could/ be offered for the more common systems (e.g.
Beagle Board & clones, SheevaPlug).
b) Would it then make sense to offer these as pre-built RPMs for common systems?
c) Is there any guidance on which version is good to use as a base?
I've seen quite different kernel versions being used (from 2.6.27 to
2.6.31).
2) I understand a little bit about the different calling conventions,
FP differences (e.g. soft FPU versus VFP), and instruction set
differences (v5 versus v7).
a) Can the kernel can be safely built with a different instruction set
targeted? (I know there are different optimisation options passed to
GCC. Apologies if this seems a bit newbie-ish.)
b) For FP-heavy programs (e.g. ogg encoding), is it possible to build
the packages with VFP/NEON but still get them to work in a soft FPU
system? I'd imagine any call to an external library would have to
somehow be defined to use a different calling standard.
3) There seem to be some missing dependencies in the packages in the
current Fedora ARM repository. For example, emacs is requiring
libotf, which doesn't seem to be there in the repository. And
likewise with the xorg-x11-font* packages needing ttmkdir. I'm
confused as to how the RPM could have been successfully built without
it. What am I missing?
4) I see there has been some discussion over unaligned data access.
(Oh, I remember that from the ARM2 days.) It seems as if the
Cortex-A8 cores allow unaligned data access when set up to do so [2].
Does this, in any way, help with the compatibility of packages
targetting Cortex-A8?
5) I've managed to get various source packages missing from the Fedora
ARM repositories to compile successfully (natively). I guess there is
a reason why there are not in the repos right now -- is that reason
down to time and priorities, or is there some blocking bugs with many
of these packages?
I look forward to being able to contribute something back into Fedora!
Kind regards,
Matthew
[1] http://www.igep-platform.com/index.php?option=com_content&view=article&id...
[2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344j/Beih...
7 years, 8 months
Fw: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
by Robert Richter
Peter,
today I posted first enablement patches for Cavium Thunder.
See here for the thread:
https://lkml.kernel.org/r/1406732794-20920-1-git-send-email-rric@kernel.org
The patches are publicly hosted on kernel.org:
https://git.kernel.org/cgit/linux/kernel/git/rric/linux.git/?h=thunder/ma...
We will add more patches for Thunder soon.
Please take a look at the patches and consider them for integration
into the arm64 Fedora kernel. Let me know if you have questions or how
I could help adding Thunder support to Fedora.
I will also be at Flock in Prague next week. Maybe we can meet there
and start a discussion on this.
Thanks,
-Robert
----- Forwarded message from Robert Richter <rric(a)kernel.org> -----
Subject: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
Date: Wed, 30 Jul 2014 17:06:29 +0200
From: Robert Richter <rric(a)kernel.org>
To: Catalin Marinas <catalin.marinas(a)arm.com>, Will Deacon <will.deacon(a)arm.com>, Rob Herring <robh+dt(a)kernel.org>, Arnd Bergmann <arnd(a)arndb.de>
Cc: linux-kernel(a)vger.kernel.org, linux-arm-kernel(a)lists.infradead.org, Robert Richter <rrichter(a)cavium.com>
Message-ID: <1406732794-20920-1-git-send-email-rric(a)kernel.org>
Return-Path: <rric.net(a)gmail.com>
X-Mailer: git-send-email 2.0.1
Content-Type: text/plain
From: Robert Richter <rrichter(a)cavium.com>
This initial patches enable Cavium Thunder SoC Family. The patches add
Kconfig and devicetree support and then add Thunder to the defconfig.
The last patch is unrelated to Thunder and enables the tmpfs mount
option for a more convinient use of defconfig with distros.
The Thunder system needs more enablement patches for subsystems and
devices, this includes network, ahci, gicv3/gicv3-its, pci, smmu, kvm.
We will send separate patch sets for these. All of them base on this
initial patches.
Patches are available here:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/linux.git thunder/init
Radha Mohan Chintakuntla (3):
arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family
arm64, thunder: Add initial dts for Cavium Thunder SoC
arm64, thunder: document devicetree bindings for Cavium Thunder SoC
Robert Richter (2):
arm64, defconfig: Enable Cavium Thunder SoC in defconfig
arm64, defconfig: Enable tmpfs mount option
.../devicetree/bindings/arm/cavium-thunder.txt | 10 +
Documentation/devicetree/bindings/arm/cpus.txt | 1 +
arch/arm64/Kconfig | 6 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/thunder-88xx.dts | 387 +++++++++++++++++++++
arch/arm64/configs/defconfig | 2 +
6 files changed, 407 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder.txt
create mode 100644 arch/arm64/boot/dts/thunder-88xx.dts
--
2.0.1
----- End forwarded message -----
8 years, 1 month
Docker image for arm
by Dennis Gilmore
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I have been working with Ian McLeod on getting oz and imagefactory
running on arm. I used the resulting work to build a docker base image
for arm. docker is installable on arm in f22 and rawhide though the
registry does not work correctly since it only supports x86_64.
I figured I would put the base image up at[1] I have tested that it
loads with "docker load -i
Fedora-Docker-Base-22_Alpha_TC8-20150302.armv7hl.tar.xz" and that it
runs bash okay with "docker run -t -i
Fedora-Docker-Base-22_Alpha_TC8-20150302.armv7l /bin/bash"
Regards
Dennis
[1] https://ausil.us/fedora-arm/22_Alpha_TC8/Docker/armhfp/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBAgAGBQJU9oTUAAoJEH7ltONmPFDRucAP/RnC3ufCYvv3CK0Q2oCQVtXw
+ASZ2d2HFgiBc6fZdfTrlYU6aWU6sNSR3vhx5F3zsQ0UqowVN3Mi+Fofsja5wCoi
PeLD/AT3sFHKM+wXWJWLeK7/aw3VVlvYDOk6gfXt2fzrwgCPYwYJ40Y04mh8Po8P
Wq86AvST624uY/D5YCNFDcQPjjwtPotMWQAfPJnz8kU+4zHe45K6pIxtjNLxoUR5
JDS/1qWm5SKpuuJJXPIJjDjiiB8LugAC7mPR6VRqoDdHgvMaB/7/Fpmw9W8KjcHb
xYXroJ+tF8uskKjo0bo0WWoggR/SzCdwbxh1QYYeVqeyz0rnmVdhy9qegRtXpi8J
aqXT/7HT/2pQHHedtIq/sWcrpgOMA5h7p/V+QdZFAV9qKbnT2aeA/mF32JvwwOyE
E7W0NWIJqsBb0ten5xEM8qT338uDJpavnmvwftvB53pHTN3WvocYAJOQnRXpOaWZ
+4se+IEL/XKkyzLx5M4zrckfPFKuSn3kFlur/AsMHModAporhAlX1bHeziaDQ6Z9
7HORWJVwRCeK0tfkA7Z3znhCNfSlx0NgRI1pO9dGLGO+HoWhsUkYlhmo0XlzSuai
N2FULgPw/4ZHKuczLWiAKiP5qGD3h8vrRjuRL5VOaukugMumkFU/MiYsUqQXkBuy
/E3tXPxkZzq/LPdz/l+n
=+a5X
-----END PGP SIGNATURE-----
8 years, 2 months
u-boot plans for Fedora 22 ?
by Hans de Goede
Hi All,
I assume that we will be rebasing u-boot to the just released v2015.01
for F-22? But I was wondering if there is any chance we can jump to
v2015.04 ? The reason I'm asking is that things are progressing
quite rapidly on the u-boot side, at least with Allwinner SoC support,
I've just send a pull-req for v2015.04 with the following highlights:
1) Improved sun6i (A31) support, including support for the A31s variant and
automatic assignment of a SoC serial based MAC address for ethernet
2) Full sun8i (A23) support including DRAM controller init and SPL, so now
people can boot these boards using a full FOSS solution
3) Many improvement to the graphical console support, automatic selection
of the native mode for HDMI/DVI monitors via DDC + EDID, LCD panel support,
VGA output support
4) Preparation work for OTG controller support, together with 3) this allows using
u-boot on tablets effortlessly. The rest of the OTG support is going upstream
through the usb tree
And if possible I would like to see this end up in Fedora 22 :)
Regards,
Hans
8 years, 4 months
Announcing the release of Fedora 22 Beta for aarch64 and POWER platforms!
by Peter Robinson
Fedora 22 Beta Release Announcement
===================================
The Fedora 22 Beta release for aarch64 and POWER secondary architecutres
has arrived, with a preview of the latest free and open source technology
under development. Take a peek inside!
https://dl.fedoraproject.org/pub/fedora-secondary/releases/test/22_Beta/S...
What is the Beta release?
-------------------------
The Beta release contains all the exciting features of Fedora 22's
editions in a form that anyone can help test. This testing, guided by
the [Fedora QA team](https://fedoraproject.org/wiki/QA), helps us
target and identify bugs. When these bugs are fixed, we make a Beta
release available. A Beta release is meant to be feature complete and
bears a very strong resemblance to the third and final release.
The final release of Fedora 22 is expected in May.
We need your help to make Fedora 22 the best release yet, so please take
some time to download and try out the Beta and make sure the things that
are important to you are working. If you find a bug, please report
it – every bug you uncover (and/or help fix!) is a chance to improve
the experience for millions of Fedora users worldwide.
Together, we can make Fedora rock-solid. We have a culture of
coordinating new features and pushing fixes upstream as much as
feasible, and your feedback will help improve not only Fedora but Linux
and free software on the whole.
### Base platform
- Faster and better dependency management: yum has been replaced with
dnf as the default package manager. dnf has very similar command
line options and configuration files compared to yum but also has
several major internal changes including using libsolv in
coordination with friends from the openSUSE project for faster and
better dependency management. dnf-yum provides automatic redirection
from yum to dnf in the command line for compatibility. The classic
yum command line tool renamed to yum-deprecated as a transitional
step for tools still using it.
### Fedora 22 Server
Fedora 22 Server Edition brings several changes that will improve Fedora
for use as a server in your environment.
- Database Server Role: Fedora 21 introduced rolekit, a daemon for
Linux systems that provides a stable D-Bus interface to manage
deployment of server roles. The Fedora 22 release adds onto that
work with a database server role based on PostgreSQL.
- Cockpit Updates: The Cockpit Web-based management application has
been updated to the latest upstream release which adds many new
features as well as a modular design for adding new functionality.
- XFS as default filesystem. XFS scales better for servers and can
handle higher storage capacity and we have made it the default
filesystem for Fedora 22 server users. Other filesystems including
ext4 will continue to be supported and the ability to choose them
have been retained.
Issues and Details
------------------
This is an Beta release. As such, we expect that you may encounter bugs
or missing features. To report issues encountered during testing,
contact the Fedora QA team via the mailing list or in \#fedora-qa on
freenode.
As testing progresses, common issues are tracked on the Common F22
Bugs page:
https://fedoraproject.org/wiki/Common_F22_bugs
Release Schedule
----------------
The full release schedule is available on the Fedora wiki. The current
schedule calls for a final release in the end of May.
https://fedoraproject.org/wiki/Releases/22/Schedule
These dates are subject to change, pending any major bugs or issues
found during the testing process.
8 years, 4 months
arm F-22 Branched report: 20150430 changes
by Fedora compose checker
Compose started at Thu Apr 30 07:15:03 UTC 2015
New package: laszip-2.2.0-4.fc22
Quickly turns bulky LAS files into compant LAZ files
New package: libkdegames4-14.12.3-10.fc22
Common code and data for many KDE4 games
New package: liblas-1.8.0-3.fc22
LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
New package: okteta4-4.14.3-52.fc22
Binary/hex editor for KDE4
New package: python-munch-2.0.2-2.fc22
A dot-accessible dictionary (a la JavaScript objects)
Updated Packages:
gprbuild-2014-2.fc22
--------------------
* Sun Mar 29 2015 Pavel Zhukov <landgraf(a)fedoraproject.org> - 2014-2
- New release (2014)
- Fix library version
Size change: 799 bytes
kajongg-15.04.0-1.fc22
----------------------
* Wed Apr 15 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.0-1
- 15.04.0
* Thu Mar 26 2015 Richard Hughes <rhughes(a)redhat.com> - 14.12.3-2
- Add an AppData file for the software center
Size change: 4229 bytes
kde-dev-scripts-15.04.0-1.fc22
------------------------------
* Fri Apr 17 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.0-1
- 15.04.0
Size change: 26068 bytes
libdwarf-20150310-4.fc22
------------------------
* Mon Apr 20 2015 Tom Hughes <tom(a)compton.nu> - 20150310-4
- Drop PPC linker bug patch, as the bug is now fixed
- Re-enable hardended builds (was the same bug)
Size change: -490 bytes
libkdegames-15.04.0-4.fc22
--------------------------
* Fri Apr 17 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.0-4
- drop libkdegames4, Provides: libkdegames-kf5(-devel)
* Thu Apr 16 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.0-3
- License: LGPLv2 and GPLv2+
- use %license tag
- include compat libkdegames4 here (temporary?)
- filter qml module provides
* Tue Apr 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.0-2
- -devel: add cmake deps
* Tue Apr 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.0-1
- 15.04.0
Size change: 17262 bytes
libmediainfo-0.7.73-2.fc22
--------------------------
* Wed Apr 22 2015 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.7.73-2
- Correct lib version
Size change: -1900 bytes
libzen-0.4.31-2.fc22
--------------------
* Wed Apr 22 2015 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.4.31-2
- Correct lib version
Size change: -1465 bytes
livecd-tools-22.1-1.fc22
------------------------
* Fri Mar 20 2015 Brian C. Lane <bcl(a)redhat.com> 22.1-1
- Version 22.1 (bcl)
- Explicitly add the uas driver to the initrd (#1201983) (bcl)
Size change: 195 bytes
python-XStatic-Angular-1.3.7.0-4.fc22
-------------------------------------
* Fri Apr 10 2015 Matthias Runge <mrunge(a)redhat.com> - 1:1.3.7.0-4
- provide obsoleted python-XStatic-Angular-Cookies (rhbz#1210692)
* Thu Feb 12 2015 Matthias Runge <mrunge(a)redhat.com> - 1:1.3.7.0-3
- introduce epoch due to bump in f22
Size change: 463577 bytes
python-XStatic-Rickshaw-1.5.0.0-4.fc22
--------------------------------------
* Wed Apr 15 2015 Matthias Runge <mrunge(a)redhat.com> - 1.5.0.0-4
- add rickshaw.css
Size change: 97 bytes
python-mistune-0.5.1-1.fc22
---------------------------
* Mon Apr 20 2015 Christian Dersch <lupinix(a)fedoraproject.org> - 0.5.1-1
- new upstream release (0.5.1)
Size change: 1699 bytes
python-pbr-0.10.8-1.fc22
------------------------
* Fri Mar 20 2015 Alan Pevec <apevec(a)redhat.com> - 0.10.8-1
- update to 0.10.8
Size change: 421 bytes
python-pelican-3.5.0-3.fc22
---------------------------
* Fri Apr 17 2015 Matthias Runge <mrunge(a)redhat.com> - 3.5.0-3
- change requirements for pytz
Size change: 118 bytes
rubygem-domain_name-0.5.24-1.fc22
---------------------------------
* Fri Apr 17 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.5.24-1
- 0.5.24
Size change: 4894 bytes
rubygem-moped-1.5.2-5.fc22
--------------------------
* Sun Apr 26 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:1.5.2-5
- Bump epoch for the version downgrade
Size change: -902 bytes
rubygem-text-1.3.1-1.fc22
-------------------------
* Wed Apr 15 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.3.1-1
- 1.3.1
Size change: 4307 bytes
rubygem-unf_ext-0.0.7.1-1.fc22
------------------------------
* Mon Apr 20 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.0.7.1-1
- 0.0.7.1
Size change: -6578 bytes
spacefm-1.0.0-1.fc22
--------------------
* Mon Apr 20 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.0.0-1
- 1.0.0
Size change: 55473 bytes
spin-kickstarts-0.22.4-1.fc22
-----------------------------
* Wed Apr 22 2015 Bruno Wolff III <bruno(a)wolff.to> - 0.22.4
- Roughly the version used for f22 beta
Size change: 1547 bytes
tig-2.1.1-1.fc22
----------------
* Tue Apr 14 2015 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 2.1.1-1
- Update to 2.1.1.
Size change: 6389 bytes
Summary:
Added Packages: 5
Removed Packages: 0
Modified Packages: 20
Size of added packages: 10665383 (10 M)
Size change of modified packages: 575740 (562 k)
Size of removed packages: 0 (0 )
Size change: 11241123 (11 M)
Compose finished at Thu Apr 30 08:39:56 UTC 2015
8 years, 4 months
arm rawhide report: 20150430 changes
by Fedora compose checker
Compose started at Thu Apr 30 05:15:04 UTC 2015
Removed package: kde-plasma-quickaccess-0.8.1-11.fc22
Removed package: kde-plasma-runcommand-2.4-6.fc22
Removed package: kde-plasma-translatoid-1.30-12.svn01092011.fc22
Removed package: kte-collaborative-0.2.0-6.fc22
Removed package: quarticurve-kwin-theme-0.0-0.14.beta4.fc22
Updated Packages:
gnome-weather-3.16.2.1-1.fc23
-----------------------------
* Tue Apr 28 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2.1-1
- Update to 3.16.2.1
- Include new symbolic icon
Size change: -14569 bytes
hwdata-0.277-1.fc23
-------------------
* Wed Apr 29 2015 Michal Minar <miminar(a)redhat.com> 0.277-1
- Updated pci, usb and vendor ids.
Size change: 4945 bytes
meson-0.23.0-2.fc23
-------------------
* Wed Apr 29 2015 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> - 0.23.0-2
- Add python3 to Requires (Thanks to Ilya Kyznetsov)
Size change: 151 bytes
openstack-heat-2015.1-0.1.0rc2.fc23
-----------------------------------
Size change: 133828 bytes
php-horde-Horde-Db-2.2.3-1.fc23
-------------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 2.2.3-1
- Update to 2.2.3
- add provides php-composer(horde/horde-db)
Size change: 406 bytes
php-horde-horde-5.2.5-1.fc23
----------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 5.2.5-1
- Update to 5.2.5
Size change: 96524 bytes
php-horde-imp-6.2.8-1.fc23
--------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 6.2.8-1
- Update to 6.2.8
Size change: 69071 bytes
php-horde-ingo-3.2.5-1.fc23
---------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 3.2.5-1
- Update to 3.2.5
Size change: 29840 bytes
php-horde-kronolith-4.2.6-1.fc23
--------------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 4.2.6-1
- Update to 4.2.6
Size change: 6471 bytes
php-horde-mnemo-4.2.6-1.fc23
----------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 4.2.6-1
- Update to 4.2.6
Size change: 519 bytes
php-horde-turba-4.2.6-1.fc23
----------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 4.2.6-1
- Update to 4.2.6
Size change: 35347 bytes
php-pear-PHP-CodeSniffer-2.3.2-1.fc23
-------------------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
Size change: 9 bytes
php-phpunit-PHPUnit-4.6.5-1.fc23
--------------------------------
* Wed Apr 29 2015 Remi Collet <remi(a)fedoraproject.org> - 4.6.5-1
- Update to 4.6.5
Size change: -1158 bytes
puppet-4.0.0-1.fc23
-------------------
* Tue Apr 28 2015 Haïkel Guémar <hguemar(a)fedoraproject.org> - 4.0.0-1
- Upstream 4.0.0
* Mon Apr 27 2015 Haïkel Guémar <hguemar(a)fedoraproject.org> - 4.0.0-0.1rc1
- Upstream 4.0.0
- Fix issue codedir path
- Fix init provider for Fedora (systemd is default on all supported releases now)
Size change: -113150 bytes
rubygem-kramdown-1.7.0-1.fc23
-----------------------------
* Wed Apr 29 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.7.0-1
- 1.7.0
Size change: 2276 bytes
Summary:
Added Packages: 0
Removed Packages: 5
Modified Packages: 15
Size of added packages: 0 (0 )
Size change of modified packages: 250510 (245 k)
Size of removed packages: 860229 (840 k)
Size change: -609719 (-595 k)
Compose finished at Thu Apr 30 06:16:02 UTC 2015
8 years, 4 months
arm F-22 Branched report: 20150429 changes
by Fedora compose checker
Compose started at Wed Apr 29 07:15:03 UTC 2015
New package: python-rarfile-2.7-1.fc22
A RAR archive reader for Python
New package: python-wrapt-1.10.4-5.fc22
A Python module for decorators, wrappers and monkey patching
Removed package: kde-plasma-quickaccess-0.8.1-11.fc22
Removed package: kde-plasma-runcommand-2.4-6.fc22
Removed package: kde-plasma-translatoid-1.30-12.svn01092011.fc22
Removed package: kte-collaborative-0.2.0-6.fc22
Removed package: quarticurve-kwin-theme-0.0-0.14.beta4.fc22
Updated Packages:
arm-none-eabi-gcc-cs-4.9.2-3.fc22
---------------------------------
* Wed Apr 15 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 1:4.9.2-3
- regular build
* Wed Apr 15 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 1:4.9.2-2
- add epoch number
* Tue Apr 14 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 1:4.9.2-1
- update to gcc 4.9.2
- fix library compatiblity
- BOOTSTRAP version, not for regular use
* Tue Sep 02 2014 Michal Hlavinka <mhlavink(a)redhat.com> - 2014.05.28-2
- update workaround that prevents stripping of arm libraries
Size change: 9954396 bytes
arm-none-eabi-newlib-2.2.0_1-1.fc22
-----------------------------------
* Tue Apr 14 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 2.2.0_1-1
- newlib updated to 2.2.0_1
Size change: 401067 bytes
caja-1.10.0-1.fc22
------------------
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 986 bytes
cross-gcc-5.1.1-1.fc22
----------------------
* Thu Apr 23 2015 David Howells <dhowells(a)redhat.com> - 5.1.1-1
- Switch to gcc-5.1
Size change: 4885815 bytes
drupal7-ds-2.8-1.fc22
---------------------
* Thu Apr 23 2015 Peter Borsa <peter.borsa(a)gmail.com> 2.8-1
- Updated to 2.8 (BZ #1212234)
Size change: 192 bytes
golang-github-docker-spdystream-0-0.4.git83ae67e.fc22
-----------------------------------------------------
* Mon Apr 20 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.4.git83ae67e
- Bump to upstream 83ae67e694a4ab5cbaee4d3126f25118712b26e6
resolves: #1196363
Size change: 397 bytes
golang-github-gorilla-context-0-0.28.git215affd.fc22
----------------------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.28.git215affd
- Bump to upstream 215affda49addc4c8ef7e2534915df2c8c35c6cd
resolves: #1214614
Size change: 340 bytes
golang-github-gorilla-mux-0-0.16.git8096f47.fc22
------------------------------------------------
* Tue Apr 21 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.16.git8096f47
- Bump to upstream 8096f47503459bcc74d1f4c487b7e6e42e5746b5
related: #1001317
Size change: 1099 bytes
golang-github-matttproud-golang_protobuf_extensions-0-0.3.gitfc2b8d3.fc22
-------------------------------------------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.3.gitfc2b8d3
- Bump to upstream fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a
resolves: #1214797
Size change: 1106 bytes
golang-github-onsi-ginkgo-1.1.0-1.fc22
--------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 1.1.0-1
- Bump to upstream dbb5c6caf33238b57facc1d975b1aaca6b90288c
resolves: #1214619
* Sat Feb 07 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.4.git17ea479
- Add buildtime dependency on github.com/onsi/gomega
- Fix installtime dependency on github.com/onsi/gomega
related: #1148456
Size change: 715 bytes
golang-github-prometheus-procfs-0-0.3.git490cc6e.fc22
-----------------------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.3.git490cc6e
- Bump to upstream 490cc6eb5fa45bf8a8b7b73c8bc82a8160e8531d
resolves: #1214778
Size change: 694 bytes
golang-github-rackspace-gophercloud-1.0.0-6.fc22
------------------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 1.0.0-6
- Bump to upstream f3ced00552c1c7d4a6184500af9062cfb4ff4463
resolves: #1214774
Size change: 17731 bytes
golang-github-spf13-cobra-0-0.8.git3c187e9.fc22
-----------------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.8.git3c187e9
- Bump to upstream 3c187e904540cd62f0a197cddd6da02645a7cc5a
related: #1214769
Size change: 8456 bytes
golang-github-spf13-pflag-0-0.7.git18d831e.fc22
-----------------------------------------------
* Thu Apr 23 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.7.git18d831e
- Bump to upstream 18d831e92d67eafd1b0db8af9ffddbd04f7ae1f4
resolves: #1214731
Size change: 260 bytes
grantlee-0.5.1-1.fc22
---------------------
* Sun Apr 12 2015 Rex Dieter <rdieter(a)fedoraproject.org> 0.5.1-1
- grantlee-0.5.1
Size change: -6132 bytes
kde-baseapps-15.04.0-1.fc22
---------------------------
* Tue Apr 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.0-1
- 15.04.0
Size change: 579 bytes
kde-runtime-15.04.0-1.fc22
--------------------------
* Mon Apr 13 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.0-1
- 15.04.0
Size change: 12102 bytes
kde-workspace-4.11.18-1.fc22
----------------------------
* Sun Apr 12 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1:4.11.18-1
- 4.11.18
Size change: 23 bytes
kdelibs-4.14.7-4.fc22
---------------------
* Wed Apr 22 2015 Rex Dieter <rdieter(a)fedoraproject.org> 6:4.14.7-4
- -ktexteditor subpkg (Requires: kate4-part)
* Mon Apr 20 2015 Rex Dieter <rdieter(a)fedoraproject.org> 6:4.14.7-3
- omit apidocs in bootstrap mode
* Mon Apr 13 2015 Rex Dieter <rdieter(a)fedoraproject.org> 6:4.14.7-2
- apps_version to 15.04.0
* Fri Apr 10 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 6:4.14.7-1
- 4.14.7
Size change: -8967 bytes
kdepim-4.14.7-2.fc22
--------------------
* Sun Apr 12 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 7:4.14.7-2
- bump build deps: grantlee >= 0.5.0, kdepimlibs >= 4.14.7
* Fri Apr 10 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 7:4.14.7-1
- 4.14.7
Size change: 16742 bytes
kdepim-runtime-4.14.7-1.fc22
----------------------------
* Fri Apr 10 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 1:4.14.7-1
- 4.14.7
Size change: 182 bytes
kdepimlibs-4.14.7-1.fc22
------------------------
* Fri Apr 10 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 4.14.7-1
- 4.14.7
Size change: 3179 bytes
ksh-20120801-24.fc22
--------------------
* Mon Mar 30 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 20120801-24
- cd builtin could break IO redirection
- fix segfault when handling a trap
- exporting fixed with variable corrupted its data
- and more fixes
* Fri Mar 06 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 20120801-23
- exporting fixed with variable corrupted its data (#1192027)
* Fri Feb 27 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 20120801-22
- ksh hangs when command substitution containing a pipe fills out the pipe buffer (#1121204)
Size change: 6798 bytes
libblockdev-0.11-1.fc22
-----------------------
* Fri Apr 17 2015 Vratislav Podzimek <vpodzime(a)redhat.com> - 0.11-1
- Fix issues with using overriden functions over ErrorProxy (vpodzime)
- Update the roadmap.rst and features.rst with new stuff (vpodzime)
- Fix two minor issues with docs generation (vpodzime)
* Thu Apr 16 2015 Vratislav Podzimek <vpodzime(a)redhat.com> - 0.10-1
- Fix return type of the unload_plugins() function (vpodzime)
- Close the DL handle when check() or init() fail (vpodzime)
- Add one more check to the reload test (vpodzime)
- Drop reference to check() and init() functions (vpodzime)
- Add more cats to tests (vpodzime)
- Make regexp for getting btrfs version more generic (vpodzime)
- Merge pull request #8 from vpodzime/master-check_functions (vpodzime)
- Fix parameters passed to unoverridden swapon function (vpodzime)
- Implement and test swap plugin's check function (vpodzime)
- Implement and test MD RAID plugin's check function (vpodzime)
- Implement and test mpath plugin's check function (vpodzime)
- Try harder to get util's version (vpodzime)
- Implement and test loop plugin's check function (vpodzime)
- Implement and test DM plugin's check function (vpodzime)
- Implement and test BTRFS plugin's check function (vpodzime)
- Implement and test LVM plugin's check function (vpodzime)
- Init logging before loading plugins (vpodzime)
- Add function for utility availability checking (vpodzime)
- Fix default value for the fake_utils' path argument (vpodzime)
- Add ErrorProxy instance for the utils functions (vpodzime)
- Add function for version comparison (vpodzime)
- Merge pull request #9 from clumens/master (vpodzime)
- Disable pylint checking on the new exception proxy. (clumens)
- Fix XRules application and add a test for it (vpodzime)
- Raise NotImplementedError when an unavailable function is called (vpodzime)
- Merge pull request #4 from vpodzime/master-error_proxy (vpodzime)
- Merge branch 'master' into master-error_proxy (vpodzime)
- Merge pull request #5 from vpodzime/master-not_implemented_error (vpodzime)
- Add a simple test for unloaded/unavailable functions (vpodzime)
- Unload the plugins properly when reinit() is called (vpodzime)
- Raise error/exception when an unimplemented function is called (#1201475) (vpodzime)
- Do an ugly but necessary hack to make local GI overrides work (vpodzime)
- Add the __dir__ method to ErrorProxy (vpodzime)
- Add a rationale for the ErrorProxy to the overrides' docstring (vpodzime)
- Add some basic info about GI overrides to the documentation (vpodzime)
- Use pylint to check for errors in python overrides (vpodzime)
- Add the first small test for the ErrorProxy (vpodzime)
- Put the GI overrides in a special dir so that they are preferred (vpodzime)
- Add a cache for attributes already resolved by ErrorProxy (vpodzime)
- Implement the ErrorProxy python class and use it (vpodzime)
Size change: 14535 bytes
libmatekbd-1.10.0-1.fc22
------------------------
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
- remove upstreamed patches
Size change: 249 bytes
libmatemixer-1.10.0-1.fc22
--------------------------
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 3590 bytes
libmateweather-1.10.0-1.fc22
----------------------------
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 529 bytes
mailcap-2.1.44-1.fc22
---------------------
* Mon Apr 27 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 2.1.44-1
- Update to 2.1.44
Size change: -694 bytes
marco-1.10.0-2.fc22
-------------------
* Wed Apr 22 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-2
- fix workspaces keybindings
- fix windows keybindings
- add keybindings for tiling
- fix tile-preview
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 605 bytes
mate-common-1.10.0-1.fc22
-------------------------
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 119 bytes
mate-icon-theme-1.10.1-0.1.git20150423.375037b.fc22
---------------------------------------------------
* Thu Apr 23 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.1-0.1.git20150423.375037b
- update to latest git snapshot from 2015-04-23
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 170636 bytes
mate-menus-1.10.0-1.fc22
------------------------
* Wed Apr 22 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 126 bytes
mate-polkit-1.10.0-1.fc22
-------------------------
* Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 238 bytes
mate-session-manager-1.10.0-1.fc22
----------------------------------
* Tue Apr 07 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: -305 bytes
mate-settings-daemon-1.10.0-1.fc22
----------------------------------
* Tue Apr 07 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 692 bytes
mate-user-guide-1.9.1-0.1.git20150130.4b3c1fe.fc22
--------------------------------------------------
* Thu Apr 23 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.9.1-0.1.git20150130.4b3c1fe
- update to git snapshoot from 2015-01-30
Size change: 57682 bytes
netcf-0.2.8-1.fc22
------------------
* Wed Apr 08 2015 Laine Stump <laine(a)redhat.com> - 0.2.8-1
- rebase to netcf-0.2.8
- resolve CVE-2014-8119
- Fix build on systems with newer libnl3 that doesn't
- support multiple IPv4 addresses in interface config (redhat driver)
- allow static IPv4 config simultaneous with DHCPv4 (redhat driver)
- recognize IPADDR0/NETMASK0/PREFIX0
- remove extra quotes from IPV6ADDR_SECONDARIES (redhat+suse drivers)
- miscellaneous systemd service fixes
- use git to apply patches in rpm specfile
- revert the 0.2.6-2 specfile patch mentioned below (now fixed properly)
Size change: 73548 bytes
opendkim-2.10.1-13.fc22
-----------------------
* Mon Apr 13 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-13
- Obsoleted sysvinit subpackage via libopendkim subpackage
- Added more macros
- Updated README.fedora
* Mon Apr 06 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-12
- BuildRequires opendbx-devel instead of opendbx
- Fixed typo in configure flag
* Mon Apr 06 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-11
- All branches now require opendbx
- All branches now configure with --with-obdx flag
- Added comments to README.Fedora to address Bug #1209009
- Cleaned up some spacing
* Fri Apr 03 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-10
- policycoreutils now only required for EL5
* Thu Apr 02 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-9
- policycoreutils* now only required for Fedora and EL6+
- Added --with-obdx configure support for Fedora builds
- Changed a few macros
- Added additional BSD and Sendmail support
* Sun Mar 29 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-8
- removed unecessary Requires packages
- moved libbsd back to BuildRequires
- removed unecessary %defattr
- added support for BSD and Sendmail in place of %doc
- Changed some opendkim macro usages
* Sat Mar 28 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-7
- added (aarch-64) to Requires where necessary
- added sendmail-milter to Requires
- added libtool to BuildRequires
- moved libbsd from BuildRequires to Requires
- added policycoreutils and policycoreutils-python to Requires(post)
* Sat Mar 28 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-6
- Remove global _pkgdocdir variable
- Use defaultdocdir variable in default config file
- Setting permissions special mode bit explicitly in all cases for consistency
- Change /var/run/opendkim permissions to group writable for Bug #1120080
* Wed Mar 25 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-5
- Combined systemd and SysV spec files using conditionals
- Drop sysvinit subpackage completely
* Tue Mar 24 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.1-4
- Fixed typo in Group name
- Added updated libtool definition
- Additional comments in spec file
- Patch SysV initscript to stop default key generation on startup
Size change: 4270 bytes
oxygen-icon-theme-15.04.0-1.fc22
--------------------------------
* Fri Apr 10 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.0-1
- 15.04.0
Size change: -493 bytes
perl-App-cpanminus-1.7031-1.fc22
--------------------------------
* Thu Apr 23 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.7031-1
- 1.7031 bump
* Mon Apr 20 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.7030-1
- 1.7030 bump
Size change: 762 bytes
perl-File-ShareDir-ProjectDistDir-1.000007-1.fc22
-------------------------------------------------
* Thu Apr 23 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.000007-1
- 1.000007 bump
Size change: 764 bytes
perl-IO-stringy-2.111-1.fc22
----------------------------
* Thu Apr 23 2015 Paul Howarth <paul(a)city-fan.org> - 2.111-1
- Update to 2.111
- Update maintainer's name, which is now Dianne Skoll
- Use %license where possible
Size change: 1261 bytes
perl-MIME-tools-5.506-1.fc22
----------------------------
* Thu Apr 23 2015 Paul Howarth <paul(a)city-fan.org> - 5.506-1
- Update to 5.506
- Update maintainer's name to "Dianne Skoll"
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage
Size change: 895 bytes
perl-Parse-PMFile-0.36-1.fc22
-----------------------------
* Mon Apr 20 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.36-1
- 0.36 bump
Size change: 114 bytes
python-blivet-1.0.8-1.fc22
--------------------------
* Thu Apr 23 2015 Samantha N. Bueno <sbueno+anaconda(a)redhat.com> - 1.0.8-1
- Do not translate sizes in untranslated strings (#1205183) (dshea)
- Use %d format string for every value that should be an integer decimal.
(#1205183) (amulhern)
- Merge pull request #85 from vpodzime/f22-libblockdev_error_proxy (vpodzime)
- Add libselinux-python to package dependencies (#1211834) (vtrefny)
- Make use of the new libblockdev error reporting (vpodzime)
Size change: 2754 bytes
python-factory-boy-2.5.2-1.fc22
-------------------------------
* Tue Dec 23 2014 Juan Orti Alcaine <jorti(a)fedoraproject.org> - 2.5.2-1
- New version 2.5.2
Size change: 3509 bytes
python-mailer-0.8.0-1.fc22
--------------------------
* Sat Apr 18 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.8.0-1
- Update to latest upstream release 0.8.0 (rhbz#902981)
Size change: 5770 bytes
sugar-abacus-57-1.fc22
----------------------
* Thu Apr 23 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 57-1
- Release 57
Size change: 52133 bytes
sugar-terminal-44-1.fc22
------------------------
* Thu Apr 23 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 44-1
- release 44
Size change: 447 bytes
vagrant-libvirt-0.0.26-2.fc22
-----------------------------
* Tue Apr 21 2015 Josef Stribny <jstribny(a)redhat.com> - 0.0.26-2
- Fix: Wait for libvirt to shutdown the domain
* Mon Apr 20 2015 Josef Stribny <jstribny(a)redhat.com> - 0.0.26-1
- Update to 0.0.26
Size change: 4190 bytes
yourls-1.7-3.20150410gitabc7d6c.fc22
------------------------------------
* Fri Apr 10 2015 Martin Krizek <mkrizek(a)redhat.com> - 1.7-3.20150410gitabc7d6c
- Update to the latest master from git
- Fix bz #1157335
Size change: 11695 bytes
Summary:
Added Packages: 2
Removed Packages: 5
Modified Packages: 51
Size of added packages: 156517 (153 k)
Size change of modified packages: 15707381 (15 M)
Size of removed packages: 860229 (840 k)
Size change: 15003669 (14 M)
Compose finished at Wed Apr 29 09:29:26 UTC 2015
8 years, 4 months
arm rawhide report: 20150429 changes
by Fedora compose checker
Compose started at Wed Apr 29 05:15:03 UTC 2015
New package: codegen-0.6.6-1.fc23
Java/Scala Code generation tool
New package: python-contextlib2-0.4.0-1.fc23
Backports and enhancements for the contextlib module
New package: tangerine-0.16-1.fc23
Perl dependency metadata tool
Updated Packages:
GeoIP-GeoLite-data-2015.04-2.fc23
---------------------------------
* Mon Apr 27 2015 Paul Howarth <paul(a)city-fan.org> - 2015.04-2
- Add symlinks for City databases to be where upstream expects them
(thanks to nucleo for the suggestion in #1194798)
Size change: -790 bytes
ansible-1.9.1-1.fc23
--------------------
* Tue Apr 28 2015 Kevin Fenzi <kevin(a)scrye.com> 1.9.1-1
- Update to 1.9.1
Size change: -188 bytes
cobbler-2.6.7-3.fc23
--------------------
* Tue Apr 28 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.7-3
- Add patch to fix virt-install support for F21+/EL7 (bug #1188424)
* Mon Apr 27 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.6.7-2
- Create and own directories in tftp_dir
Size change: 59 bytes
cross-gcc-5.1.1-1.fc23
----------------------
* Thu Apr 23 2015 David Howells <dhowells(a)redhat.com> - 5.1.1-1
- Switch to gcc-5.1
Size change: 4885791 bytes
debootstrap-1.0.67-1.fc23
-------------------------
* Mon Apr 27 2015 Lubomir Rintel <lkundrak(a)v3.sk> 1.0.67-1
- new upstream release
- Fix upstream URL
- Depend on Ubuntu keyring
Size change: -508 bytes
ghc-srpm-macros-1.4.2-1.fc23
----------------------------
* Mon Apr 27 2015 Jens Petersen <petersen(a)redhat.com> - 1.4.2-1
- reenable ghci on aarch64 (#1203951)
Size change: -1009 bytes
help2man-1.46.6-1.fc23
----------------------
* Mon Apr 27 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 1.46.6-1
- Upstream update.
Size change: 1127 bytes
lilypond-doc-2.19.19-1.fc23
---------------------------
* Tue Apr 28 2015 Jon Ciesla <limburgher(a)gmail.com> - 2.19.19-1
- 2.19.19.
Size change: -44028565 bytes
lnst-8-1.fc23
-------------
* Mon Apr 27 2015 Jiri Pirko <jpirko(a)redhat.com> - 8-1
- Updating to stable release 8
- Fixed subpackages dependencies
Size change: 3835 bytes
mate-themes-1.10.0-0.6.git20150427.edb9158.fc23
-----------------------------------------------
* Sun Apr 19 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-0.6.git20150427.edb9158
- update to git snapshot from 2015-04-27
- remove require gtk-unico-engine
- add shiny metacity theme
Size change: -1105 bytes
mingw-SDL2-2.0.3-5.fc23
-----------------------
* Sun Mar 29 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 2.0.3-5
- Don't try to re-implement D3D11 pieces which are already part of mingw-w64
- Workaround a gcc compatibility issue
Size change: 7204 bytes
minimal-json-0.9.1-3.fc23
-------------------------
* Mon Apr 27 2015 Gerard Ryan <galileo(a)fedoraproject.org> - 0.9.1-3
- Fix javadoc error & make javadoc install explicit for f21
Size change: -850 bytes
openstack-ceilometer-2015.1-0.1.0rc2.fc23
-----------------------------------------
* Tue Apr 28 2015 Alan Pevec <alan.pevec(a)redhat.com> 2014.2.3-1
- Update to upstream 2014.2.3
* Thu Feb 12 2015 Alan Pevec <alan.pevec(a)redhat.com> 2014.2.2-1
- Update to upstream 2014.2.2
Size change: 35556 bytes
openstack-swift-2.3-0.1.0rc2.fc23
---------------------------------
Size change: 350786 bytes
perl-Dancer2-0.160000-1.fc23
----------------------------
* Tue Apr 28 2015 David Dick <ddick(a)cpan.org> - 0.160000-1
- Upgrade to 0.160000. Numerous bugfixes and enhancements
Size change: 2537 bytes
perl-Excel-Writer-XLSX-0.84-1.fc23
----------------------------------
* Tue Apr 28 2015 David Dick <ddick(a)cpan.org> - 0.84-1
- Update to 0.84
Size change: 45868 bytes
perl-Mail-Mbox-MessageParser-1.5104-1.fc23
------------------------------------------
* Mon Apr 20 2015 Paul Howarth <paul(a)city-fan.org> - 1.5104-1
- Update to 1.5104
- Add File::Path dependency for testing (CPAN RT#103482)
- Don't install private Module::Install extension (CPAN RT#103482)
- Clarify licensing terms
- Move verbose testing to a private module, and implement it in a way that
doesn't require editing the Makefile after it is generated
- Require File::Slurp instead of including it, to avoid potential problems
like this:
http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
- Improve the ability of the test suite to be run in parallel
- Fix Windows test incompatibilities, such as:
http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
Size change: -2606 bytes
perl-Net-SSLGlue-1.054-1.fc23
-----------------------------
* Tue Apr 28 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.054-1
- 1.054 bump; Update BRs/Rs
Size change: -400 bytes
php-horde-Horde-Argv-2.0.11-1.fc23
----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.11-1
- Update to 2.0.11
- add dependency on Horde_Util
Size change: -936 bytes
php-horde-Horde-Auth-2.1.8-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.8-1
- Update to 2.1.8
Size change: -916 bytes
php-horde-Horde-Autoloader-2.1.1-1.fc23
---------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.1-1
- Update to 2.1.1
- add provides php-composer(horde/horde-autoloader)
- enable test during build
Size change: 3437 bytes
php-horde-Horde-Browser-2.0.9-1.fc23
------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.9-1
- Update to 2.0.9
- add provides php-composer(horde/horde-browser)
Size change: -923 bytes
php-horde-Horde-Compress-2.1.2-1.fc23
-------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.2-1
- Update to 2.1.2
Size change: -727 bytes
php-horde-Horde-Controller-2.0.3-1.fc23
---------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.3-1
- Update to 2.0.3
Size change: -974 bytes
php-horde-Horde-Core-2.20.0-1.fc23
----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.20.0-1
- Update to 2.20.0
Size change: 6303 bytes
php-horde-Horde-Data-2.1.2-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.2-1
- Update to 2.1.2
Size change: -968 bytes
php-horde-Horde-Date-Parser-2.0.4-1.fc23
----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
- add dependency on Horde_Util
Size change: -861 bytes
php-horde-Horde-History-2.3.4-1.fc23
------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.4-1
- Update to 2.3.4
- add provides php-composer(horde/horde-history)
Size change: -787 bytes
php-horde-Horde-Icalendar-2.0.11-1.fc23
---------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.11-1
- Update to 2.0.11
- add provides php-composer(horde/horde-icalendar)
Size change: -920 bytes
php-horde-Horde-Idna-1.0.3-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 1.0.3-1
- Update to 1.0.3
Size change: -1003 bytes
php-horde-Horde-Image-2.3.1-1.fc23
----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.1-1
- Update to 2.3.1
Size change: -1500 bytes
php-horde-Horde-Imap-Client-2.28.0-1.fc23
-----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.28.0-1
- Update to 2.28.0
Size change: -420 bytes
php-horde-Horde-Imsp-2.0.7-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.7-1
- Update to 2.0.7
Size change: -864 bytes
php-horde-Horde-Kolab-Format-2.0.7-1.fc23
-----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.7-1
- Update to 2.0.7
- add dependency on Horde_Util
Size change: -864 bytes
php-horde-Horde-Kolab-Server-2.0.4-1.fc23
-----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
- add dependency on Horde_Util
- add provides php-composer(horde/horde-kolab-server)
Size change: -811 bytes
php-horde-Horde-Kolab-Storage-2.1.4-1.fc23
------------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.4-1
- Update to 2.1.4
Size change: -828 bytes
php-horde-Horde-ListHeaders-1.2.2-1.fc23
----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 1.2.2-1
- Update to 1.2.2
- add dependency on Horde_Util
Size change: -891 bytes
php-horde-Horde-Log-2.1.2-1.fc23
--------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.2-1
- Update to 2.1.2
- add dependency on Horde_Util
Size change: -901 bytes
php-horde-Horde-Mail-2.6.0-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.6.0-1
- Update to 2.6.0
- add dependency on Horde_Util
- add povides php-composer(horde/horde-mail)
Size change: -422 bytes
php-horde-Horde-Mapi-1.0.5-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 1.0.5-1
- Update to 1.0.5
- drop dependency on bcmath
- add dependency on Math_BigInteger
Size change: -710 bytes
php-horde-Horde-Mime-2.9.0-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.9.0-1
- Update to 2.9.0
Size change: -121 bytes
php-horde-Horde-Oauth-2.0.3-1.fc23
----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.3-1
- Update to 2.0.3
- add dependency on Horde_Util
Size change: -915 bytes
php-horde-Horde-Pdf-2.0.5-1.fc23
--------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.5-1
- Update to 2.0.5
- add dependency on Horde_Util
Size change: -969 bytes
php-horde-Horde-Perms-2.1.4-1.fc23
----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.4-1
- Update to 2.1.4
Size change: -998 bytes
php-horde-Horde-Prefs-2.7.3-1.fc23
----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.7.3-1
- Update to 2.7.3
Size change: -1008 bytes
php-horde-Horde-Rdo-2.0.4-1.fc23
--------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
- add dependency on Horde_Util
Size change: -888 bytes
php-horde-Horde-Routes-2.0.4-1.fc23
-----------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
Size change: -1020 bytes
php-horde-Horde-Smtp-1.9.1-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 1.9.1-1
- Update to 1.9.1
- add dependency on Horde_Util
Size change: -933 bytes
php-horde-Horde-Support-2.1.3-1.fc23
------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.1.3-1
- Update to 2.1.3
- add dependency on Horde_Util
Size change: -862 bytes
php-horde-Horde-Text-Filter-2.3.1-1.fc23
----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.1-1
- Update to 2.3.1
Size change: -923 bytes
php-horde-Horde-Tree-2.0.4-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.4-1
- Update to 2.0.4
Size change: -894 bytes
php-horde-Horde-View-2.0.5-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.5-1
- Update to 2.0.5
- add provides php-composer(horde/horde-view)
Size change: 3139 bytes
php-horde-Horde-Xml-Element-2.0.3-1.fc23
----------------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.0.3-1
- Update to 2.0.3
- add dependency on Horde_Util
Size change: -879 bytes
php-phpspec-prophecy-1.4.1-1.fc23
---------------------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 1.4.1-1
- update to 1.4.1
Size change: -158 bytes
pykickstart-2.7-1.fc23
----------------------
* Tue Apr 28 2015 Chris Lumens <clumens(a)redhat.com> - 2.7-1
- Ignore some pylint warnings in the tools/ directory. (clumens)
- Move most pylint disable pragmas onto the line they apply to. (clumens)
- Allow skipping the errors on unknown sections. (clumens)
Size change: 427 bytes
pylint-1.4.3-1.fc23
-------------------
* Tue Apr 28 2015 Brian C. Lane <bcl(a)redhat.com> 1.4.3-1
- Upstream v1.4.3
Size change: 7693 bytes
python-astroid-1.3.6-1.fc23
---------------------------
* Tue Apr 28 2015 Brian C. Lane <bcl(a)redhat.com> 1.3.6-1
- Upstream v1.3.6
- Fix for python3.4 multiprocessing
https://bitbucket.org/logilab/pylint/issue/265/
Size change: 5418 bytes
python-django-horizon-2015.1-0.6.rc2.fc23
-----------------------------------------
* Tue Apr 28 2015 Matthias Runge <mrunge(a)redhat.com> - 2015.1-0.6.rc2
- import missing changes from delorean and spec cleanup
Size change: -620 bytes
python-fedimg-0.6-1.fc23
------------------------
* Fri Apr 24 2015 David Gay <dgay(a)redhat.com> - 0.6.0-1
- new release
Size change: 137 bytes
python-fedmsg-meta-fedora-infrastructure-0.5.2-1.fc23
-----------------------------------------------------
* Tue Apr 28 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.2-1
- new version
Size change: 232 bytes
python-manilaclient-1.1.0-1.fc23
--------------------------------
* Tue Apr 28 2015 Pete Zaitcev <zaitcev(a)redhat.com> - 1.1.0-1
- Update to upstream Kilo release candidate 1.1.0
Size change: 681 bytes
python-meh-0.40-1.fc23
----------------------
* Tue Apr 28 2015 Martin Kolman <mkolman(a)redhat.com> - 0.40-1
- Make sure the date in RPM changelog is always in English (mkolman)
- Update upstream URL (mkolman)
Size change: -244 bytes
python-waitress-0.8.9-5.fc23
----------------------------
* Mon Apr 27 2015 Ralph Bean <rbean(a)redhat.com> - 0.8.9-5
- Conditionalize the python3 subpackage.
Size change: -906 bytes
shogun-data-0.9.1-0.2.git20150428.ae6cea5.fc23
----------------------------------------------
* Tue Apr 28 2015 Björn Esser <bjoern.esser(a)gmail.com> - 0.9.1-0.2.git20150428.ae6cea5
- updated to new snapshot git20150428.ae6cea52bf47f18930ca89f5f6df9c909cfcb01f
Size change: -43469 bytes
sigul-0.100-5.fc23
------------------
* Mon Apr 27 2015 Miloslav Trmač <mitr(a)redhat.com> - 0.100-5
- Add Requires: rpm-sign
Resolves: #1215678
Size change: 3155 bytes
stompclt-1.3-1.fc23
-------------------
* Tue Apr 28 2015 Adrien Devresse <adevress at cern.ch> - 1.3.0-1
- Update to 1.3.0
Size change: -708 bytes
supybot-fedora-0.3.2-1.fc23
---------------------------
* Mon Apr 27 2015 Ralph Bean <rbean(a)redhat.com> - 0.3.2-1
- new version
Size change: -812 bytes
tzdata-2015d-1.fc23
-------------------
* Mon Apr 27 2015 Patsy Franklin <pfrankli(a)redhat.com> - 2015d-1
- Rebase to 2015d
- Egypt will not observe DST in 2015 and will consider canceling it
permanently. For now, assume no DST indefinitely.
- The abbreviations for Hawaii-Aleutian standard and daylight times
have been changed from HAST/HADT to HST/HDT, as per US Government
Printing Office style. This affects only America/Adak since 1983,
as America/Honolulu was already using the new style.
Size change: 1254 bytes
wordpress-4.2.1-1.fc23
----------------------
* Tue Apr 28 2015 Remi Collet <remi(a)fedoraproject.org> - 4.2.1-1
- WordPress 4.2.1 Security Release
Size change: -493 bytes
Summary:
Added Packages: 3
Removed Packages: 0
Modified Packages: 69
Size of added packages: 89193 (87 k)
Size change of modified packages: -38746428 (-37 M)
Size of removed packages: 0 (0 )
Size change: -38657235 (-37 M)
Compose finished at Wed Apr 29 06:27:26 UTC 2015
8 years, 4 months
Fedora ARM & AArch64 Status Meeting Minutes 2015-04-28
by Paul Whalen
======================================================
#fedora-meeting-2: Fedora ARM & AArch64 Status Meeting
======================================================
Meeting started by pwhalen at 15:00:01 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-2/2015-04-28/fedora-meeti...
.
Meeting summary
---------------
* 1) ==== Package Status & Issues ==== (pwhalen, 15:01:39)
* gdb - RHBZ https://bugzilla.redhat.com/show_bug.cgi?id=1196181
(pwhalen, 15:04:02)
* strace - RHBZ https://bugzilla.redhat.com/show_bug.cgi?id=1201777
(pwhalen, 15:04:22)
* ghc still an issue, work ongoing to ensure ready for f23 (pwhalen,
15:06:11)
* xorg-x11-drv-qxl now patched, added to BZ-
https://bugzilla.redhat.com/show_bug.cgi?id=1201877#c14 (pwhalen,
15:07:26)
* 2) ==== Fedora 22 Beta RC2 for AArch64 ==== (pwhalen, 15:09:47)
* Testing Results: (pwhalen, 15:09:54)
* LINK:
https://fedoraproject.org/w/index.php?title=Architectures/AArch64/QA/22_B...
(pwhalen, 15:09:54)
* Reported Issues: (pwhalen, 15:10:34)
* Unable to enter passphrase for encrypted rootfs when no 'console='
is included on aarch64 (pwhalen, 15:10:35)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1172740
(pwhalen, 15:10:35)
* upgraded system does not reboot automatically, ctrl+alt+del is
needed: Failed unmounting /sysroot/proc (Fedup) (pwhalen, 15:10:35)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1209941
(pwhalen, 15:10:35)
* 3) ==== Kernel Status ==== (pwhalen, 15:28:44)
* kernel-4.1.0-0.rc1.git0.1 now in f23 (pwhalen, 15:29:37)
* initial ACPI support for aarch64 included (pwhalen, 15:30:06)
* 4) == Open Floor == (pwhalen, 15:34:56)
* kernel-4.1-rc1 in acpi mode lacks usb (pwhalen, 15:35:25)
* LINK: http://paste.fedoraproject.org/216291/43023566 is my patch to
get acpi on in f23 (hrw, 15:41:12)
* LINK: http://flocktofedora.net/submit-a-talk/ (dgilmore, 15:45:09)
* Flock CFP closes this week, submit ARM talks! (pbrobinson,
15:45:15)
* Deadline for submissions is April 22 (bconoboy, 15:45:43)
* Today is April 28 (jonmasters_, 15:45:52)
* Call for talks is open until May 2 (dgilmore, 15:48:33)
Meeting ended at 15:50:52 UTC.
Action Items
------------
Action Items, by person
-----------------------
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* pwhalen (59)
* pbrobinson (54)
* jonmasters_ (34)
* hrw (27)
* dgilmore (27)
* bconoboy (11)
* zodbot (8)
* masta (6)
* msalter (2)
* zaniyah (1)
* jsmith (1)
* dmarlin (0)
* kyle (0)
* ddutile (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
8 years, 4 months