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, 11 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, 4 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, 7 months
No virtualisation in Fedora 21 on Mustang
by Marcin Juszkiewicz
In case you do not know yet: there is no virtualisation support
in Fedora 21 on APM Mustang. Looks like one of 3.18-rc commits
went into 3.17/stable tree and disabled it for us.
Added into to https://bugzilla.redhat.com/show_bug.cgi?id=1165290
[root@pinkiepie virt]# LC_ALL=C virsh create hrw-f21.xml
error: Failed to create domain from hrw-f21.xml
error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualisation is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
[root@pinkiepie virt]# dmesg|grep -i kvm
[ 0.303959] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000
[ 0.303965] kvm [1]: error: no compatible GIC info found
[ 0.304070] kvm [1]: error initializing Hyp mode: -6
[root@pinkiepie virt]# uname -a
Linux pinkiepie 3.17.4-301.fc21.aarch64 #1 SMP Sun Nov 30 20:41:43 UTC 2014 aarch64 aarch64 aarch64 GNU/Linux
8 years, 8 months
Someone interested in Pandaboard ES?
by Пламен Христов
Hello,
Recently I tried F21 on that board. The result was a bit disappointing...
Apperently Fedora has several issues with that hardware:
- thermal shutdown, after message something like "kernel trap/thermal
zone/core0"
- wlcore module error
- some other error, possibly related to swap module /Need to redo testing
here, not captured on logs/
What do You think? What is advisable to do /if any/ in this situation?
I have some time, maybe can provide ssh/vnc access, if somebody is
interested to examine issues.
However, in that case we probably have to do something with that termal
shutdown.
I'm not experienced with specific kernel things that maybe involved.
Best regards!
8 years, 9 months
Fwd: Rawhide on MK802II A10
by Robert Brown
Hi all
With the valued help of Hans I have a MK802II booting Rawhide XFCE and
displaying on hdmi.
On boot-up from power-off the boot process stops early though and I have
to type boot to get it to resume. It does not seem to actually count
down. On a system reboot the process goes through without any problem
and the countdown to continue shows correctly.
Is there a setting or flag that can be set to get over this small issue?
A second question is to do with the detection of hdmi. I understand that
if the unit does not see a powered-up hdmi port the boot will stop. Is
there a way to get the system to ignore this check as I am hoping to
boot this one headless.
Thanks
Rob.
8 years, 10 months
aarch64 F22/rawhide install iso?
by Ralph Campbell
Can someone point me to where the most recent rawhide or F22 aarch64 install iso files are kept?
I tried searching the various Fedora wiki pages and koji links but can't seem to find them.
Thanks.
8 years, 10 months
arm rawhide report: 20150131 changes
by Fedora compose checker
Compose started at Sat Jan 31 05:15:07 UTC 2015
New package: blivet-gui-0.2.0-6.fc22
Tool for data storage configuration
Updated Packages:
activeio-3.1.4-10.fc22
----------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 3.1.4-10
- introduce license macro
Size change: 3025 bytes
activemq-protobuf-1.1-9.fc22
----------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.1-9
- introduce license macro
Size change: 3055 bytes
android-json-org-java-4.3-0.3.r3.1.fc22
---------------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 4.3-0.3.r3.1
- introduce license macro
Size change: 3037 bytes
android-opengl-api-1.1-9.fc22
-----------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.1-9
- introduce license macro
Size change: 3082 bytes
annogen-0.1.0-10.fc22
---------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0.1.0-10
- introduce license macro
Size change: -985 bytes
annox-0.5.0-10.fc22
-------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> - 0.5.0-10
- introduce license macro
Size change: 3085 bytes
apache-commons-chain-1.2-11.fc22
--------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> - 1.2-11
- introduce license macro
Size change: 3052 bytes
apache-commons-javaflow-1.0-0.9.20120509SNAPSHOT.fc22
-----------------------------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.0-0.9.20120509SNAPSHOT
- introduce license macro
Size change: -1068 bytes
apache-commons-jci-1.0-14.fc22
------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.0-14
- introduce license macro
Size change: 3047 bytes
apache-commons-ognl-3.0.2-9.20120313svn1102435.fc22
---------------------------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 3.0.2-9.20120313svn1102435
- introduce license macro
Size change: 3080 bytes
apache-commons-vfs-2.0-15.fc22
------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 2.0-15
- introduce license macro
Size change: -1003 bytes
apacheds-ldap-client-0.1-9.fc22
-------------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0.1-9
- introduce license macro
Size change: 3040 bytes
apacheds-shared-0.9.19-8.fc22
-----------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0.9.19-8
- introduce license macro
Size change: 3033 bytes
argparse4j-0.4.4-3.fc22
-----------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0.4.4-3
- introduce license macro
Size change: 97 bytes
aspectjweaver-1.8.4-2.fc22
--------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.8.4-2
- introduce license macro
Size change: -1025 bytes
dnf-plugins-extras-0.0.3-1.fc22
-------------------------------
* Thu Jan 29 2015 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> - 0.0.3-1
- po: update translations (Igor Gnatenko)
- packaging: include rpmconf plugin only for F22+ (Igor Gnatenko)
- trivial: drop note about bug (Igor Gnatenko)
- local: prefer verbose option on quiet (Igor Gnatenko)
- local: simplidy parsing code (Igor Gnatenko)
- local: fix output from spawning createrepo (Igor Gnatenko)
- doc: improve documentation for local plugin (Igor Gnatenko)
- repoclosure: store requirements as is (Igor Gnatenko)
- repoclosure: optimize performance and memory usage (Igor Gnatenko)
- build: distribute forgotten files (Igor Gnatenko)
- po: update translations (Igor Gnatenko)
- plugins: add repoclosure plugin (Igor Gnatenko)
- packaging: fix files for common subpkg after one of merges (Igor Gnatenko)
- local: use createrepo_c instead of createrepo (Igor Gnatenko)
- plugins: add local plugin (RhBug:991014) (Igor Gnatenko)
- repograph: set decimal places to 12 for colors (Igor Gnatenko)
- tests: fix indentation in repograph (Igor Gnatenko)
- plugins: add repograph plugin (Igor Gnatenko)
- repomanage: replace dnfpluginscore with dnfpluginsextras (Igor Gnatenko)
- plugins: fix typo in if/else (Igor Gnatenko)
- doc: add note that --new by default for repomanage (Igor Gnatenko)
- snapper: don't make snapshots if user removing snapper (RhBug:1177631) (Igor Gnatenko)
- tests: add tests for repomanage (Igor Gnatenko)
- tests: add initial framework (Igor Gnatenko)
- repomanage: use native pkg.location without path join (Igor Gnatenko)
- packaging: obsolete and provide dnf-plugin-tracer correctly (Igor Gnatenko)
Size change: 27969 bytes
gnuradio-3.7.5.1-4.fc22
-----------------------
* Thu Jan 29 2015 Jaroslav Škarvada <jskarvad(a)redhat.com> - 3.7.5.1-4
- Added fix for wxPython3 (by wxpython3-gtk3 patch). Patch
provided by Scott Talbert
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 3.7.5.1-3
- Rebuild for boost 1.57.0
Size change: 1039 bytes
kde-cli-tools-5.2.0-2.fc22
--------------------------
* Thu Jan 29 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-2
- Provide kdesu symlink in /usr/bin (instead of kde-runtime)
Size change: 167 bytes
kde-runtime-14.12.1-3.fc22
--------------------------
* Thu Jan 29 2015 Daniel Vrátil <dvratil(a)redhat.com> 14.12.1-3
- don't provide kdesu on F22+ (provided by kde-cli-tools)
Size change: 121 bytes
mingw-gcc-4.9.2-2.fc22
----------------------
* Thu Jan 29 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.9.2-2
- The package cloog-ppl-devel was renamed to cloog-devel in rawhide
* Wed Dec 03 2014 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.9.2-1
- Update to 4.9.2
Size change: 88079 bytes
muffin-2.4.3-4.fc22
-------------------
* Thu Jan 29 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.3-4
- more CSD fixes
Size change: 979 bytes
ocserv-0.9.0-2.fc22
-------------------
* Thu Jan 29 2015 Nikos Mavrogiannopoulos <nmav(a)redhat.com> - 0.9.0-2
- only enable seccomp in x86-64. It seems to be broken in x86:
http://sourceforge.net/p/libseccomp/mailman/message/33275762/
Size change: 295 bytes
oxygen-fonts-5.2.0-1.fc22
-------------------------
* Thu Jan 29 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-1
- oxygen-font 5.2.0, remove the fontforge rawhide workaround
Size change: -1916 bytes
perl-Test-NoTabs-1.4-1.fc22
---------------------------
* Thu Jan 29 2015 Paul Howarth <paul(a)city-fan.org> - 1.4-1
- Update to 1.4
- Removed boilerplate section "EXPORT" from pod (CPAN RT#96937)
- Tightened checking for pod lines (CPAN RT#95747)
- Classify buildreqs by usage
- BR: tar > 1.15.1, which can't unpack tarballs with unknown extended
attributes without generating a non-zero exit code
Size change: 1648 bytes
plasma-workspace-5.2.0-3.fc22
-----------------------------
* Thu Jan 29 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-3
- Requires: plasma-milou (for krunner)
Size change: 100 bytes
rOCCI-server-1.0.5-4.fc22
-------------------------
* Wed Jan 28 2015 František Dvořák <valtri(a)civ.zcu.cz> - 1.0.5-4
- Rebuilt with ruby 2.2 and rubygem-openssl_cms_2_2
- Fix generating of the documentation
- Excluded more development files
Size change: -856 bytes
rubygem-sprockets-rails-2.2.4-2.fc22
------------------------------------
* Thu Jan 29 2015 Vít Ondruch <vondruch(a)redhat.com> - 2.2.4-2
- Drop the boostrap and depend on railties instead of rails.
* Wed Jan 28 2015 Vít Ondruch <vondruch(a)redhat.com> - 2.2.4-1
- Update to sprockets-rails 2.2.4.
Size change: 1003 bytes
Summary:
Added Packages: 1
Removed Packages: 0
Modified Packages: 27
Size of added packages: 613976 (600 k)
Size change of modified packages: 145180 (142 k)
Size of removed packages: 0 (0 )
Size change: 759156 (741 k)
Compose finished at Sat Jan 31 06:34:20 UTC 2015
8 years, 10 months
arm rawhide report: 20150130 changes
by Fedora compose checker
Compose started at Fri Jan 30 05:15:07 UTC 2015
New package: IQmol-2.3.0-2.fc22
A free open-source molecular editor and visualization package
New package: dap2rpm-0.1.7-2.fc22
Tool for generating RPM specfiles for DevAssistant DAP packages.
New package: dozer-5.5.1-1.fc22
Java Bean to Java Bean mapper
New package: drpm-0.1.2-1.fc22
A small library for fetching information from deltarpm packages
New package: felix-fileinstall-3.4.0-3.fc22
A utility to automatically install bundles from a directory
New package: flatpack-4.0.0-2.fc22
Flat File Parser via XML Mappings (fixed length,CSV)
New package: gnome-chemistry-utils-0.14.10-2.fc22
A set of chemical utilities
New package: golang-github-influxdb-hyperleveldb-go-0-0.1.gite24de94.fc22
Go wrapper for HyperLevelDB
New package: golang-github-influxdb-rocksdb-0-0.1.git7adff3e.fc22
Go wrapper for RocksDB
New package: jaxb2-fluent-api-3.0-1.fc22
JAXB2 Commons - Fluent API Plugin
New package: kalzium-14.12.1-1.fc22
Periodic Table of Elements
New package: kf5-baloo-5.6.0-1.fc22
A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
New package: kf5-kfilemetadata-5.6.0-1.fc22
A Tier 2 KDE Framework for extracting file metadata
New package: kf5-kwayland-5.2.0-1.fc22
KDE Frameworks 5 library that wraps Client and Server Wayland libraries
New package: khelpcenter-5.2.0-1.fc22
Application to show KDE Application's documentation
New package: khotkeys-5.2.0-1.fc22
Application to configure hotkeys in KDE
New package: kinfocenter-5.2.0-2.fc22
KDE Info Center
New package: kio-extras-5.2.0-2.fc22
Additional components to increase the functionality of KIO Framework
New package: kmenuedit-5.2.0-1.fc22
KDE menu editor
New package: ksysguard-5.2.0-1.fc22
KDE Process Management application
New package: kwin-5.2.0.1-1.fc22
KDE Window manager
New package: kwrited-5.2.0-1.fc22
KDE Write Daemon
New package: libksysguard-5.2.0-1.fc22
Library for managing processes running on the system
New package: openambit-0.3-2.git5f2b784.fc22
Open software for the Suunto Ambit(2)
New package: perl-Apache-Session-LDAP-0.3-1.fc22
LDAP implementation of Apache::Session
New package: perl-Crypt-Random-Seed-0.03-1.fc22
Simple method to get strong randomness
New package: perl-Time-TAI64-2.11-1.fc22
Perl extension for converting TAI64 strings into standard unix timestamps
New package: plasma-breeze-5.2.0-1.fc22
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
New package: plasma-desktop-5.2.0-3.fc22
Plasma Desktop shell
New package: plasma-milou-5.2.0-1.fc22
A dedicated KDE search application built on top of Baloo
New package: plasma-oxygen-5.2.0-2.fc22
Plasma and Qt widget style and window decorations for Plasma 5 and KDE 4
New package: plasma-systemsettings-5.2.0-2.fc22
KDE's System Settings application
New package: plasma-workspace-5.2.0-2.fc22
Plasma workspace, applications and applets
New package: plasma-workspace-wallpapers-5.2.0-1.fc22
Additional wallpapers for Plasma workspace
New package: powerdevil-5.2.0-1.fc22
Manages the power consumption settings of a Plasma Shell
New package: python-photutils-0.1-3.fc22
Astropy affiliated package for image photometry tasks
New package: python-pytest-multihost-0.6-2.fc22
Utility for writing multi-host tests for pytest
New package: python-pytest-sourceorder-0.4-2.fc22
Test-ordering plugin for pytest
New package: scamp-2.0.4-1.fc22
compute astrometric and photometric solutions from sextractor catalogs
New package: sflphone-1.4.1-5.fc22
SIP/IAX2 compatible enterprise-class software phone
New package: springframework-plugin-1.1.0-2.fc22
Simple plugin infrastructure
New package: vagrant-libvirt-0.0.24-3.fc22
libvirt provider for Vagrant
Updated Packages:
389-ds-base-1.3.3.7-2.fc22
--------------------------
* Wed Jan 28 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.3.7-2
- removed USE_64=1 which is not used any more.
* Wed Jan 28 2015 Noriko Hosoi <nhosoi(a)redhat.com> - 1.3.3.7-1
- bump version to 1.3.3.7
- Coverity 12970 - Explicit null dereference
- Ticket 47988: Schema learning mechanism, in replication, unable to extend an existing definition
- Ticket 47996 - ldclt needs to support SSL Version range
- Ticket 47738 - use PL_strcasestr instead of strcasestr
- Ticket 47462 - Stop using DES in the reversible password encryption plug-in
- Ticket 47807 - SLAPI_REQUESTOR_ISROOT not set for extended operation plugins
- Ticket 47991 - upgrade script fails if /etc and /var are on different file systems
- Ticket 47989 - Windows Sync accidentally cleared raw_entry
- Ticket 47964 - v2 - Incorrect search result after replacing an empty attribute
- Ticket 47934 - nsslapd-db-locks modify not taking into account.
- Ticket 47617 - replication changelog trimming setting validation
- Ticket 47905 - Bad manipulation of passwordhistory
- Ticket 47973 - During schema reload sometimes the search returns no results
- Ticket 47981 - COS cache doesn't properly mark vattr cache as invalid when there are multiple suffixes
- Ticket 47980 - Nested COS definitions can be incorrectly processed
- Ticket 47451 - Dynamic plugins - fixed thread synchronization
- Ticket 47750 - During delete operation do not refresh cache entry if it is a tombstone
- Ticket 47947 - start dirsrv after chrony on RHEL7 and Fedora
- fix jenkins warning
- Ticket 47526 - Additional fix for ticket 47526 v3
- Ticket 47451 - Add Dynamic Plugin CI Suite
- Ticket 47965 - Fix coverity issues (2014/12/16)
- Ticket 47451 - Fix jenkins errors
- Ticket 47451 - Dynamic Plugin - various fixes
- Ticket 47935 - Error: failed to open an LDAP connection to host 'example.org' port '389' as user 'cn=Directory Manager'. Error: unknown.
- Ticket 47750 - Need to refresh cache entry after called betxn postop plugins
- Ticket 47942 - DS hangs during online total update
- Ticket 47960 - cookie_change_info returns random negative number if there was no change in a tree
- Ticket 47960 - cookie_change_info returns random negative number if there was no change in a tree
- Ticket 47722 - Using the filter file does not work
- Ticket 47636 - Error log levels not displayed correctly
- Ticket 47965 - Fix coverity issues (2014/11/24)
- Ticket 47969 - Fix coverity issue
- Ticket 47949 - logconv.pl -- support parsing/showing/reporting different protocol versions
- Ticket 47525 - Crash if setting invalid plugin config area for MemberOf Plugin
- Ticket 47970 - add lib389 testcase
- Ticket 47970 - Account lockout attributes incorrectly updated after failed SASL Bind
- Ticket 47969 - COS memory leak when rebuilding the cache
- Ticket 47967 - cos_cache_build_definition_list does not stop during server shutdown
- Ticket 47451 - Running a plugin task can crash the server
- Ticket 47963 - skip nested groups breaks memberof fixup task
- Ticket 47963 - RFE - memberOf - add option to skip nested group lookups during delete operations
- Ticket 47810 - RI plugin does not return result code if update fails
* Mon Jan 26 2015 David Tardon <dtardon(a)redhat.com> - 1.3.3.6-1.1
- rebuild for ICU 54.1
* Thu Nov 20 2014 Mark Reynolds <mreynolds(a)redhat.com> - 1.3.3.6-1
- 5d72a2f bump version to 1.3.3.6-1
- Ticket 47950 - Bind DN tracking unable to write to internalModifiersName without special permissions
- Ticket 47958 - Memory leak in password admin if the admin entry does not exist
- Ticket 47952 - PasswordAdminDN attribute is not properly returned to client
- Ticket 47451 - Need to unregister tasks created by plugins
- Ticket 47928 - Disable SSL v3, by default.
- Ticket 47953 - Should not check aci syntax when deleting an aci
- Ticket 47948 - ldap_sasl_bind fails assertion (ld != NULL) if it is called from chainingdb_bind over SSL/startTLS
- Ticket 47945 - Add SSL/TLS version info to the access log
- Ticket 47939 - Malformed cookie for LDAP Sync makes DS crash
- Ticket 47937 - Crash in entry_add_present_values_wsi_multi_valued
- Ticket 47928 - CI test: added test cases for ticket 47928
- Ticket 47553 - Enhance ACIs to have more control over MODRDN operations
Size change: 30987 bytes
NetworkManager-1.0.0-4.fc22
---------------------------
* Thu Jan 29 2015 Adam Williamson <awilliam(a)redhat.com> - 1:1.0.0-4
- core: resume bridged connections properly (rh #1162636, backport from master)
Size change: 1337 bytes
OpenColorIO-1.0.9-6.fc22
------------------------
* Wed Jan 28 2015 Richard Shaw <hobbes1069(a)gmail.com> - 1.0.9-6
- Rebuild for OpenImageIO 1.5.11.
Size change: -1095 bytes
OpenImageIO-1.5.11-1.fc22
-------------------------
* Wed Jan 28 2015 Richard Shaw <hobbes1069(a)gmail.com> - 1.5.11-1
- Update to latest upstream release.
Size change: -511 bytes
almanah-0.11.1-1.fc22
---------------------
* Thu Jan 29 2015 Jaromir Capik <jcapik(a)redhat.com> - 0.11.1-1
- Update to 0.11.1 (#1180423)
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Size change: 69729 bytes
alsa-plugins-1.0.28-4.fc22
--------------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 1.0.28-4
- Add speexdsp-devel as a dep to fix FTBFS
Size change: -963 bytes
appstream-0.8.0-1.fc22
----------------------
* Wed Jan 28 2015 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.0-1
- 0.8.0
Size change: 5473 bytes
apx-0-0.8.20150118gite978d95.fc22
---------------------------------
* Wed Jan 28 2015 Raphael Groner <projects.rg [AT] smart.ms> - 0-0.8.20150118gite978d95
- introduce license macro
Size change: 130 bytes
asterisk-13.0.2-3.fc22
----------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 13.0.2-3
- Add speexdsp as build dep as speex_echo.h has moved - rhbz 1181021
* Thu Jan 15 2015 Tom Callaway <spot(a)fedoraproject.org> - 13.0.2-2
- update for lua 5.3
* Wed Dec 10 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 13.0.2-1
- The Asterisk Development Team has announced security releases for Certified
- Asterisk 11.6 and Asterisk 11, 12, and 13. The available security releases are
- released as versions 11.6-cert9, 11.14.2, 12.7.2, and 13.0.2.
-
- These releases are available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk/releases
-
- The release of these versions resolves the following security vulnerability:
-
- * AST-2014-019: Remote Crash Vulnerability in WebSocket Server
-
- When handling a WebSocket frame the res_http_websocket module dynamically
- changes the size of the memory used to allow the provided payload to fit. If a
- payload length of zero was received the code would incorrectly attempt to
- resize to zero. This operation would succeed and end up freeing the memory but
- be treated as a failure. When the session was subsequently torn down this
- memory would get freed yet again causing a crash.
-
- For more information about the details of this vulnerability, please read
- security advisory AST-2014-019, which was released at the same time as this
- announcement.
-
- For a full list of changes in the current releases, please see the ChangeLogs:
-
- http://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/C...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
-
- The security advisory is available at:
-
- * http://downloads.asterisk.org/pub/security/AST-2014-019.pdf
* Thu Nov 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 13.0.1-1
- The Asterisk Development Team has announced security releases for Certified
- Asterisk 1.8.28 and 11.6 and Asterisk 1.8, 11, 12, and 13. The available
- security releases are released as versions 1.8.28-cert3, 11.6-cert8, 1.8.32.1,
- 11.14.1, 12.7.1, and 13.0.1.
-
- These releases are available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk/releases
-
- The release of these versions resolves the following security vulnerabilities:
-
- * AST-2014-012: Unauthorized access in the presence of ACLs with mixed IP
- address families
-
- Many modules in Asterisk that service incoming IP traffic have ACL options
- ("permit" and "deny") that can be used to whitelist or blacklist address
- ranges. A bug has been discovered where the address family of incoming
- packets is only compared to the IP address family of the first entry in the
- list of access control rules. If the source IP address for an incoming
- packet is not of the same address as the first ACL entry, that packet
- bypasses all ACL rules.
-
- * AST-2014-018: Permission Escalation through DB dialplan function
-
- The DB dialplan function when executed from an external protocol, such as AMI,
- could result in a privilege escalation. Users with a lower class authorization
- in AMI can access the internal Asterisk database without the required SYSTEM
- class authorization.
-
- In addition, the release of 11.6-cert8 and 11.14.1 resolves the following
- security vulnerability:
-
- * AST-2014-014: High call load with ConfBridge can result in resource exhaustion
-
- The ConfBridge application uses an internal bridging API to implement
- conference bridges. This internal API uses a state model for channels within
- the conference bridge and transitions between states as different things
- occur. Unload load it is possible for some state transitions to be delayed
- causing the channel to transition from being hung up to waiting for media. As
- the channel has been hung up remotely no further media will arrive and the
- channel will stay within ConfBridge indefinitely.
-
- In addition, the release of 11.6-cert8, 11.14.1, 12.7.1, and 13.0.1 resolves
- the following security vulnerability:
-
- * AST-2014-017: Permission Escalation via ConfBridge dialplan function and
- AMI ConfbridgeStartRecord Action
-
- The CONFBRIDGE dialplan function when executed from an external protocol (such
- as AMI) can result in a privilege escalation as certain options within that
- function can affect the underlying system. Additionally, the AMI
- ConfbridgeStartRecord action has options that would allow modification of the
- underlying system, and does not require SYSTEM class authorization in AMI.
-
- Finally, the release of 12.7.1 and 13.0.1 resolves the following security
- vulnerabilities:
-
- * AST-2014-013: Unauthorized access in the presence of ACLs in the PJSIP stack
-
- The Asterisk module res_pjsip provides the ability to configure ACLs that may
- be used to reject SIP requests from various hosts. However, the module
- currently fails to create and apply the ACLs defined in its configuration
- file on initial module load.
-
- * AST-2014-015: Remote crash vulnerability in PJSIP channel driver
-
- The chan_pjsip channel driver uses a queue approach for relating to SIP
- sessions. There exists a race condition where actions may be queued to answer
- a session or send ringing after a SIP session has been terminated using a
- CANCEL request. The code will incorrectly assume that the SIP session is still
- active and attempt to send the SIP response. The PJSIP library does not
- expect the SIP session to be in the disconnected state when sending the
- response and asserts.
-
- * AST-2014-016: Remote crash vulnerability in PJSIP channel driver
-
- When handling an INVITE with Replaces message the res_pjsip_refer module
- incorrectly assumes that it will be operating on a channel that has just been
- created. If the INVITE with Replaces message is sent in-dialog after a session
- has been established this assumption will be incorrect. The res_pjsip_refer
- module will then hang up a channel that is actually owned by another thread.
- When this other thread attempts to use the just hung up channel it will end up
- using a freed channel which will likely result in a crash.
-
- For more information about the details of these vulnerabilities, please read
- security advisories AST-2014-012, AST-2014-013, AST-2014-014, AST-2014-015,
- AST-2014-016, AST-2014-017, and AST-2014-018, which were released at the same
- time as this announcement.
-
- For a full list of changes in the current releases, please see the ChangeLogs:
-
- http://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/C...
- http://downloads.asterisk.org/pub/telephony/certified-asterisk/releases/C...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
-
- The security advisories are available at:
-
- * http://downloads.asterisk.org/pub/security/AST-2014-012.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-013.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-014.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-015.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-016.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-017.pdf
- * http://downloads.asterisk.org/pub/security/AST-2014-018.pdf
* Thu Nov 20 2014 Jeffrey C. Ollie <jeff(a)ocjtech.us> - 13.0.0-1
- The Asterisk Development Team is pleased to announce the release of
- Asterisk 13.0.0. This release is available for immediate download at
- http://downloads.asterisk.org/pub/telephony/asterisk/releases
-
- Asterisk 13 is the next major release series of Asterisk. It is a Long Term
- Support (LTS) release, similar to Asterisk 11. For more information about
- support time lines for Asterisk releases, see the Asterisk versions page:
- https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
-
- For important information regarding upgrading to Asterisk 13, please see the
- Asterisk wiki:
-
- https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+13
-
- A short list of new features includes:
-
- * Asterisk security events are now provided via AMI, allowing end users to
- monitor their Asterisk system in real time for security related issues.
-
- * Both AMI and ARI now allow external systems to control the state of a mailbox.
- Using AMI actions or ARI resources, external systems can programmatically
- trigger Message Waiting Indicators (MWI) on subscribed phones. This is of
- particular use to those who want to build their own VoiceMail application
- using ARI.
-
- * ARI now supports the reception/transmission of out of call text messages using
- any supported channel driver/protocol stack through ARI. Users receive out of
- call text messages as JSON events over the ARI websocket connection, and can
- send out of call text messages using HTTP requests.
-
- * The PJSIP stack now supports RFC 4662 Resource Lists, allowing Asterisk to act
- as a Resource List Server. This includes defining lists of presence state,
- mailbox state, or lists of presence state/mailbox state; managing
- subscriptions to lists; and batched delivery of NOTIFY requests to
- subscribers.
-
- * The PJSIP stack can now be used as a means of distributing device state or
- mailbox state via PUBLISH requests to other Asterisk instances. This is
- analogous to Asterisk's clustering support using XMPP or Corosync; unlike
- existing clustering mechanisms, using the PJSIP stack to perform the
- distribution of state does not rely on another daemon or server to perform the
- work.
-
- And much more!
-
- More information about the new features can be found on the Asterisk wiki:
-
- https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Documentation
-
- A full list of all new features can also be found in the CHANGES file:
-
- http://svnview.digium.com/svn/asterisk/branches/13/CHANGES
-
- For a full list of changes in the current release, please see the ChangeLog:
-
- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1...
Size change: 21658986 bytes
atlas-3.10.1-19.fc22
--------------------
* Wed Jan 28 2015 Frantisek Kluknavsky <fkluknav(a)redhat.com> - 3.10.1-19
- updated chkconfig and dependencies of atlas-devel after unbundling
Size change: 172 bytes
autofs-5.1.0-10.fc22
--------------------
* Wed Jan 21 2015 Ian Kent <ikent(a)redhat.com> - 1:5.1.0-10
- make negative cache update consistent for all lookup modules.
- ensure negative cache isn't updated on remount.
- dont add wildcard to negative cache.
- make service want network-online (bz1071591).
Size change: 1860 bytes
avogadro-1.1.1-6.fc22
---------------------
* Mon Sep 22 2014 Rex Dieter <rdieter(a)fedoraproject.org> 1.1.1-6
- pull in upstream fix for qreal/arm issues
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 23 2014 Petr Machata <pmachata(a)redhat.com> - 1.1.1-3
- Rebuild for boost 1.55.0
Size change: 5182 bytes
axiom-1.2.12-10.fc22
--------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0:1.2.12-10
- introduce license macro
Size change: 3133 bytes
axis2-1.6.1-13.fc22
-------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.6.1-13
- introduce license macro
Size change: 3076 bytes
beust-jcommander-1.47-1.fc22
----------------------------
* Wed Jan 28 2015 Michael Simacek <msimacek(a)redhat.com> - 1.47-1
- Update to upstream version 1.47
- Enable tests
Size change: -1020 bytes
bip-0.8.9-7.fc22
----------------
* Wed Jan 28 2015 Brian C. Lane <bcl(a)redhat.com> 0.8.9-7
- Send logs to the journal instead of a logfile (#1185131)
Size change: -947 bytes
blender-2.73a-3.fc22
--------------------
* Wed Jan 28 2015 Richard Shaw <hobbes1069(a)gmail.com> - 1:2.73a-3
- Rebuild for OpenImageIO 1.5.10.
* Wed Jan 28 2015 Petr Machata <pmachata(a)redhat.com> - 1:2.73a-2
- Rebuild for boost 1.57.0
Size change: 196 bytes
bluedevil-5.2.0-1.fc22
----------------------
* Mon Jan 26 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-1
- Plasma 5.2.0
Size change: -63095 bytes
boilerpipe-1.2.0-4.fc22
-----------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.2.0-4
- introduce license macro
Size change: 3105 bytes
bouncycastle-1.50-6.fc22
------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.50-6
- introduce license macro
Size change: -973 bytes
bouncycastle-pg-1.50-6.fc22
---------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.50-6
- install license file in main package
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.50-5
- introduce license macro
Size change: -873 bytes
bouncycastle-pkix-1.50-4.fc22
-----------------------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 1.50-4
- introduce license macro
Size change: 3124 bytes
btm-2.1.2-6.fc22
----------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0:2.1.2-6
- introduce license macro
Size change: 3131 bytes
bval-0.5-10.fc22
----------------
* Thu Jan 29 2015 gil cattaneo <puntogil(a)libero.it> 0.5-10
- introduce license macro
Size change: 3096 bytes
cairo-1.14.0-2.fc22
-------------------
* Thu Jan 29 2015 Kevin Fenzi <kevin(a)scrye.com> 1.14.0-2
- Add patch to fix crashes in dot. Fixes bug #1183242
Size change: -60 bytes
chrony-2.0-0.2.pre1.fc22
------------------------
* Thu Jan 29 2015 Miroslav Lichvar <mlichvar(a)redhat.com> 2.0-0.2.pre1
- require timedatex (#1136905)
Size change: 200 bytes
clamav-0.98.6-1.fc22
--------------------
* Thu Jan 29 2015 Robert Scheck <robert(a)fedoraproject.org> - 0.98.6-1
- Upgrade to 0.98.6 and updated daily.cvd (#1187050)
* Wed Nov 19 2014 Robert Scheck <robert(a)fedoraproject.org> - 0.98.5-2
- Corrected summary of clamav-server-systemd package (#1165672)
Size change: 1252523 bytes
cockpit-0.38-1.fc22
-------------------
* Wed Jan 28 2015 Stef Walter <stefw(a)redhat.com> - 0.38-1
- Update to 0.38 release
Size change: -46271 bytes
corebird-0.9-0.fc22
-------------------
* Thu Jan 29 2015 Ryan Lerch <ryanlerch(a)fedoraproject.org> - 0.9-0
- Update to upstream version 0.9
Size change: 7631 bytes
crudini-0.5-1.fc22
------------------
* Wed Jan 28 2015 Pádraig Brady <pbrady(a)redhat.com> - 0.5-1
- Latest upstream
- Fixes race condition causing stale lock files and blocked edits
Size change: 2442 bytes
csdiff-1.1.4-1.fc22
-------------------
* Wed Jan 28 2015 Kamil Dudka <kdudka(a)redhat.com> 1.1.4-1
- update to latest upstream release
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 1.1.3-2
- Rebuild for boost 1.57.0
Size change: -728 bytes
dialog-1.2-12.20150125.fc22
---------------------------
* Thu Jan 29 2015 Miroslav Lichvar <mlichvar(a)redhat.com> - 1.2-12.20150125
- update to 1.2-20150125
Size change: 3167 bytes
dreamchess-0.2.1-9.RC2.fc22
---------------------------
* Wed Jan 28 2015 Raphael Groner <projects.rg [AT] smart.ms> - 0.2.1-9.RC2
- introduce license macro
Size change: -1015 bytes
eclipse-mylyn-3.14.0-2.fc22
---------------------------
* Thu Jan 29 2015 Mat Booth <mat.booth(a)redhat.com> - 3.14.0-2
- Build/install with mvn_build/mvn_install, let xmvn auto generate
requires and provides
- Fold context-team and context-ide into base package, it longer makes
sense to have these as separate sub packages
- Drop update-site patch
- Add patch to explicitly require hamcrest for tests that need it
- Remove other misc cruft from spec file that is no longer needed
Size change: -2604 bytes
environment-modules-3.2.10-13.fc22
----------------------------------
* Wed Jan 28 2015 Orion Poplwski <orion(a)cora.nwra.com> - 3.2.10-13
- Add patch for python 3 support, use python3 for createmodule.py on F22
Size change: -191 bytes
ethtool-3.18-1.fc22
-------------------
* Thu Jan 29 2015 Jaromir Capik <jcapik(a)redhat.com> - 2:3.18-1
- Update to 3.18 (#1175150)
Size change: -995 bytes
firewalld-0.3.13-2.fc22
-----------------------
* Wed Jan 28 2015 Thomas Woerner <twoerner(a)redhat.com> - 0.3.13-2
- enable python2 and python3 bindings for fedora >= 20 and rhel >= 7
- use python3 bindings on fedora >= 22 and rhel >= 8 for firewalld,
firewall-config and firewall-applet
Size change: 306 bytes
gforth-0.7.3-1.fc22
-------------------
* Wed Jan 28 2015 Adrian Reber <adrian(a)lisas.de> - 0.7.3-1
- updated to 0.7.3
Size change: -42560 bytes
git-2.2.2-2.fc22
----------------
* Tue Jan 27 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 2.2.2-2
- Install bash completion to %{_datadir}/bash-completion/completions
Size change: 215 bytes
glite-px-proxyrenewal-1.3.36-2.fc22
-----------------------------------
* Thu Jan 29 2015 František Dvořák <valtri(a)civ.zcu.cz> - 1.3.36-2
- Patch to fix build with recent build tools
* Mon Oct 27 2014 František Dvořák <valtri(a)civ.zcu.cz> - 1.3.36-1
- Release glite-px-proxyrenewal 1.3.36
- Patches merged upstream
Size change: -360 bytes
gnome-builder-3.15.4.1-2.fc22
-----------------------------
* Thu Jan 29 2015 David King <amigadave(a)amigadave.com> - 3.15.4.1-2
- Add uncrustify Requires
Size change: 119 bytes
gnome-directory-thumbnailer-0.1.4-1.fc22
----------------------------------------
* Thu Jan 29 2015 Yanko Kaneti <yaneti(a)declera.com> - 0.1.4-1
- Update to 0.1.4
Size change: 808 bytes
gnome-documents-3.15.2-2.fc22
-----------------------------
* Wed Jan 28 2015 Bastien Nocera <bnocera(a)redhat.com> 3.15.2-2
- Require gnome-epub-thumbnailer to go with the Books app
* Wed Jan 28 2015 Bastien Nocera <bnocera(a)redhat.com> 3.15.2-1
- Update to 3.15.2
Size change: 1523315 bytes
gnome-session-3.15.4-1.fc22
---------------------------
* Thu Jan 29 2015 David King <amigadave(a)amigadave.com> - 3.15.4-1
- Update to 3.15.4
- Use license macro for COPYING
- Use pkgconfig for BuildRequires
Size change: -641 bytes
gnome-shell-extension-fedmsg-0.1.9-2.fc22
-----------------------------------------
* Thu Jan 29 2015 Luke Macken <lmacken(a)redhat.com> - 0.1.9-2
- Patch the metadata.json to work with the latest GNOME shell (#1045669)
Size change: -520 bytes
gnome-terminal-3.14.2-2.fc22
----------------------------
* Mon Jan 26 2015 Adam Williamson <awilliam(a)redhat.com> - 3.14.2-2
- backport partial fix for BGO#743395
Size change: 343 bytes
gnupg2-2.1.1-1.fc22
-------------------
* Thu Jan 29 2015 Tomáš Mráz <tmraz(a)redhat.com> - 2.1.1-1
- new upstream release
- this release now includes the dirmngr which is obsoleted as separate package
Size change: 498928 bytes
goffice-0.10.19-1.fc22
----------------------
* Thu Jan 29 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.19-1
- Updated to 0.10.19
Size change: 22086 bytes
golang-github-Sirupsen-logrus-0.6.4-1.fc22
------------------------------------------
* Thu Jan 29 2015 jchaloup <jchaloup(a)redhat.com> - 0.6.4-1
- Bump to upstream 51fe59aca108dc5680109e7b2051cbdcfa5a253c
related: #1158670
Size change: -323 bytes
hiredis-0.12.0-3.fc22
---------------------
* Fri Jan 30 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.12.0-3
- Once build on f22
* Tue Jan 27 2015 David Tardon <dtardon(a)redhat.com> - 0.12.0-2
- install all headers
Size change: 1421 bytes
inkscape-0.91-1.fc22
--------------------
* Thu Jan 29 2015 Jon Ciesla <limburgher(a)gmail.com> - 0.91-1
- Latest upstream.
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 0.48.5-7
- Rebuild for boost 1.57.0
Size change: 6112924 bytes
kde-l10n-14.12.1-1.fc22
-----------------------
* Wed Jan 28 2015 Rex Dieter <rdieter(a)fedoraproject.org> 14.12.1-1
- 14.12.1
Size change: -1410792 bytes
kdeedu-data-14.12.1-4.fc22
--------------------------
* Thu Jan 29 2015 Rex Dieter <rdieter(a)fedoraproject.org> 14.12.1-4
- use (hard)links instead
Size change: 16 bytes
kdeplasma-addons-5.2.0-2.fc22
-----------------------------
* Mon Jan 26 2015 Petr Machata <pmachata(a)redhat.com> - 5.2.0-2
- Rebuild for boost 1.57.0
* Mon Jan 26 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-1
- Plasma 5.2.0
Size change: 241561 bytes
libgpg-error-1.17-1.fc22
------------------------
* Thu Jan 29 2015 Tomáš Mráz <tmraz(a)redhat.com> 1.17-1
- new upstream release
Size change: 122288 bytes
libguestfs-1.29.23-1.fc22
-------------------------
* Tue Jan 27 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.23-1
- New upstream version 1.29.23.
* Thu Jan 22 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.22-2
- New upstream version 1.29.22.
- BR ounit (will be required for building >= 1.29.23).
- Disable FUSE tests because of a bug in Rawhide.
* Mon Jan 19 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.20-2
- Bump release for f22-ruby.
* Sun Jan 18 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.20-1
- New upstream version 1.29.20.
- Rebuild upstream with automake 1.15.
- Add upstream patch to allow LVM test to be skipped.
- Add upstream patch which fixes LUA 5.3 (beta) in Rawhide.
- Skip a couple of tests which are broken by changes in Rawhide.
- Remove bogus daemon/m4 directory which has not existed for years.
* Tue Dec 23 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.19-1
- New upstream version 1.29.19.
* Tue Dec 16 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.18-1
- New upstream version 1.29.18.
* Tue Dec 16 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.17-1
- New upstream version 1.29.17.
* Thu Dec 11 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.29.14-1
- New upstream version 1.29.14.
Size change: 135530 bytes
libisds-0.10-1.fc22
-------------------
* Thu Jan 29 2015 Petr Pisar <ppisar(a)redhat.com> - 0.10-1
- 0.10 bump
Size change: 15306 bytes
libsidplayfp-1.7.0-1.fc22
-------------------------
* Thu Jan 29 2015 Hans de Goede <hdegoede(a)redhat.com> - 1.7.0-1
- New upstream release 1.7.0 (rhbz#1186218)
Size change: 20160 bytes
lilypond-2.19.15-1.fc22
-----------------------
* Thu Jan 29 2015 Jon Ciesla <limburgher(a)gmail.com> - 2.19.15-1
- 2.19.15, to fix BZ 1149230.
Size change: 323042 bytes
lilypond-doc-2.19.15-1.fc22
---------------------------
* Thu Jan 29 2015 Jon Ciesla <limburgher(a)gmail.com> - 2.19.15-1
- 2.18.2.
Size change: 9051613 bytes
linphone-3.6.1-7.fc22
---------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.6.1-7
- Add speexdsp-devel as a dep to fix FTBFS
Size change: -924 bytes
lvm2-2.02.115-2.fc22
--------------------
* Thu Jan 29 2015 Peter Rajnoha <prajnoha(a)redhat.com> - 2.02.115-2
- Set default cache_mode to writehrough when missing in metadata.
- Add BuildRequires: device-mapper-persistent-data
for proper thin and cache tool configuration.
Size change: 1023 bytes
lynx-2.8.9-0.5.dev4.fc22
------------------------
* Wed Jan 28 2015 Kamil Dudka <kdudka(a)redhat.com> - 2.8.9-0.5.dev4
- update to the latest upstream pre-release
- drop a compiler wrapper no longer needed
- do not override compiler/linker flags given by the build system
Size change: -651 bytes
modplugtools-0.5.3-9.fc22
-------------------------
* Thu Jan 29 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 0.5.3-9
- Ship COPYING as %license
- Clean up no longer needed backwards compatibilities
Size change: -2290 bytes
mongo-cxx-driver-1.0.0-1.fc22
-----------------------------
* Thu Jan 29 2015 Marek Skalicky <mskalick(a)redhat.com> - 1.0.0-1
- Upgrade to stable version 1.0.0
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 1.0.0-0.8.rc3
- Rebuild for boost 1.57.0
Size change: 7101 bytes
netmask-2.3.12-9.fc22
---------------------
* Thu Jan 29 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 2.3.12-9
- Ship COPYING as %license where available
Size change: -904 bytes
nfs-utils-1.3.1-6.0.fc22
------------------------
* Mon Jan 19 2015 Steve Dickson <steved(a)redhat.com> 1.3.1-6.0
- Set the GSS_USE_PROXY variable in nfs-utils_env.sh (bz 1176641)
* Thu Jan 15 2015 Steve Dickson <steved(a)redhat.com> 1.3.1-5.0
- Updated to latest upstream RC release: nfs-utils-1-3-2-rc5 (bz 1181708)
* Wed Jan 14 2015 Steve Dickson <steved(a)redhat.com> 1.3.1-4.2
- Added SMNOTIFYARGS to /etc/sysconf/nfs (bz 1182227)
Size change: -277 bytes
nodejs-package-info-2.2.0-1.fc22
--------------------------------
* Tue Jan 27 2015 Parag Nemade <pnemade AT redhat DOT com> - 2.2.0-1
- Update to 2.2.0
Size change: -732 bytes
nodejs-stream-spigot-3.0.5-1.fc22
---------------------------------
* Wed Jan 28 2015 Parag Nemade <pnemade AT redhat DOT com> - 3.0.5-1
- update to 3.0.5 upstream release
Size change: -926 bytes
nspr-4.10.8-1.fc22
------------------
* Thu Jan 29 2015 Elio Maldonado <emaldona(a)redhat.com> - 4.10.8-1
- Update to NSPR_4_10_8_RTM
Size change: -22530 bytes
nss-3.17.4-1.fc22
-----------------
* Wed Jan 28 2015 Elio Maldonado <emaldona(a)redhat.com> - 3.17.4-1
- Update to nss-3.17.4
Size change: -9501 bytes
nss-softokn-3.17.4-1.fc22
-------------------------
* Wed Jan 28 2015 Elio Maldonado <emaldona(a)redhat.com> - 3.17.4-1
- Update to nss-3.17.4
- fix dependencies so nss-softokn pulls in nss-softokn-freebl of the same version and release
Size change: 497 bytes
nss-util-3.17.4-1.fc22
----------------------
* Wed Jan 28 2015 Elio Maldonado <emaldona(a)redhat.com> - 3.17.4-1
- Update to nss-3.17.4
Size change: 330 bytes
ntp-4.2.6p5-26.fc22
-------------------
* Thu Jan 29 2015 Miroslav Lichvar <mlichvar(a)redhat.com> 4.2.6p5-26
- require timedatex (#1136905)
Size change: -902 bytes
opal-3.10.10-6.fc22
-------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.10.10-6
- Add speexdsp-devel as a dep to fix FTBFS
Size change: -919 bytes
openstack-glance-2014.2.1-3.fc22
--------------------------------
* Thu Jan 29 2015 Haïkel Guémar <hguemar(a)fedoraproject.org> - 2014.2.1-3
- Usage storage quota bypass - CVE-2014-9623 (RHBZ #1187003)
Size change: 4417 bytes
openstack-neutron-2014.2.1-2.fc22
---------------------------------
* Fri Dec 05 2014 Ihar Hrachyshka <ihrachys(a)redhat.com> 2014.2.1-2
- Added missing python-ncclient dependency to brocade, cisco, and ml2
plugins, rhbz#1125978
Size change: -896 bytes
ovirt-engine-sdk-java-3.5.1.0-1.fc22
------------------------------------
* Fri Jan 16 2015 Juan Hernandez <juan.hernandez(a)redhat.com> - 3.5.1.0-1
- Added support for the operations to move, copy and export disks using
the top level disks collection #1169376.
- Replaced storage_manager with spm #1146457.
- Added support for reconfigure firewall (override_iptables) to the host
installation action #1179613.
- Added support for importing block storage domains #1181681.
- Fixed support for listing unregistered VMs #1148715.
- Added support for setting memory ballooning #1149188.
- Added support for specifying cluster during migration #1150191.
- Added snapshot id to documentation of preview action #1150071.
- Added custom_properties to templates #1166632.
- Added logical_name to disks #1063597.
- Added support for watchdog action and model #1129840.
- Added support for network QoS.
- Added support to enable/disable sound card to VM, pool and template.
- Added support for QoS, including CPU and disk profiles.
- Added support for iSCSI bonds.
- Avoid NPE when receiving null lists #1119812.
- Fix optional parameters of add template #1109548.
- Fix parameters of add DataCenter #1104085.
- Fix update VM optional parameters #1082594.
- Added NUMA support.
- Added actions to copy and move disks #1097681.
- Added file_transfer_enabled and copy_paste_enabled elements to Display.
- Added protocol element to Host.
- Added support for Gluster volume profiling.
- Added support for instance types.
- Added support for quota.id parameter for disks.
- Added support for random number generator device.
- Added support for scheduling policies.
- Added support storage domains disks sub-collection.
- Added support to register VMs and templates.
- Support X-Ovirt-Expect header #1093784.
- Added action to undelete events.
- Added base_interface to host_nic.
- Added boot_menu to VM and template.
- Added custom properties to host_nic.
- Added disksnapshots sub-collection to storagedomains.
- Added domain_entry_id to users and groups.
- Added sessions sub-collection to vms.
- Added support for Gluster volume statistics.
- Added support for VM and template custom serial numbers.
- Added support for bookmarks.
- Added support for deleting VM disk snapshots.
- Added support for reporting VM SELinux configuration.
- Added support for reporting VM kdump configuration.
- Added support for reporting architecture capabilities.
- Added tags sub-collection to templates.
- Add method to get entity by string id #1099818.
- Add expect and correlationId parameters to network labels related
methods #1101531.
- Add method to get entity by string id #1099818.
- Added maintenance operation to VM.
- Added hosted_engine element to Host.
- Added labels to Network.
- Added labels to HostNIC.
- Added actions to preview, commit and undo snapshots.
- Added support for affinity groups.
- Added support to import a VM as template.
- Removed external_id from users and groups.
- Renamed cloud_init.hostname to cloud_init.host.address.
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Size change: -7843 bytes
paraview-4.3.1-1.fc22
---------------------
* Tue Jan 27 2015 Orion Poplawski <orion(a)cora.nwra.com> - 4.3.1-1
- Update to 4.3.1
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 4.2.0-3
- Rebuild for boost 1.57.0
Size change: 554999 bytes
perl-Archive-Any-0.0942-1.fc22
------------------------------
* Thu Jan 29 2015 Paul Howarth <paul(a)city-fan.org> - 0.0942-1
- Update to 0.0942
- Replace contents of archives in test folder with random noise in order to
avoid any licensing issues
- Use %license where possible
Size change: 114272 bytes
perl-CPAN-2.05-309.fc22
-----------------------
* Wed Jan 28 2015 Petr Pisar <ppisar(a)redhat.com> - 2.05-309
- Allow changing the configuration directory name
Size change: 1675 bytes
perl-DateTime-TimeZone-1.83-3.fc22
----------------------------------
* Thu Jan 29 2015 Petr Pisar <ppisar(a)redhat.com> - 1.83-3
- Rebase patch to remove a spurious back-up file
Size change: -976 bytes
perl-List-MoreUtils-0.404-1.fc22
--------------------------------
* Thu Jan 29 2015 Paul Howarth <paul(a)city-fan.org> - 0.404-1
- Update to 0.404
- Fix ancient toolchains (PREREQ_PM & Co. set appropriately)
- Bump version required of Test::More to 0.96 (#toolchain calls it a "sane
subset")
- Fix some meta-data #toolchain pointed out
Size change: 480 bytes
perl-Test-RequiresInternet-0.04-1.fc22
--------------------------------------
* Thu Jan 29 2015 Paul Howarth <paul(a)city-fan.org> - 0.04-1
- Update to 0.04
- Test::More prior to 0.88 (included with perl 5.10.1) does not support the
done_testing() function; revert to a test plan to support older perls
(GH#2)
Size change: 428 bytes
php-pecl-http-2.2.0-1.fc22
--------------------------
* Tue Jan 27 2015 Remi Collet <remi(a)fedoraproject.org> - 2.2.0-1
- Update to 2.2.0 (stable)
- add dependency on libidn
Size change: 12357 bytes
php-psr-http-message-0.7.0-1.fc22
---------------------------------
* Wed Jan 28 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 0.7.0-1
- Updated to 0.7.0 (BZ #1183600)
Size change: -4 bytes
pjproject-2.3-7.fc22
--------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 2.3-7
- Fix endian support for aarch64
- Add speexdsp-devel dep as speex_echo.h has moved there
Size change: -458 bytes
plank-0.8.1-1.fc22
------------------
* Wed Jan 28 2015 Wesley Hearn <whearn(a)redhat.com> - 0.8.1-1
- Updated to latest upstream
Size change: 40049 bytes
polkit-kde-5.2.0-1.fc22
-----------------------
* Mon Jan 26 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-1
- Plasma 5.2.0
Size change: 522 bytes
py3status-2.2-2.fc22
--------------------
* Thu Jan 29 2015 Jakub Jedelsky <jakub.jedelsky(a)gmail.com> - 2.2-2
- move modules dir into docs
Size change: 148 bytes
python-ansi2html-1.0.6-6.fc22
-----------------------------
* Wed Jan 28 2015 Ralph Bean <rbean(a)redhat.com> - 1.0.6-6
- Bump spec for testing.
Size change: -1008 bytes
python-astroid-1.3.4-2.fc22
---------------------------
* Thu Jan 29 2015 Brian C. Lane <bcl(a)redhat.com> 1.3.4-2
- Adjust paths for tests
* Wed Jan 28 2015 Brian C. Lane <bcl(a)redhat.com> 1.3.4-1
- Upstream v1.3.4
Drop patches now included in upstream
Size change: 12641 bytes
python-fedmsg-genacls-0.5-1.fc22
--------------------------------
* Thu Jan 29 2015 Ralph Bean <rbean(a)redhat.com> - 0.5-1
- new version
* Thu Jan 29 2015 Ralph Bean <rbean(a)redhat.com> - 0.5-1
- new version
Size change: -575 bytes
python-fedmsg-meta-fedora-infrastructure-0.3.12-1.fc22
------------------------------------------------------
* Wed Jan 28 2015 Ralph Bean <rbean(a)redhat.com> - 0.3.12-1
- Handle new sigul messages.
Size change: 574 bytes
python-fmn-lib-0.4.5-1.fc22
---------------------------
* Thu Jan 29 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.5-1
- new version
Size change: 190 bytes
python-fmn-rules-0.4.5-1.fc22
-----------------------------
* Thu Jan 29 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.5-1
- new version
Size change: 280 bytes
python-javaobj-0-0.5.20131228gitb8ae821.fc22
--------------------------------------------
* Wed Jan 28 2015 Raphael Groner <projects.rg [AT] smart.ms> - 0-0.5.20131228gitb8ae821
- introduce license macro
Size change: -968 bytes
python-logilab-common-0.63.2-2.fc22
-----------------------------------
* Thu Jan 29 2015 Brian C. Lane <bcl(a)redhat.com> 0.63.2-2
- Add python-six dependency
* Wed Jan 28 2015 Brian C. Lane <bcl(a)redhat.com> 0.63.2-1
- Upstream 0.63.2
Switched source url from ftp to pypi.python.org
Size change: -3842 bytes
python-migrate-0.9.2-2.fc22
---------------------------
* Wed Nov 19 2014 Pádraig Brady <pbrady(a)redhat.com> - 0.9.2-2
- build: remove cap on testtools for the moment
Size change: -931 bytes
qemu-2.2.0-2.fc22
-----------------
* Wed Jan 28 2015 Daniel P. Berrange <berrange(a)redhat.com> - 2:2.2.0-2
- Pass package information to configure
Size change: -973 bytes
qt-4.8.6-21.fc22
----------------
* Thu Jan 29 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1:4.8.6-21
- refresh boost/moc patch (QTBUG-22829)
Size change: -1200 bytes
rabbitmq-java-client-3.4.2-5.fc22
---------------------------------
* Wed Jan 28 2015 Raphael Groner <projects.rg (AT) smart.ms> - 3.4.2-5
- introduce license macro
Size change: -983 bytes
ruby-2.2.0-4.fc22
-----------------
* Thu Jan 29 2015 Vít Ondruch <vondruch(a)redhat.com> - 2.2.0-4
- Add missing rubygem-test-unit dependency on rubygem-power_assert.
Size change: -959 bytes
rubygem-rdiscount-2.1.7.1-7.fc22
--------------------------------
* Thu Jan 29 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 2.1.7.1-7
- Recent usage of %gem_install to modify source
- Use system libmarkdown
* Thu Jan 29 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 2.1.7.1-6
- Simply use test-unit
Size change: 928 bytes
sddm-0.10.0-4.fc22
------------------
* Thu Jan 29 2015 Dan Horák <dan[at]danny.cz> - 0.10.0-4
- don't Require Xorg server on s390(x)
Size change: 153 bytes
sddm-kcm-5.2.0-1.fc22
---------------------
* Tue Jan 26 2016 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-1
- Plasma 5.2.0
Size change: 5085 bytes
selinux-policy-3.13.1-106.fc22
------------------------------
* Thu Jan 29 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-106
- Allow docker to attach to the sandbox and user domains tun devices
- Allow pingd to read /dev/urandom. BZ(1181831)
- Allow virtd to list all mountpoints
- Allow sblim-sfcb to search images
- pkcsslotd_lock_t should be an alias for pkcs_slotd_lock_t.
- Call correct macro in virt_read_content().
- Dontaudit couchdb search in gconf_home_t. BZ(1177717)
- Allow docker_t to changes it rlimit
- Allow neutron to read rpm DB.
- Allow radius to connect/bind radsec ports
- Allow pm-suspend running as virt_qemu_ga to read /var/log/pm-suspend.log.
- Add devicekit_read_log_files().
- Allow virt_qemu_ga to dbus chat with rpm.
- Allow netutils chown capability to make tcpdump working with -w.
- Label /ostree/deploy/rhel-atomic-host/deploy directory as system_conf_t.
- journald now reads the netlink audit socket
- Add auditing support for ipsec.
* Thu Jan 29 2015 Lukas Vrabec <lvrabec(a)redhat.com> 3.13.1-105
- Bump release
Size change: 522 bytes
speexdsp-1.2-0.5.rc3.fc22
-------------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 1.2.0.5.rc3
- Add patch similar to what was already done upstream in speex but not dsp
Size change: 65 bytes
sssd-1.12.3-5.fc22
------------------
* Wed Jan 28 2015 Jakub Hrozek <jhrozek(a)redhat.com> - 1.12.3-5
- Rebuild for new libldb
Size change: 97 bytes
stunnel-5.10-1.fc22
-------------------
* Wed Jan 28 2015 Avesh Agarwal <avagarwa(a)redhat.com> - 5.10-1
- New upstream release 5.10.
Size change: 13913 bytes
tong-1.3-1.fc22
---------------
* Thu Jan 29 2015 Jaromir Capik <jcapik(a)redhat.com> - 1.3-1
- Update to 1.3 (#1087388)
Size change: -6774 bytes
uriparser-0.8.1-4.fc22
----------------------
* Thu Jan 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.8.1-4
- Modernise spec
* Wed Jan 28 2015 Marcin Juszkiewicz <mjuszkiewicz(a)redhat.com> - 0.8.1-3
- Make uriCompareRangeA() return -1/0/1 like tests assume it does
so package will build on aarch64.
* Fri Jan 09 2015 François Cami <fcami(a)fedoraproject.org> - 0.8.1-2
- Use PIC.
* Mon Jan 05 2015 François Cami <fcami(a)fedoraproject.org> - 0.8.1-1
- Update to latest upstream.
Size change: -91888 bytes
vfrnav-20141211-1.fc22
----------------------
* Thu Jan 29 2015 Thomas Sailer <t.sailer(a)alumni.ethz.ch> - 20141211-1
- update to 20141211
* Mon Jan 26 2015 Petr Machata <pmachata(a)redhat.com> - 20140510-3
- Rebuild for boost 1.57.0
Size change: 19654 bytes
wildmidi-0.3.8-1.fc22
---------------------
* Thu Jan 29 2015 Hans de Goede <hdegoede(a)redhat.com> - 0.3.8-1
- New upstream release 0.3.8 (rhbz#1078135)
Size change: -934 bytes
xfce4-hamster-plugin-1.6-2.fc22
-------------------------------
* Wed Jan 28 2015 Raphael Groner <projects.rg (AT) smart.ms> - 1.6-2
- introduce license macro
Size change: -960 bytes
xkeyboard-config-2.14-1.fc22
----------------------------
* Thu Jan 29 2015 Peter Hutterer <peter.hutterer(a)redhat.com> 2.14-1
- xkeyboard-config 2.14
Size change: 6487 bytes
zanata-api-3.4.1-1.fc22
-----------------------
* Thu Jan 29 2015 Ding-Yi Chen <dchen(a)redhat.com> 3.4.1-1
- Upgrade to upstream version 3.4.1
Size change: 6563 bytes
Summary:
Added Packages: 42
Removed Packages: 0
Modified Packages: 117
Size of added packages: 137742649 (131 M)
Size change of modified packages: 40194846 (38 M)
Size of removed packages: 0 (0 )
Size change: 177937495 (170 M)
Compose finished at Fri Jan 30 06:50:07 UTC 2015
8 years, 10 months