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, 9 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, 2 months
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
Re: [fedora-arm] Trying to run Fedora 22 on MicroZed
by Eric Smith
I just tried using the Xilinx FSBL as supplied by Avnet for the
MicroZed. It turns out that the Xilinx FSBL (boot.bin, which the Zynq
ROM loads) apparently is u-boot, reporting as "U-Boot 2013.01-dirty
(Jun 14 2013 - 16:25:48)". The information from a Xilinx document
stating that the boot.bin size limit is 192KB is apparently incorrect,
or I've misinterpreted it, because the boot.bin is actually 325,912
bytes. However, it has some sort of header necessary for the ROM to
recognize it, and it appears to have quite a bit of special Zynq init
code that may not be in upstream U-boot.
When I get to the Xilinx FSBL's u-boot prompt, I've tried loading the
Fedora 22 kernel and ramdisk from
Fedora-Minimal-armhfp-22-3-sda.raw.xz, and the rawhide uboot-images
MicroZed DTB, and it says:
Error: unrecognized/unsupported device tree compatible list:
[ 'xlnx,zynq-microzed' 'xlnx,zynq-7000' ]
Available machine support:
ID (hex) NAME
ffffffff ARM-Versatile Express
000008e0 ARM-Versatile Express
00000d32 Xilinx Zynq Platform
I'm surprised that the Fedora 22 Fedora-Minimal-armhfp-22-3 image's
kernel's list of available machine support is so short, That can't be
right, can it?
Any idea what platform 00000d32 "Xilinx Zynq Platform" is actually
for? Maybe a ZC702 or ZC706?
The full log is at:
http://paste.fedoraproject.org/226339/77697314
8 years, 3 months
FC22 on PI2
by Adrian
When will source :
https://fedoraproject.org/wiki/Architectures/ARM/F22/Installation
'--target=TARGET - target board
[A10-OLinuXino-Lime|A20-OLinuXino-Lime|A20-OLinuXino-Lime2|A20-OLinuXino_MICRO|Bananapi|Bananapro|beaglebone|Cubieboard|Cubieboard2|Cubietruck|Mele_A1000|Mini-X|none|novena|panda|riotboard|trimslice|wandboard_dl|wandboard_quad|wandboard_solo]
'
Include the PI2 please?
Looking forward to install FC22 on the PI2 Thankyou
Adrian ... vk4tux
8 years, 3 months
Re: [fedora-arm] FC22 on PI2
by Adrian
Ok, I run x86_64 FC22 here on the desktop now. I have done some
manipulation to install both the
older gui and command option fedora arm-installer, I have a need for
both. I would be good if both types can be
provided as separate packages. They can run separately.
http://vk4tux.duckdns.org/fai.jpg
Thankyou I look forward to mainstream FC22 on the PI2.
Adrian ... vk4tux
On 31/05/15 20:58, Peter Robinson wrote:
> On Sun, May 31, 2015 at 11:54 AM, Adrian <vk4tux(a)bigpond.com> wrote:
>> When will source :
>> https://fedoraproject.org/wiki/Architectures/ARM/F22/Installation
>>
>> '--target=TARGET - target board
>> [A10-OLinuXino-Lime|A20-OLinuXino-Lime|A20-OLinuXino-Lime2|A20-OLinuXino_MICRO|Bananapi|Bananapro|beaglebone|Cubieboard|Cubieboard2|Cubietruck|Mele_A1000|Mini-X|none|novena|panda|riotboard|trimslice|wandboard_dl|wandboard_quad|wandboard_solo]
>> '
>>
>> Include the PI2 please?
>>
>> Looking forward to install FC22 on the PI2 Thankyou
> When we have it working, we're working ATM to get a remix done, and
> upstream support in F-23.
>
8 years, 4 months
arm rawhide report: 20150531 changes
by Fedora compose checker
Compose started at Sun May 31 05:15:03 UTC 2015
New package: libticables2-1.3.4-4.fc23
Texas Instruments link cables library
New package: php-d11wtq-boris-1.0.10-2.fc23
A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP
New package: php-masterminds-html5-2.1.1-1.fc23
An HTML5 parser and serializer
New package: php-ocramius-proxy-manager-1.0.0-2.fc23
OOP proxy wrappers utilities
New package: php-silex-1.2.4-3.fc23
PHP micro-framework based on the Symfony components
New package: richacl-1.5-2.fc23
Rich Access Control List utilities
New package: sqlite-jdbc-3.8.10.1-1.fc23
SQLite JDBC library
New package: xfce4-pulseaudio-plugin-0.2.3-1.fc23
Pulseaudio plugin for Xfce4
Updated Packages:
Coin2-2.5.0-24.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.5.0-24
- Rebuilt for GCC 5 C++11 ABI change
Size change: 138 bytes
FlightCrew-0.7.2-15.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.7.2-15
- Rebuilt for GCC 5 C++11 ABI change
Size change: 148 bytes
LogService-2.8.0-9.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.8.0-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 124 bytes
PackageKit-1.0.6-4.fc23
-----------------------
* Wed May 20 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.6-4
- Update cached metadata in preparation for F22 release
* Fri May 15 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.6-3
- Revert a commit that inadvertantly changed the default value for the
TriggerAction DBus property
* Mon May 11 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.6-2
- Update cached metadata
Size change: -19161872 bytes
ProDy-1.5.1-7.fc23
------------------
* Wed May 13 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 1.5.1-7
- PPC64 excluded
* Mon May 04 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 1.5.1-6
- Fixed License tag
- Python3 disabled because of missing BR package
* Mon May 04 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 1.5.1-5
- Rebuild
* Sun May 03 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 1.5.1-4
- Built with Python3
- Built on EPEL6
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Size change: 890 bytes
PyQt4-4.11.3-4.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.11.3-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 123 bytes
SoQt-1.5.0-15.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.5.0-15
- Rebuilt for GCC 5 C++11 ABI change
Size change: 144 bytes
abrt-2.5.1-3.fc23
-----------------
* Wed May 20 2015 Matej Habrnal <mhabrnal(a)redhat.com> 2.5.1-3
- applet: switch to D-Bus methods
- upload: validate and sanitize uploaded dump directories
- applet: switch to D-Bus methods
- lib: add new kernel taint flags
- abrt-auto-reporting: require rhtsupport.conf file only on RHEL
- doc, polkit: Spelling/grammar fixes
- applet: migrate Autoreporting options to GSettings
- config UI: read glade from a local file first
- config UI: Automatic reporting from GSettings
- Resolves: #1217901
Size change: 26195 bytes
acpid-2.0.23-3.fc23
-------------------
* Tue May 19 2015 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.0.23-3
- Changed PATH to /usr/sbin:/usr/bin in power.sh
Resolves: rhbz#1192817
Size change: -959 bytes
amarok-2.8.0-15.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.8.0-15
- Rebuilt for GCC 5 C++11 ABI change
Size change: 132 bytes
android-tools-20141219git8393e50-3.fc23
---------------------------------------
* Wed May 20 2015 Bastien Nocera <bnocera(a)redhat.com> 20141224git8393e50-3
- Remove Apple from the vendor to launch adb.service for
They never created an Android phone, and probably never will
Size change: 235 bytes
apiextractor-0.10.10-9.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.10.10-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 103 bytes
apt-cacher-ng-0.8.3-1.fc23
--------------------------
* Thu May 07 2015 Kenjiro Nakayama <knakayam(a)redhat.com> - 0.8.3-1
- update to 0.8.3
Size change: 18341 bytes
asymptote-2.35-1.fc23
---------------------
* Thu May 21 2015 Tom Callaway <spot(a)fedoraproject.org> 2.35-1
- update to 2.35
* Mon May 18 2015 Tom Callaway <spot(a)fedoraproject.org> 2.34-1
- update to 2.34
* Mon May 11 2015 Tom Callaway <spot(a)fedoraproject.org> 2.33-1
- update to 2.33
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.32-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 1553328 bytes
atlascpp-0.6.3-4.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.3-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 115 bytes
atop-2.1-1.fc23
---------------
* Thu May 07 2015 Richard Shaw <hobbes1069(a)gmail.com> - 2.1-1
- Update to latest upstream release.
- Fixes segmentation faults (BZ#1147145).
- Update spec file to use licence macro where appropriate.
- Modernize spec file and convert to new systemd scriptlets.
Size change: 14360 bytes
atril-1.10.0-1.fc23
-------------------
* Tue May 05 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: -16260 bytes
blosc-1.6.1-1.fc23
------------------
* Wed May 06 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.6.1-1
- Update to 1.6.1 (#1211599)
Size change: 9596 bytes
btrfs-progs-4.0.1-1.fc23
------------------------
* Wed May 20 2015 Eric Sandeen <sandeen(a)redhat.com> 4.0.1-1
- New upstream release
Size change: 1994 bytes
cabal-rpm-0.9.6-1.fc23
----------------------
* Thu May 21 2015 Jens Petersen <petersen(a)redhat.com> - 0.9.6-1
- make "cabal list" quiet
- filter missing packages from repoquery
Size change: 408 bytes
carbon-c-relay-0.40-1.fc23
--------------------------
* Tue May 12 2015 Piotr Popieluch <piotr1212(a)gmail.com> - 0.40-1
- update to upstream 0.40
- add logfile to sysconfig
* Fri May 01 2015 Piotr Popieluch <piotr1212(a)gmail.com> - 0.39-3
- update to later commit to fix closed udp sockets
- logrotate sighup instead of restart
- allow percent characters in metric names
Size change: 3669 bytes
ceph-0.94.1-3.fc23
------------------
* Thu May 21 2015 Boris Ranto <branto(a)redhat.com> - 1:0.94.1-3
- Disable lttng support (rhbz#1223319)
* Mon May 18 2015 Boris Ranto <branto(a)redhat.com> - 1:0.94.1-2
- Fix arm linking issue (rhbz#1222286)
* Tue Apr 14 2015 Boris Ranto <branto(a)redhat.com> - 1:0.94.1-1
- Rebase to latest upstream version and sync-up the spec file
- Add arm compilation patches
Size change: 1197917 bytes
check-mk-1.2.6p3-1.fc23
-----------------------
* Wed May 20 2015 Andrea Veri <averi(a)fedoraproject.org> - 1.2.6p3-1
- New upstream release.
- Do not create an /etc/check_mk/conf.d/wato directory on both the
main and multisite packages.
* Tue May 05 2015 Andrea Veri <averi(a)fedoraproject.org> - 1.2.6p2-1
- New upstream release.
- Add a Require on bind-utils. (BZ: #1218501)
- Do not install all the plugins by default but make them available
on a different directory. Users will then be able to symlink each
of the plugins under the %{_datadir}/check-mk-agent/plugins directory
and finally mark them as active. Make sure mk_logins is however
installed to prevent the agent to complain about it being missing. (BZ: #1218516)
- Get rid of plugins from unsupported archs or operating systems.
Size change: 65449 bytes
cinnamon-control-center-2.6.0-2.fc23
------------------------------------
* Wed May 20 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-2
- re-add dist tag
* Wed May 20 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-1
- update to 2.6.0 release
* Tue May 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.5.0-0.1.git0febe4d
- update to git snapshot
Size change: -137237 bytes
cinnamon-desktop-2.6.0-1.fc23
-----------------------------
* Wed May 20 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-1
- update to 2.6.0 release
* Wed May 06 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.5.1-0.2.gitfcbafe3
- update to git snapshot
* Tue May 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.5.1-0.1.gitdb43144
- update to git snapshot
* Fri Apr 24 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.2-2
- add cinnamon-mimeapps.list for F22
Size change: 4432 bytes
cinnamon-menus-2.6.0-1.fc23
---------------------------
* Wed May 20 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-1
- update to 2.6.0 release
Size change: -332230 bytes
cinnamon-settings-daemon-2.5.0-0.1.git8430be2.fc23
--------------------------------------------------
* Tue May 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.5.0-0.1.git8430be2
- update to git snapshot
Size change: -22597 bytes
cjs-2.6.0-1.fc23
----------------
* Wed May 20 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:2.6.0-1
- update to 2.6.0 release
* Tue May 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:2.5.0-0.1.git5821be5
- update to git snapshot
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:2.4.2-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 411 bytes
clutter-1.22.2-2.fc23
---------------------
* Sun May 17 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.22.2-2
- x11: Fix touchpad detection (#1206961)
Size change: 1348 bytes
clutter-gst2-2.0.14-2.fc23
--------------------------
* Tue May 19 2015 Wim Taymans <wtaymans(a)redhat.com> - 2.0.14-2
- Add patch to flush video sink, fixes errors in cheese
Size change: 1550 bytes
coan-6.0.1-3.fc23
-----------------
* Fri May 08 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 6.0.1-3
- Disable tests until upstream fixes armv7hl
* Fri May 08 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 6.0.1-2
- Fixes a broken build plus spec cleanup, added python as BR to run tests
* Thu May 07 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 6.0.1-1
- Rebuilt for new upstream version 6.0.1, fixes rhbz #1135805
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.2-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 43850 bytes
concordance-1.2-2.fc23
----------------------
* Thu May 07 2015 Remi Collet <remi(a)fedoraproject.org> - 1.2-2
- rebuild for new libzip
Size change: 93 bytes
cross-gcc-5.1.1-2.fc23
----------------------
* Fri May 15 2015 David Howells <dhowells(a)redhat.com> - 5.1.1-2
- Fix ICE in alpha cross-compiler [BZ 1219345 / gcc BZ 66140]
Size change: 731 bytes
datalog-2.5-1.fc23
------------------
* Tue Apr 28 2015 John D. Ramsdell <ramsdell(a)mitre.org> - 2.5-1
- Updated Lua sources to version 5.3.0
Size change: 62006 bytes
dbus-c++-0.9.0-8.fc23
---------------------
* Thu May 07 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.9.0-8
- Split ecore/glib mainloop out to subpackage to reduce deps
- Use %license
Size change: 309 bytes
dclib-0.3.23-13.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.23-13
- Rebuilt for GCC 5 C++11 ABI change
Size change: 155 bytes
dcmtk-3.6.1-2.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.6.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 109 bytes
dcraw-9.25.0-2.fc23
-------------------
* Wed May 20 2015 Nils Philippsen <nils(a)redhat.com> - 9.25.0-2
- add Provides: bundled(dcraw)
- don't manually specify, clean buildroot
* Wed May 20 2015 Nils Philippsen <nils(a)redhat.com> - 9.25.0-1
- version 9.25.0
- remove unnecessary check from CVE-2013-1438 patch
- avoid writing past array boundaries when reading certain raw formats
(CVE-2015-3885)
Size change: 7278 bytes
dex-1.0-1.fc23
--------------
* Wed May 06 2015 Craig Barnes <cr(a)igbarn.es> - 1.0-1
- Update to stable version
Size change: 80 bytes
dleyna-renderer-0.5.0-1.fc23
----------------------------
* Thu May 07 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
Size change: 312874 bytes
dleyna-server-0.5.0-1.fc23
--------------------------
* Tue May 12 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
* Mon May 11 2015 Nils Philippsen <nils(a)redhat.com> - 0.4.0-8
- rebuild for new dleyna-core
Size change: 314851 bytes
dmapd-0.0.72-2.fc23
-------------------
* Tue May 19 2015 W. Michael Petullo <mike[(a)]flyn.org> - 0.0.72-2
- Rebuild for VIPS 8.0
Size change: 70 bytes
dmlite-plugins-s3-0.5.1-7.fc23
------------------------------
* Wed May 20 2015 Orion Poplawski <orion(a)cora.nwra.com> - 0.5.1-7
- Change BR to dmlite-private-devel and add BR boost-devel
* Wed Apr 29 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.5.1-6
- Rebuilt for protobuf soname bump
Size change: 313 bytes
duplicity-0.7.03-1.fc23
-----------------------
* Tue May 12 2015 Jon Ciesla <limburgher(a)gmail.com> - 0.7.03-1
- 0.7.03, BZ 1220586.
Size change: 2155 bytes
elinks-0.12-0.45.pre6.fc23
--------------------------
* Mon May 18 2015 Kamil Dudka <kdudka(a)redhat.com> - 0.12-0.45.pre6
- remove an obsolete configuration option from /etc/elinks.conf (#1222555)
Size change: -61 bytes
enet-1.3.13-1.fc23
------------------
* Mon May 18 2015 Hans de Goede <hdegoede(a)redhat.com> - 1.3.13-1
- New upstream release 1.3.13 (rhbz#1217661)
Size change: 117665 bytes
eom-1.10.0-1.fc23
-----------------
* Tue May 05 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
- fix glib-compile-schemas
Size change: 17188 bytes
expect-5.45-19.fc23
-------------------
* Wed May 20 2015 Vitezslav Crhonek <vcrhonek(a)redhat.com> - 5.45-19
- Use different and probably better approach of fixing segfaults if Tcl is
built with stubs and Expect is used directly from C program
Size change: 3893 bytes
extremetuxracer-0.6.0-7.fc23
----------------------------
* Tue May 12 2015 Nils Philippsen <nils(a)redhat.com> - 0.6.0-7
- don't crash in treeless levels (#1183260, thanks to Jakub Vaněk for the
original patch)
Size change: 657 bytes
fedup-dracut-0.9.2-1.fc23
-------------------------
* Mon May 18 2015 Will Woods <wwoods(a)redhat.com> 0.9.2-1
- Fix reboot at end of upgrade (#1209941)
Size change: -2619 bytes
fio-2.2.8-1.fc23
----------------
* Thu May 07 2015 Eric Sandeen <sandeen(a)redhat.com> 2.2.8-1
- New upstream version
Size change: 19590 bytes
flint-2.4.5-4.fc23
------------------
* Mon May 18 2015 Jerry James <loganjerry(a)gmail.com> - 2.4.5-4
- Rebuild for ntl 9.1.1
* Sat May 09 2015 Jerry James <loganjerry(a)gmail.com> - 2.4.5-3
- Rebuild for ntl 9.1.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4.5-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 281 bytes
flumotion-0.11.0.1-2.20140103git886031a.fc23
--------------------------------------------
* Sat May 09 2015 Sérgio Basto <sergio(a)serjux.com> - 0.11.0.1-2.20140103git886031a
- Fix logrotate, rhbz #790345
- Minor improves.
* Fri May 08 2015 Sérgio Basto <sergio(a)serjux.com> - 0.11.0.1-1.20140103git886031a
- Update to flumotion-0.11.0.1-20140103-886031a.tar.bz2 github source using
snapshot-flumotion.sh and bundle command.tar.bz2 of
flumotion/extern/command@509 , we don't want do svn co when building package.
- Added small patch to fix build ( flumotion-common ).
- Update .spec with .spec generated by flumotion source.
- Patches md5, manpages spelling and deprecated functions from
https://github.com/equinox0815/flumotion/
- fix .desktop entries .
* Sat Mar 07 2015 Sérgio Basto <sergio(a)serjux.com> - 0.10.1-1
- Update to flumotion-0.10.1 to fix the most common bug.
Size change: -261757 bytes
focuswriter-1.4.6-5.fc23
------------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 1.4.6-5
- rebuild for new libzip
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.4.6-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 202 bytes
foomatic-4.0.12-1.fc23
----------------------
* Thu May 21 2015 Jiri Popelka <jpopelka(a)redhat.com> - 4.0.12-1
- 4.0.12
Size change: -422 bytes
four-in-a-row-3.16.2-1.fc23
---------------------------
* Tue May 12 2015 Yanko Kaneti <yaneti(a)declera.com> - 3.16.2-1
- Update to 3.16.2
- No more separate HighContrast icons
Size change: -3950 bytes
freeipa-4.1.4-4.fc23
--------------------
* Tue May 12 2015 Alexander Bokovoy <abokovoy(a)redhat.com> - 4.1.4-4
- Fix typo in the patch to fix bug #1219834
* Mon May 11 2015 Alexander Bokovoy <abokovoy(a)redhat.com> - 4.1.4-3
- Fix FreeIPA trusts to AD feature with Samba 4.2 (#1219834)
Size change: 2406 bytes
fuse-zip-0.4.0-4.fc23
---------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 0.4.0-4
- rebuild for new libzip
- honour fedora build flags and fix FTBFS
Size change: 403 bytes
gap-4.7.7-2.fc23
----------------
* Wed May 20 2015 Jerry James <loganjerry(a)gmail.com> - 4.7.7-2
- Fix gac compiler flags for dynamic objects
- Update appdata
Size change: 175 bytes
gcc-python-plugin-0.14-1.fc23
-----------------------------
* Wed May 06 2015 David Malcolm <dmalcolm(a)redhat.com> - 0.14-1
- 0.14
Size change: 4607 bytes
genders-1.22-2.fc23
-------------------
* Tue May 19 2015 David Brown <david.brown(a)pnnl.gov> - 1.22-2
- Bugfix make libgenders man page part of libgenders (#1220093)
* Sat May 02 2015 David Brown <david.brown(a)pnnl.gov> - 1.22-1
- new upstream build
- fix bugzilla #1217007
Size change: 1976 bytes
generatorrunner-0.6.16-8.fc23
-----------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.16-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 120 bytes
glibc-2.21.90-14.fc23
---------------------
* Sat May 30 2015 Siddhesh Poyarekar <siddhesh(a)redhat.com> - 2.21.90-14
- Fix build failure on aarch64 (#1226459).
* Mon May 18 2015 Siddhesh Poyarekar <siddhesh(a)redhat.com> - 2.21.90-13
- Sync with upstream master.
- Install new condvar implementation.
Size change: 168928 bytes
gmic-1.6.2.0-1.fc23
-------------------
* Sun May 10 2015 Daniel P. Berrange <berrange(a)redhat.com> - 1.6.2.0-1
- Update to 1.6.2.0 release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.6.1.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: -567968 bytes
gnome-abrt-1.1.2-2.fc23
-----------------------
* Mon May 11 2015 Matej Habrnal <mhabrnal(a)redhat.com> - 1.1.2-2
- Translations update
* Tue May 05 2015 Matej Habrnal <mhabrnal(a)redhat.com> - 1.1.2-1
- Add symbolic icon
- Use own window header also in GNOME Classic
- Let the theme handle the colour in the problems list
- Remove border's custom style in the problems list
- Resolves: #1193656
Size change: 7915 bytes
gnome-characters-3.16.2-1.fc23
------------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: 2463 bytes
gnome-documents-3.16.2-1.fc23
-----------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
* Wed Apr 29 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.0-3
- Rebuilt for libgdata soname bump
Size change: 5058 bytes
gnome-maps-3.17.1-2.fc23
------------------------
* Thu May 07 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 3.17.1-2
- Add a run-time dependency on gfbgraph
* Fri May 01 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.17.1-1
- Update to 3.17.1
* Tue Apr 14 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-1
- Update to 3.16.1
Size change: -10780 bytes
gnome-settings-daemon-3.16.2-1.fc23
-----------------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: -43744 bytes
gpsim-0.28.1-2.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.28.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 110 bytes
guake-0.7.2-1.fc23
------------------
* Wed May 20 2015 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 0.7.2-1
- Update to 0.7.2
Size change: 26133 bytes
hawkey-0.5.7-1.fc23
-------------------
* Wed May 20 2015 Michal Luscon <mluscon(a)redhat.com> 0.5.7-1
- spec: add a %{snapshot} macro for easier snapshot building (Radek Holy)
- doc: sack: deep copy added to warning section (Jan Silhan)
- doc: sack: warning about multiple Sack usage (Jan Silhan)
- doc: sack: len(sack) -> method __len__ (Jan Silhan)
- Package.files returns list of Unicode objects (Jan Silhan)
Size change: 663 bytes
hdapsd-20141203-1.fc23
----------------------
* Wed May 06 2015 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 20141203-1
- new upstream version
Size change: 313 bytes
hdf5-1.8.15-1.fc23
------------------
* Sat May 16 2015 Orion Poplawski <orion(a)cora.nwra.com> - 1.8.15-1
- Update to 1.8.15
Size change: 499439 bytes
hdparm-9.45-2.fc23
------------------
* Thu May 21 2015 Jaromir Capik <jcapik(a)redhat.com> - 9.45-2
- Removing ExcludeArch for s390 & s390x (it works)
Size change: 113 bytes
homebank-5.0.2-1.fc23
---------------------
* Thu May 07 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 5.0.2-1
- Rebuilt for new upstream version 5.0.2, fixes rhbz #1219031
Size change: 1362 bytes
ibus-libzhuyin-1.7.2-1.fc23
---------------------------
* Mon May 11 2015 Peng Wu <pwu(a)redhat.com> - 1.7.2-1
- Update to 1.7.2
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.7.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 556 bytes
inn-2.6.0-0.rc1.1.fc23
----------------------
* Thu May 07 2015 Dan Horák <dan[at]danny.cz> - 2.6.0-0.rc1.1
- workaround ssize_t detection
Size change: 125 bytes
iok-2.1.3-7.fc23
----------------
* Thu May 07 2015 Parag Nemade <pnemade AT redhat DOT com>- 2.1.3-7
- Add appdata file
Size change: 578 bytes
ipcalc-0.1.1-1.fc23
-------------------
* Tue May 19 2015 Nikos Mavrogiannopoulos <nmav(a)redhat.com> - 0.1.1-1
- Compatibility fixes (allow a mask of 0)
Size change: 965 bytes
iris-1.0.0-0.23.20140424git4dcc9f49.fc23
----------------------------------------
* Fri May 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.0.0-0.23.20140424git4dcc9f49
- rebuild (jdns)
* Mon May 04 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.0.0-0.22.20140424git4dcc9f49
- rebuild (gcc5)
Size change: 202 bytes
itcl-4.0.3-2.fc23
-----------------
* Thu May 07 2015 Orion Poplawski <orion(a)cora.nwra.com> - 4.0.3-2
- Fix library install permissions (bug #1219595)
Size change: 111 bytes
jpegoptim-1.4.3-1.fc23
----------------------
* Tue May 19 2015 Denis Fateyev <denis(a)fateyev.com> - 1.4.3-1
- Update to version 1.4.3
Size change: 222 bytes
kchmviewer-7.1-4.fc23
---------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 7.1-4
- rebuild for new libzip
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 7.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 240 bytes
kde-baseapps-15.04.1-1.fc23
---------------------------
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.1-1
- 15.04.1
* Fri May 01 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.0-3
- Added folders to left panel "Places" disappear (#345174)
Size change: 121 bytes
kdebase3-3.5.10-38.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.5.10-38
- Rebuilt for GCC 5 C++11 ABI change
Size change: 114 bytes
kdepim-4.14.8-2.fc23
--------------------
* Thu May 21 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 7:4.14.8-2
- kleopatra: Requires: dirmngr
* Fri May 15 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 7:4.14.8-1
- 4.14.8
Size change: 877 bytes
kdepimlibs-4.14.8-1.fc23
------------------------
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 4.14.8-1
- 4.14.8
Size change: -1989 bytes
kdewebdev-3.5.10-24.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 6:3.5.10-24
- Rebuilt for GCC 5 C++11 ABI change
Size change: 149 bytes
kea-0.9.1-2.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 148 bytes
kf5-frameworkintegration-5.10.0-1.fc23
--------------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: -2739 bytes
kf5-kactivities-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Fri May 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.9.0-2
- enable main pkg in plasma-5 copr too
Size change: 3377 bytes
kf5-kcmutils-5.10.0-1.fc23
--------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 668 bytes
kf5-kdeclarative-5.10.0-1.fc23
------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 846 bytes
kf5-kded-5.10.0-1.fc23
----------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 1377 bytes
kf5-kdelibs4support-5.10.0-1.fc23
---------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 8348 bytes
kf5-kdesignerplugin-5.10.0-1.fc23
---------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 2245 bytes
kf5-kdewebkit-5.10.0-1.fc23
---------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 62 bytes
kf5-kdnssd-5.10.0-1.fc23
------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 449 bytes
kf5-khtml-5.10.0-1.fc23
-----------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 1144 bytes
kf5-ki18n-5.10.0-1.fc23
-----------------------
Size change: -182 bytes
kf5-kimageformats-5.10.0-1.fc23
-------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 156 bytes
kf5-kinit-5.10.0-2.fc23
-----------------------
* Wed May 20 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 5.10.0-2
- .spec cosmetics
- Backport klauncher QT_NO_GLIB hack (#983110)
- %lang'ify translated manpages
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 2204 bytes
kf5-knewstuff-5.10.0-1.fc23
---------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 428423 bytes
kf5-knotifyconfig-5.10.0-1.fc23
-------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 155 bytes
kf5-kparts-5.10.0-1.fc23
------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 160 bytes
kf5-kpeople-5.10.0-1.fc23
-------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 545 bytes
kf5-kservice-5.10.0-4.fc23
--------------------------
* Wed May 20 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-4
- drop no_debug patch, fixed better elsewhere (qt-settings)
* Tue May 19 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-3
- use %find_lang --with-man for localized manpages
* Tue May 19 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-2
- .spec cosmetics, disable debug output
Size change: 523 bytes
kf5-kxmlgui-5.10.0-2.fc23
-------------------------
* Mon May 11 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-2
- pull in reviewed/upstream session management fixes (kde#346768)
Size change: 1412 bytes
kf5-kxmlrpcclient-5.10.0-1.fc23
-------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 56 bytes
kf5-plasma-5.10.0-2.fc23
------------------------
* Tue May 12 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-2
- Panel stays light when theme is set to 'Breeze Dark' (kde#347143)
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 15137 bytes
khotkeys-5.3.0-2.fc23
---------------------
* Mon May 11 2015 Nils Philippsen <nils(a)redhat.com> - 5.3.0-2
- don't conflict kde-workspace anymore
- obsolete khotkeys-libs
Size change: 130 bytes
kid3-3.2.1-1.fc23
-----------------
* Wed May 13 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 3.2.1-1
- Update to 3.2.1
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.2.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 2505 bytes
koffice-kivio-1.6.3-44.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3:1.6.3-44
- Rebuilt for GCC 5 C++11 ABI change
Size change: 128 bytes
leveldb-1.12.0-9.fc23
---------------------
* Thu May 14 2015 Tomas Hozza <thozza(a)redhat.com> - 1.12.0-9
- rebuild with newer gcc to resolve linking issues with Ceph
Size change: 156 bytes
libblockdev-1.0-1.fc23
----------------------
* Thu May 21 2015 Vratislav Podzimek <vpodzime(a)redhat.com> - 1.0-1
- Adapt the release helper targets to autotools (vpodzime)
- Fixes of paths in Makefile.am's inspired by build failures on s390 (vpodzime)
- Add an s390-specific BuildRequires (vpodzime)
- Distribute also the boilerplate_generator.py script (vpodzime)
- Fix path to the generated blockdev.pc file (vpodzime)
- Adapt tests that compile stuff to autotools (vpodzime)
- Merge pull request #18 from vpodzime/master-autotools (vpodzime)
- Merge pull request #20 from dashea/gtkdoc-sections (vpodzime)
- Use the autotools building system instead of scons (vpodzime)
- Add the two new functions to the 'blockdev' docs section (vpodzime)
- Fix the line defining the docs file for the s390 section (vpodzime)
- Add a missing #include to the kbd.api file (vpodzime)
- Prevent s390-specific stuff from being used on other architectures (vpodzime)
- Update the documentation of the is_initialized() function (vpodzime)
- Merge pull request #19 from vpodzime/master-ensure_init (vpodzime)
- Remove private macros from the gtkdoc sections file. (dshea)
- Terminate ifdef statements for arch check. (sbueno+anaconda)
- Return early from the init functions if setting up logging fails (vpodzime)
- Add tests for the new and modified init functions (vpodzime)
- Add new try_init() and try_reinit() functions (vpodzime)
- Fix for adding number of loaded plugins (vpodzime)
- Fix for ensure_init() (vpodzime)
- Rename the try_init() function to ensure_init() and improve it (vpodzime)
- Check number of loaded plugins and library initialization state (vpodzime)
- Make 'reload' default to True instead of False in overrides (vpodzime)
- Add the s390 plugin test file. (sbueno+anaconda)
- Add the s390 plugin functions. (sbueno+anaconda)
- Add the s390 plugin. (sbueno+anaconda)
- Fix a typo in the spec file. (sbueno+anaconda)
- Require the kmod-devel package for the build process (vpodzime)
- Merge pull request #16 from dashea/escrow-encoding (vpodzime)
- Merge pull request #13 from vpodzime/master-lvm_cache (vpodzime)
- Merge pull request #12 from vpodzime/master-kbd_plugin (vpodzime)
- Merge pull request #14 from vpodzime/master-better_is_multipath (vpodzime)
- Use g_strdup() instead of g_strdup_printf() to just dup a string (vpodzime)
- Fix the spelling of "escrow" (dshea)
- Make the crypto plugin string parameters const (dshea)
- Set encoding to NULL before writing the escrow packet. (dshea)
- Get cache stats directly from the device mapper (vpodzime)
- Reimplement the is_mpath_member() function using device mapper (vpodzime)
- Add the LVM cache related symbols to the LVM section in the documentation (vpodzime)
- Update the list of LVM cache related functions in features.rst (vpodzime)
- Add tests for functions related to the LVM cache technology (vpodzime)
- Implement the lvm_cache_stats() function (vpodzime)
- Implement the lvm_cache_pool_name function (vpodzime)
- Implement the lvm_cache_create_cached_lv() function (vpodzime)
- Implement lvm_cache_attach/detach() functions (vpodzime)
- Implement the lvm_cache_create_pool() function plus two support functions (vpodzime)
- Implement the lvm_cache_get_default_md_size() function (vpodzime)
- Add the 'type' parameter to the lvm_lvcreate function (vpodzime)
- Teach boilerplate_generator to work with enum return types (vpodzime)
- Teach boilerplate_generator to work with 'const' return types (vpodzime)
- Add subpackages for the KBD plugin and its devel files (vpodzime)
- Add provided symbols to the documentation section of the KBD plugin (vpodzime)
- Implement the bcache_get_backing/cache_device functions (vpodzime)
- Exclude bcache tests from the normal 'test' target (vpodzime)
- Add some more and prolong some of the waits in KBD tests (vpodzime)
- Zero all newly allocated structures (vpodzime)
- Implement the bcache_status function and all it wants (vpodzime)
- Fix for the zram stats (vpodzime)
- Add bcache_get_mode and bcache_set_mode functions (vpodzime)
- Teach boilerplate_generator to work with enum return types (vpodzime)
- Teach boilerplate_generator to work with 'const' return types (vpodzime)
- Add the zram_get_stats function (vpodzime)
- Add the check() function for the KBD plugin (vpodzime)
- Add ErrorProxy instance for the KBD plugin (vpodzime)
- Add tests for bcache_create/attach/detach/destroy functions (vpodzime)
- Add the 'rebuild' Makefile target (vpodzime)
- Add bcache_create, bcache_attach, bcache_detach and bcache_destroy functions (vpodzime)
- Implement a helper function to echo string into a file (vpodzime)
- Add tests for zram_create_devices and zram_destroy_devices functions (vpodzime)
- Add the zram_destroy_devices function to the KBD plugin (vpodzime)
- Add first function to the KBD plugin: zram_create_devices (vpodzime)
- Add the KernelBlockDevices plugin (vpodzime)
* Wed May 13 2015 Vratislav Podzimek <vpodzime(a)redhat.com> - 0.13-1
- Prevent a leaky test from running in Jenkins (vpodzime)
- Try harder when cleaning up after MD RAID tests (vpodzime)
- Improve the MD RAID activate/deactivate test (vpodzime)
- One more @contextmanager that needs try-finally (vpodzime)
- Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime)
- Make sure we always set things back in context managers (vpodzime)
- Make the release date for version 1.0 more realistic (vpodzime)
- Merge pull request #11 from vpodzime/master (vpodzime)
- Run utilities with LC_ALL=C (vpodzime) (#1219033)
- Free GMatchInfo instance even in case of no match (vpodzime)
- Resolve /dev/md/ symlinks when checking swap status. (dlehman)
Size change: 390801 bytes
libburn-1.4.0-1.fc23
--------------------
* Mon May 18 2015 Robert Scheck <robert(a)fedoraproject.org> 1.4.0-1
- Update to upstream 1.4.0 (#1222524)
Size change: 2619 bytes
libconfig-1.5-1.fc23
--------------------
* Tue May 19 2015 Tom Callaway <spot(a)fedoraproject.org> - 1.5-1
- update to 1.5
Size change: -43374 bytes
libdb-5.3.28-12.fc23
--------------------
* Tue May 19 2015 Jan Stanek <jstanek(a)redhat.com> - 5.3.28-12
- Add upstream patch for a memp_stat issue.
- Resolves: rhbz#1211871
Size change: 2231 bytes
libfm-1.2.3-2.D20150519git699810d3bd.fc23
-----------------------------------------
* Thu May 21 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.2.3-2.D20150519git699810d3bd
- Try latest git (2015-05-19)
Size change: 352292 bytes
libisofs-1.4.0-1.fc23
---------------------
* Mon May 18 2015 Robert Scheck <robert(a)fedoraproject.org> 1.4.0-1
- Upgrade to 1.4.0 (#1222526)
Size change: 14472 bytes
liblastfm-1.0.9-4.fc23
----------------------
* Fri May 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.0.9-4
- enable qt5 support, build in Release mode, %check: exclude UrlBuilderTest
Size change: 2622 bytes
libmtp-1.1.9-1.fc23
-------------------
* Mon May 11 2015 Linus Walleij <triad(a)df.lth.se> - 1.1.9-1
- New upstream version with many fixes.
- Require libgrypt-devel to build, build libmtpz.
- Install hwdb file.
- Move documentation to a good place.
Size change: 4549 bytes
libofx-0.9.9-5.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.9-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 121 bytes
libreport-2.5.1-2.fc23
----------------------
* Wed May 20 2015 Matej Habrnal <mhabrnal(a)redhat.com> 2.5.1-2
- reporter-mantisbt: switch from 'analyzer' to 'type'
- report client: provide cpio log when unpacking fails
- report client: check owner of /var/cache/abrt-di when unpacking fails
- reporter-mantisbt: add event for reporting AVCs
- translations updates
- bugzilla: Spell Bugzilla, not BZ in UI
Size change: 40789 bytes
librfm-5.3.16-4.fc23
--------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 5.3.16-4
- rebuild for new libzip
Size change: 127 bytes
libsigrok-0.3.0-2.fc23
----------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 0.3.0-2
- rebuild for new libzip
Size change: 89 bytes
libssh-0.7.0-2.fc23
-------------------
* Thu May 21 2015 Orion Poplawski <orion(a)cora.nwra.com> - 0.7.0-2
- Add patch to fix undefined symbol: ssh_forward_listen (bug #1221310)
Size change: 1194 bytes
libtiff-4.0.3-20.fc23
---------------------
* Tue May 19 2015 Petr Hracek <phracek(a)redhat.com> - 4.0.3-20
- CVE-2014-9655 and CVE-2015-1547 #1190710
Size change: 943 bytes
libtorrent-0.13.4-4.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.13.4-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 118 bytes
libwps-0.4.0-1.fc23
-------------------
* Sat May 16 2015 David Tardon <dtardon(a)redhat.com> - 0.4.0-1
- new upstream release
Size change: 54308 bytes
libxcb-1.11-5.fc23
------------------
* Wed May 20 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 1.11-5
- fix rpath harder (#1136546)
- %build: --disable-silent-rules
* Tue May 19 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 1.11-4
- fix fpath (use autoreconf -f)
- -devel: tighten deps via %{?_isa}, drop Requires: pkgconfig (add explicit BR: pkgconfig)
Size change: 573 bytes
libykneomgr-0.1.7-2.fc23
------------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 0.1.7-2
- rebuild for new libzip
Size change: 90 bytes
libyui-bindings-1.1.0-8.fc23
----------------------------
* Tue May 19 2015 Björn Esser <bjoern.esser(a)gmail.com> - 1.1.0-8
- rebuilt for mono-4.0.1, again
* Mon May 18 2015 Björn Esser <bjoern.esser(a)gmail.com> - 1.1.0-7
- rebuilt for mono-4.0.1
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.0-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 327 bytes
liferea-1.10.15-1.fc23
----------------------
* Sun May 10 2015 Emmanuel Seyman <emmanuel(a)seyman.fr> - 1:1.10.15-1
- Update to 1.10.15
- Fix macro mentionned in changelog
Size change: 1015 bytes
log4cplus-1.1.3-0.2.rc3.fc23
----------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.3-0.2.rc3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 163 bytes
man-db-2.7.1-6.fc23
-------------------
* Wed May 20 2015 jchaloup <jchaloup(a)redhat.com> - 2.7.1-6
- Test for /run/systemd only if mandb.timer is actually installed
resolves: #1223244
Size change: 177 bytes
mate-applets-1.10.0-1.fc23
--------------------------
* Tue May 05 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 10618 bytes
mate-icon-theme-1.10.1-0.4.git20150530.cdb0d70.fc23
---------------------------------------------------
* Sat May 30 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.1-0.5.git201500530.cdb0d70
- update to latest git snapshot from 2015-05-30
Size change: 3431 bytes
mate-media-1.10.0-1.fc23
------------------------
* Tue May 05 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: -72 bytes
mate-netspeed-1.10.0-1.fc23
---------------------------
* Wed May 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 862 bytes
mate-power-manager-1.10.0-1.fc23
--------------------------------
* Tue May 05 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 6908 bytes
mate-sensors-applet-1.10.0-1.fc23
---------------------------------
* Sun May 10 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
Size change: 305 bytes
mate-system-monitor-1.10.0-1.fc23
---------------------------------
* Tue May 05 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.9.90-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 7531 bytes
mate-terminal-1.10.0-1.fc23
---------------------------
* Sun May 10 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
* Wed May 06 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.9.91-1
- update to 1.9.91 release
Size change: 516 bytes
mate-themes-1.10.1-0.3.git20150530.a0a9b98.fc23
-----------------------------------------------
* Sat May 30 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.1-0.3.git20150530.a0a9b98
- update to latest git snapshot from 2015-05-30
Size change: 2106 bytes
mate-utils-1.10.0-1.fc23
------------------------
* Thu May 07 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-11
- update to 1.10.0 release
- add patch to fix f23 build
Size change: 3875 bytes
matio-1.5.2-6.fc23
------------------
* Sun May 17 2015 Orion Poplawski <orion(a)cora.nwra.com> - 1.5.2-6
- Rebuild for hdf5 1.8.15
Size change: 77 bytes
mbuffer-20150412-1.fc23
-----------------------
* Tue May 19 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 20150412-1
- Update to new upstream version 20150412
Size change: 171 bytes
mirrorbrain-2.18.1-5.fc23
-------------------------
* Sun May 17 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 2.18.1-5
- Build and install HTML docs instead of doc sources, mark licenses as %license
Size change: 286 bytes
moe-1.7-1.fc23
--------------
* Fri May 08 2015 Jon Ciesla <limburgher(a)gmail.com> - 1.7-1
- Latest upstream, BZ 1101203.
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.5-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: -13977 bytes
mongoose-3.1-6.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.1-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 139 bytes
morphia-0.105-3.fc23
--------------------
* Sat May 30 2015 gil cattaneo <puntogil(a)libero.it> 0.105-3
- remove bundle commons-collections
- add OSGi support
- upgrade google-collections to guava
Size change: 660 bytes
mozc-2.17.2077.102-3.fc23
-------------------------
* Mon May 11 2015 Akira TAGOH <tagoh(a)redhat.com> - 2.17.2077.102-3
- Build with the proper compiler options to get the debugging information. (#1219594)
* Wed Apr 29 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.17.2077.102-2
- Rebuilt for protobuf soname bump
* Tue Apr 28 2015 Akira TAGOH <tagoh(a)redhat.com> - 2.17.2077.102-1
- rebase to 2.17.2077.102.
* Wed Mar 25 2015 Richard Hughes <rhughes(a)redhat.com> - 1.15.1814.102-4
- Register as an AppStream component.
Size change: 17371384 bytes
msmtp-1.6.2-1.fc23
------------------
* Thu May 07 2015 Niels de Vos <devos(a)fedoraproject.org> - 1.6.2-1
- Update to version 1.6.2 (#1170995)
Size change: -23353 bytes
muffin-2.6.0-1.fc23
-------------------
* Wed May 20 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-1
- update to 2.6.0 release
* Tue May 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.5.0-0.2.git5e7b945
- update to git snapshot
* Tue May 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.5.0-0.1.gita25a885
- update to git snapshot
Size change: -9607 bytes
mupdf-1.7-2.fc23
----------------
* Wed May 06 2015 Pavel Zhukov <landgraf(a)fedoraproject.org> - 1.7-1
- New release 1.7 (#1210318)
- Fix segfault in obj_close routine (#1202137, #1215752)
* Wed May 06 2015 Pavel Zhukov <landgraf(a)fedoraproject.org> - 1.5-6
- Fix executable name in desktop file
Size change: 40606 bytes
mutter-3.17.1-1.fc23
--------------------
* Thu Apr 30 2015 Florian Müllner <fmuellner(a)redhat.com> - 3.17.1-1
- Update to 3.17.1
* Thu Apr 16 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1.1-2
- Bump gnome-shell conflicts version
* Wed Apr 15 2015 Rui Matos <rmatos(a)redhat.com> - 3.16.1.1-1
- Update to 3.16.1.1
Size change: 871 bytes
naev-0.6.0-3.fc23
-----------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 0.6.0-3
- rebuild for new libzip
Size change: 82 bytes
nautilus-image-converter-0.3.1-0.8.git430afce31.fc23
----------------------------------------------------
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.3.1-0.8.git430afce31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Size change: 4287 bytes
ncmpcpp-0.6.4-2.fc23
--------------------
* Wed May 06 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.6.4-2
- autogen was breaking the build on f22 somehow.
* Wed May 06 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.6.4-1
- Update to latest upstream release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.3-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 2275 bytes
nepomuk-core-4.14.3-2.fc23
--------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.14.3-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 131 bytes
netcdf-4.3.3.1-2.fc23
---------------------
* Sun May 17 2015 Orion Poplawski <orion(a)cora.nwra.com> - 4.3.3.1-2
- Rebuild for hdf5 1.8.15
Size change: 75 bytes
netcdf-fortran-4.4.1-4.fc23
---------------------------
* Wed May 06 2015 Orion Poplawski <orion(a)cora.nwra.com> - 4.4.1-4
- Rebuild without romio hack (fixed with openmpi 1.8.5)
* Mon May 04 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 4.4.1-3
- Rebuild for changed mpich
Size change: 245 bytes
netsniff-ng-0.5.9-1.fc23
------------------------
* Mon May 11 2015 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.5.9-1
- New version
Resolves: rhbz#1220053
- Explicit compilation with -fPIC
Size change: 17716 bytes
netty-4.0.28-1.fc23
-------------------
* Wed May 20 2015 Severin Gehwolf <sgehwolf(a)redhat.com> - 4.0.28-1
- Update to upstream 4.0.28 release.
- Fixes CVE-2015-2156 (HttpOnly cookie bypass).
- Resolves RHBZ#1111502
* Wed May 20 2015 Severin Gehwolf <sgehwolf(a)redhat.com> - 4.0.27-1
- Update to upstream 4.0.27 release.
Size change: 223559 bytes
nightview-0.3.3-18.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.3-18
- Rebuilt for GCC 5 C++11 ABI change
Size change: 141 bytes
nodejs-xml2js-0.4.9-1.fc23
--------------------------
* Sat May 30 2015 Tom Hughes <tom(a)compton.nu> - 0.4.9-1
- Update to 0.4.9 upstream release
- Switch to %license for the license file
Size change: 1226 bytes
nss-3.19.0-2.fc23
-----------------
* Tue May 19 2015 Kai Engert <kaie(a)redhat.com> - 3.19.0-2
- Update to NSS 3.19
Size change: -77515 bytes
nss-softokn-3.19.0-2.fc23
-------------------------
* Tue May 19 2015 Kai Engert <kaie(a)redhat.com> - 3.19.0-2
- Update to NSS 3.19
Size change: -41578 bytes
nss-util-3.19.0-2.fc23
----------------------
* Tue May 19 2015 Kai Engert <kaie(a)redhat.com> - 3.19.0-2
- Update to NSS 3.19
Size change: -9711 bytes
nut-2.7.3-3.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.7.3-3
- Rebuilt for GCC 5 C++11 ABI change
* Tue Apr 28 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 2.7.3-2
- start nut driver before the daemon
* Thu Apr 23 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 2.7.3-1
- nut updated to 2.7.3
* Mon Apr 06 2015 Tom Callaway <spot(a)fedoraproject.org> - 2.7.2-4
- rebuild against libvpx 1.4.0
Size change: 93047 bytes
oath-toolkit-2.6.0-1.fc23
-------------------------
* Thu May 21 2015 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.6.0-1
- New version
- Dropped strdup-null-check patch (upstreamed)
Size change: 89435 bytes
ocl-icd-2.2.4-1.git20150518.7c94f4a.fc23
----------------------------------------
* Mon May 18 2015 Fabian Deutsch <fabiand(a)fedorproject.org> - 2.2.4-1.git20150518.7c94f4a
- Update to 2.2.4 (7c94f4a)
Size change: 184 bytes
ode-0.13.1-2.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.13.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 120 bytes
opari2-1.1.3-1.fc23
-------------------
* Fri May 08 2015 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.2-7
- Update to 1.1.3
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.2-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 10276 bytes
opencryptoki-3.2-3.fc23
-----------------------
* Thu May 07 2015 Jakub Jelen <jjelen(a)redhat.com> 3.2-3
- Few more undefined symbols fixed for s390(x) specific targets
- Do not require --no-undefined, because s390(x) requires some
* Mon May 04 2015 Jakub Jelen <jjelen(a)redhat.com> 3.2-2
- Fix missing sources and libraries in makefiles causing undefined symbols (#1193560)
- Make inline function compatible for GCC5
Size change: 4583 bytes
openlierox-0.58-0.4.rc3.fc23
----------------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 1:0.58-0.4.rc3
- rebuild for new libzip
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:0.58-0.3.rc3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 234 bytes
openwsman-2.4.15-1.fc23
-----------------------
* Thu May 21 2015 Vitezslav Crhonek <vcrhonek(a)redhat.com> - 2.4.15-1
- Update to openwsman-2.4.15
Size change: 726 bytes
orthanc-0.8.6-2.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.8.6-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 119 bytes
pango-1.36.8-5.fc23
-------------------
* Thu May 14 2015 Matthias Clasen <mclasen(a)redhat.com> - 1.36.8-5
- Regenerate man page for pango-view
Size change: 127 bytes
pcmanfm-1.2.3-2.fc23
--------------------
* Thu May 21 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.2.3-2
- Make about dialog work
Size change: 1032 bytes
perl-Digest-Nilsimsa-0.06-28.fc23
---------------------------------
* Thu May 21 2015 Petr Šabata <contyk(a)redhat.com> - 0.06-28
- Modernize the spec
- Correct the dep list
Size change: 359 bytes
perl-List-MoreUtils-0.412-1.fc23
--------------------------------
* Wed May 20 2015 Paul Howarth <paul(a)city-fan.org> - 0.412-1
- Update to 0.412
- Move generation of test endpoints to author stage as requested per issue/#9
- Add a rough guide for contributors
- Fix CPAN RT#103251 to avoid removing bundled stuff by accident
- Fix compilation errors under cl
Size change: -40748 bytes
perl-Socket6-0.25-5.fc23
------------------------
* Thu May 21 2015 Paul Howarth <paul(a)city-fan.org> - 0.25-5
- Drop workaround for CPAN RT#66811, fixed upstream
- Tidy spec
Size change: 79 bytes
php-pecl-uuid-1.0.4-1.fc23
--------------------------
* Fri May 08 2015 Remi Collet <remi(a)fedoraproject.org> - 1.0.4-1
- update to 1.0.4
- more upstream patches, fix for PHP 7
- don't provide the test suite
Size change: -2111 bytes
php-pecl-zip-1.12.5-2.fc23
--------------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 1.12.5-2
- rebuild for new libzip
Size change: 106 bytes
php-psr-http-message-1.0-1.fc23
-------------------------------
* Sat May 30 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.0-1
- Updated to 0.10.1 (BZ #1218459)
- Added autoloader
Size change: 303 bytes
pikdev-0.9.2-20.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.2-20
- Rebuilt for GCC 5 C++11 ABI change
Size change: 131 bytes
pluma-1.10.0-1.fc23
-------------------
* Thu May 07 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1.10.0-1
- update to 1.10.0 release
- add patch to fix f23 build
Size change: -9672 bytes
plymouth-0.8.9-9.2013.08.14.fc23
--------------------------------
* Wed May 20 2015 Will Woods <wwoods(a)redhat.com> 0.8.9-9.2013.08.14
- Fix theme override using PLYMOUTH_THEME_NAME (#1223344)
Size change: 1185 bytes
poezio-0.9-0.1.dfd6042.fc23
---------------------------
* Fri May 08 2015 Matthieu Saulnier <fantom(a)fedoraproject.org> - 0.9-0.1.dfd6042
- Update to 0.9 prerelease with upstream git snapshot
Size change: -352259 bytes
powertop-2.7-5.fc23
-------------------
* Wed May 06 2015 Jaroslav Škarvada <jskarvad(a)redhat.com> - 2.7-5
- Fixed crash on Baytrail CPUs (by bytrail-no-c7 patch)
Resolves: rhbz#1208600
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.7-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 701 bytes
ppl-1.1-8.fc23
--------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 106 bytes
pyodbc-3.0.10-1.fc23
--------------------
* Tue May 12 2015 Orion Poplawski <orion(a)cora.wnra.com> - 3.0.10-1
- Update to 3.0.10
* Tue May 12 2015 Orion Poplawski <orion(a)cora.wnra.com> - 3.0.7-4
- Cleanup and update spec
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.0.7-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 116620 bytes
pyparted-3.10.5-1.fc23
----------------------
* Thu May 07 2015 David Cantrell <dcantrell(a)redhat.com> - 3.10.5-1
- Upgrade to pyparted-3.10.5
* Tue May 05 2015 David Cantrell <dcantrell(a)redhat.com> - 3.10.4-1
- Upgrade to pyparted-3.10.4
Size change: 2624 bytes
pyside-tools-0.2.13-8.fc23
--------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.13-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 126 bytes
python-pyside-1.2.2-3.fc23
--------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.2.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 105 bytes
python-qt5-5.4.1-3.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.4.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 140 bytes
python-setuptools-17.0-1.fc23
-----------------------------
* Sat May 30 2015 Kevin Fenzi <kevin(a)scrye.com> 17.0-1
- Update to 17
Size change: 377 bytes
python-sqlalchemy-1.0.4-1.fc23
------------------------------
* Fri May 08 2015 Nils Philippsen <nils(a)redhat.com> 1.0.4-1
- version 1.0.4, upstream bugfix release
* Sat May 02 2015 Kevin Fenzi <kevin(a)scrye.com> 1.0.3-1
- Update to 1.0.3. Fixes bug #1217761
* Sat Apr 25 2015 Nils Philippsen <nils(a)redhat.com> - 1.0.2-1
- version 1.0.2, upstream bugfix release
* Fri Apr 24 2015 Nils Philippsen <nils(a)redhat.com> - 1.0.1-1
- version 1.0.1, upstream bugfix release
* Fri Apr 17 2015 Nils Philippsen <nils(a)redhat.com> - 1.0.0-1
- version 1.0.0, upstream feature release
Size change: 367646 bytes
python-zope-proxy-4.1.5-1.fc23
------------------------------
* Wed May 20 2015 Ralph Bean <rbean(a)redhat.com> - 4.1.5-1
- new version
Size change: 239360 bytes
qaccessibilityclient-0.1.1-4.fc23
---------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.1-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 150 bytes
qhexedit2-0.7.2-1.fc23
----------------------
* Wed May 20 2015 Sandro Mani <manisandro(a)gmail.com> - 0.7.2-1
- Update to 0.7.2
* Fri May 01 2015 Sandro Mani <manisandro(a)gmail.com> - 0.6.6-1
- Update to 0.6.6
* Wed Apr 29 2015 Sandro Mani <manisandro(a)gmail.com> - 0.6.5-2
- Build Qt5 library
* Thu Apr 16 2015 Sandro Mani <manisandro(a)gmail.com> - 0.6.5-1
- Update to 0.6.5
Size change: 31070 bytes
qt5-qtbase-5.4.1-18.fc23
------------------------
* Wed May 20 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-18
- own /etc/xdg/QtProject
- Requires: qt-settings (f22+)
* Sat May 16 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-17
- Try to ensure that -fPIC is used in CMake builds (QTBUG-45755)
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-16
- Some Qt apps crash if they are compiled with gcc5 (QTBUG-45755)
Size change: 1551 bytes
qt5-qtconnectivity-5.4.1-3.fc23
-------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.4.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 153 bytes
qt5-qtmultimedia-5.4.1-3.fc23
-----------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.4.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 158 bytes
qtkeychain-0.3.90-5.20140405git.fc23
------------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.90-5.20140405git
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
qtlockedfile-2.4-16.fc23
------------------------
* Wed May 06 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.4-16
- qtlockedfile.prf: use versioned lib for linking
Size change: 177 bytes
qtscriptgenerator-0.2.0-9.fc23
------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.0-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 128 bytes
qtsingleapplication-2.6.1-17.fc23
---------------------------------
* Wed May 06 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.6.1-17
- .prf: use versioned libs for linking
Size change: 125 bytes
rcssserver3d-0.6.8.1-4.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.8.1-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 107 bytes
recoll-1.20.6-1.fc23
--------------------
* Tue May 05 2015 Terje Rosten <terje.rosten(a)ntnu.no> - 1.20.6-1
- 1.20.6
- Fixes bz#1218161 and bz#1204464
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.20.5-3
- Rebuilt for GCC 5 C++11 ABI change
* Sat Apr 11 2015 Terje Rosten <terje.rosten(a)ntnu.no> - 1.20.5-2
- Add KIO subpackage
Size change: 51885 bytes
redis-3.0.1-1.fc23
------------------
* Sat May 09 2015 Haïkel Guémar <hguemar(a)fedoraproject.org> - 3.0.1-1
- Upstream 3.0.1 (RHBZ #1208322)
Size change: 24 bytes
rodent-5.3.16-3.fc23
--------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 5.3.16-3
- rebuild for new libzip
Size change: 101 bytes
rpm-ostree-2015.5-3.fc23
------------------------
* Tue May 12 2015 Colin Walters <walters(a)redhat.com> - 2015.5-3
- Add patch to fix rawhide composes
* Mon May 11 2015 Colin Walters <walters(a)redhat.com> - 2015.5-2
- New upstream release
Adds shared library and -devel subpackage
Size change: 10956 bytes
rpm-ostree-toolbox-2015.8-2.fc23
--------------------------------
* Mon May 18 2015 Colin Walters <walters(a)redhat.com> - 2015.8-2
- New upstream release
Size change: 347 bytes
rtorrent-0.9.4-4.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.4-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 119 bytes
rygel-0.26.1-1.fc23
-------------------
* Sun May 10 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.26.1-1
- Update to 0.26.1
Size change: 2397 bytes
sayonara-0.6.5-2.svn1037.fc23
-----------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.5-2.svn1037
- Rebuilt for GCC 5 C++11 ABI change
Size change: 135 bytes
scite-3.5.5-2.fc23
------------------
* Wed May 06 2015 Johan Swensson <kupo(a)kupo.se> - 3.5.5-2
- Added bundled(scintilla)
* Thu Apr 30 2015 Johan Swensson <kupo(a)kupo.se> - 3.5.5-1
- Update to 3.5.5
Size change: 9409 bytes
scorep-1.4.1-2.fc23
-------------------
* Mon May 11 2015 Orion Poplawski <orion(a)cora.nwra.com> - 1.4.1-2
- Require papi-devel, add requires to mpi packages
* Fri May 08 2015 Orion Poplawski <orion(a)cora.nwra.com> - 1.4.1-1
- Update to 1.4.1
* Tue May 05 2015 Orion Poplawski <orion(a)cora.nwra.com> - 1.4-1
- Update to 1.4
* Sun May 03 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.3-7
- Rebuild for changed mpich
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.3-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 8355282 bytes
sigil-0.8.1-3.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.8.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 121 bytes
sim-0.9.5-0.39.20091129svn3078rev.fc23
--------------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.5-0.39.20091129svn3078rev
- Rebuilt for GCC 5 C++11 ABI change
Size change: 133 bytes
simspark-0.2.4-12.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.4-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: 132 bytes
sipwitch-1.9.1-6.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.9.1-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 109 bytes
six-0.5.3-24.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.5.3-24
- Rebuilt for GCC 5 C++11 ABI change
Size change: 132 bytes
skstream-0.3.9-7.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.9-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 132 bytes
smesh-6.5.3.1-5.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 6.5.3.1-5
- Rebuilt for GCC 5 C++11 ABI change
* Wed Apr 29 2015 Jiri Kastner <jkastner(a)redhat.com> - 6.5.3.1-4
- fix build for ppc64 on rhel6 and OCE-0.16.1
* Wed Apr 29 2015 Jiri Kastner <jkastner(a)redhat.com> - 6.5.3.1-3
- fix problems with boost on rhel6
Size change: 527 bytes
soundkonverter-2.1.1-4.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1.1-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 120 bytes
spacefm-1.0.1-1.fc23
--------------------
* Wed May 06 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.0.1-1
- 1.0.1
Size change: -2887 bytes
speech-dispatcher-0.8.2-5.fc23
------------------------------
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.8.2-5
- Add missing libsndfile dependency to fix sound icon support
Size change: 200 bytes
spin-kickstarts-0.23.3-1.fc23
-----------------------------
* Sat May 30 2015 Bruno Wolff III <bruno(a)wolff.to> - 0.23.3-1
- dvd and cd were removed from file names
Size change: -906 bytes
sqlitebrowser-3.6.0-2.fc23
--------------------------
* Wed May 20 2015 Sandro Mani <manisandro(a)gmail.com> - 3.6.0-2
- Rebuild (qhexedit2)
* Thu Apr 30 2015 Sandro Mani <manisandro(a)gmail.com> - 3.6.0-1
- Update to 3.6.0
* Mon Feb 09 2015 Sandro Mani <manisandro(a)gmail.com> - 3.5.1-1
- Update to 3.5.1
Size change: 581471 bytes
stockfish-7-0.3.20150506git2e86d1f.fc23
---------------------------------------
* Fri May 08 2015 Raphael Groner <projects.rg(a)smart.ms> - 7-0.3.20150506git2e86d1f
- latest snapshot from upstream
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 7-0.2.20150302gitcb2111f
- Rebuilt for GCC 5 C++11 ABI change
Size change: 320 bytes
subsurface-4.4.1-5.fc23
-----------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 4.4.1-5
- rebuild for new libzip
Size change: 96 bytes
sugar-artwork-0.105.1-1.fc23
----------------------------
* Tue May 19 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.105.1-1
- Sugar 0.105.1 development release
Size change: 1375 bytes
sugar-datastore-0.105.1-1.fc23
------------------------------
* Tue May 19 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.105.1-1
- Sugar 0.105.1 development release
Size change: 156 bytes
sugar-runner-0.105.1-1.fc23
---------------------------
* Tue May 19 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.105.1-1
- Sugar 0.105.1 development release
Size change: 188 bytes
sugar-toolkit-gtk3-0.105.1-1.fc23
---------------------------------
* Tue May 19 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.105.1-1
- Sugar 0.105.1 development release
Size change: 941 bytes
sundials-2.6.1-7.fc23
---------------------
* Sat May 09 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.6.1-7
- Excluded kinKrylovDemo_ls test for aarch64
* Fri Apr 17 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.6.1-6
- Performed parallel/serial tests
* Thu Apr 16 2015 Antonio Trande <sagitterATfedoraproject.org> - 2.6.1-5
- Fixed ldconfig scriptlets
Size change: 1287 bytes
supertux-0.3.5a-1.fc23
----------------------
* Sun May 10 2015 David King <amigadave(a)amigadave.com> - 0.3.5a-1
- Update to 0.3.5a (#1219849)
Size change: -118476 bytes
suricata-2.0.8-1.fc23
---------------------
* Wed May 06 2015 Steve Grubb <sgrubb(a)redhat.com> 2.0.8-1
- New upstream security bug fix release
Size change: -167 bytes
sympol-0.1.8-19.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.8-19
- Rebuilt for GCC 5 C++11 ABI change
Size change: 132 bytes
tagainijisho-1.0.3-2.fc23
-------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.3-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 123 bytes
taglib-extras-1.0.1-10.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.1-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 113 bytes
taskjuggler-2.4.3-21.fc23
-------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4.3-21
- Rebuilt for GCC 5 C++11 ABI change
Size change: 152 bytes
texmaker-4.4.1-4.fc23
---------------------
* Thu May 21 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1:4.4.1-4
- use qtsingleapplication-qt5 (#1217888), use %qmake_qt5 macro
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:4.4.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 206 bytes
the_silver_searcher-0.30.0-1.fc23
---------------------------------
* Thu May 07 2015 Kenjiro Nakayama <nakayamakenjiro(a)gmail.com> - 0.30.0-1
- update to 0.30.0
Size change: 83071 bytes
thunderbird-31.7.0-1.fc23
-------------------------
* Tue May 12 2015 Martin Stransky <stransky(a)redhat.com> - 31.7.0-1
- Update to 31.7.0
Size change: -24416 bytes
tmux-2.0-1.fc23
---------------
* Thu May 07 2015 Filipe Rosset <rosset.filipe(a)gmail.com> - 2.0-1
- Rebuilt for new upstream version 2.0, fixes rhbz #1219300
Size change: 4745 bytes
tor-0.2.6.8-1.fc23
------------------
* Thu May 21 2015 Jamie Nguyen <jamielinux(a)fedoraproject.org> - 0.2.6.8-1
- update to upstream release 0.2.6.8
- improve/harden systemd service file
- add multi-instance systemd service file (#1210837)
Size change: 269155 bytes
torbrowser-launcher-0.2.0-1.fc23
--------------------------------
* Sat May 30 2015 Robert Mayr <robyduck(a)fedoraoproject.org> 0.2.0-1
- bump release to version 0.2.0
- no need to set active flags in settings
- Added better support for updating over Tor
- Print less console output
Size change: 144 bytes
torque-4.2.10-3.fc23
--------------------
* Tue May 19 2015 David Brown <david.brown(a)pnnl.gov> - 4.2.10-3
- Bugfix - #1215207 create/install service files for these
- Bugfix - #1117263 qmgr aborts in some instances
- Bugfix - #1144396 Hey! Version Bump!
- Bugfix - #1215992 more service scripts
- Bugfix - #1216037 fixed permissions on directories
- Bugfix - #1149045 hopefully these are all fixed now
- Bugfix - #965513 calling this one fixed...
Size change: 575 bytes
torrent-file-editor-0.2.0-1.fc23
--------------------------------
* Tue May 12 2015 Ivan Romanov <drizt(a)land.ru> - 0.2.0-1
- update to v0.2.0
- dropped app file patch (went to upstream)
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 4695 bytes
totem-3.16.1-1.fc23
-------------------
* Thu May 07 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:3.16.1-1
- Update to 3.16.1
Size change: -98184 bytes
travelccm-1.00.1-10.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.00.1-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 130 bytes
trophy-2.0.2-7.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.0.2-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 150 bytes
tycho-0.22.0-18.fc23
--------------------
* Sat May 30 2015 Alexander Kurtakov <akurtako(a)redhat.com> 0.22.0-18
- Fix build with no tomcat servlet.
Size change: 145 bytes
ucommon-6.1.3-4.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 6.1.3-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 150 bytes
uwsgi-2.0.9-8.fc23
------------------
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 2.0.9-8
- Rebuild (mono4)
* Thu Apr 23 2015 Jorge A Gallegos <kad(a)blegh.net> - 2.0.9-7
- Disabled java related plugins (jvm, jwsgi, ring) in el6 ppc64
* Tue Apr 21 2015 Jorge A Gallegos <kad(a)blegh.net> - 2.0.9-6
- Reworked the conditionals in the spec file
- Updated documentation
- Disabled PSGI for epel, builds fine but requirement is missing
- Reenabled systemd for epel7, dunno how I missed that one
* Fri Apr 17 2015 Dan Horák <dan[at]danny.cz> - 2.0.9-5
- conditionalize various subpackages depending on architectures (patch by Jakub Cajka) - #1211616
* Tue Apr 14 2015 Vít Ondruch <vondruch(a)redhat.com> - 2.0.9-4
- Fix glibc and MongoDB compatibility.
* Fri Mar 13 2015 Jorge A Gallegos <kad(a)blegh.net> - 2.0.9-3
- Adding missing dist tag, have no clue at what point this got dropped :(
* Thu Mar 12 2015 Jorge A Gallegos <kad(a)blegh.net> - 2.0.9-2
- Making it arch specific due to missing dependencies in PPC (as per
https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRequires)
* Wed Mar 11 2015 Jorge A Gallegos <kad(a)blegh.net> - 2.0.9-1
- EPEL 6 and EPEL 7 compatible
- Plugins not compatible with epel 6 are systemd, go, python3 based, ruby19 based, gridfs and tuntap
- Plugins not compatible with epel 7 are python3 based, zeromq, greenlet, coroae, glusterfs and gridfs
* Fri Feb 27 2015 Jorge A Gallegos <kad(a)blegh.net> - 2.0.9-0
- New version
* Fri Jan 16 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 2.0.7-3
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
Size change: 156283 bytes
valknut-0.4.9-12.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.4.9-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: 149 bytes
valyriatear-1.0.0-3.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.0-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 119 bytes
vifir-0.9-31.fc23
-----------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 0.9-31
- rebuild for new libzip
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9-30
- Rebuilt for GCC 5 C++11 ABI change
Size change: 198 bytes
viking-1.6-1.fc23
-----------------
* Wed May 06 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.6-1
- Update to new upstream version 1.6
* Sat Mar 07 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.5.1-4
- Rebuild (libgps)
Size change: 1444602 bytes
vips-8.0.2-2.fc23
-----------------
* Sun May 17 2015 Orion Poplawski <orion(a)cora.nwra.com> - 8.0.2-2
- Rebuild for hdf5 1.8.15
* Wed May 06 2015 Benjamin Gilbert <bgilbert(a)backtick.net> - 8.0.2-1
- New release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 7.42.3-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 2857133 bytes
webkitgtk-2.4.9-1.fc23
----------------------
* Wed May 20 2015 Tomas Popela <tpopela(a)redhat.com> - 2.4.9-1
- Update to 2.4.9
* Mon May 11 2015 Tomas Popela <tpopela(a)redhat.com> - 2.4.8-4
- Add Fedora branding to the user agent
Size change: 10293 bytes
wfmath-1.0.2-4.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.2-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 138 bytes
whois-5.2.8-1.fc23
------------------
* Tue May 19 2015 Petr Pisar <ppisar(a)redhat.com> - 5.2.8-1
- 5.2.8 bump
Size change: -9 bytes
zenity-3.16.2-1.fc23
--------------------
* Thu May 14 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.0-1
- Update to 3.16.0
- Use license macro for the COPYING file
Size change: 179388 bytes
zeromq-4.0.5-3.fc23
-------------------
* Tue May 19 2015 Thomas Spura <tomspur(a)fedoraproject.org> - 4.0.5-3
- Cherry-pick patch for protocol downgrade attack (#1221666)
- Remove Provides:zeromq-utils
- Remove %defattr
Size change: 4677 bytes
Summary:
Added Packages: 8
Removed Packages: 0
Modified Packages: 271
Size of added packages: 10507368 (10 M)
Size change of modified packages: 17133987 (16 M)
Size of removed packages: 0 (0 )
Size change: 27641355 (26 M)
Compose finished at Sun May 31 07:17:05 UTC 2015
8 years, 4 months
F22 Beagleboard XM kernel error on shutdown and x11vnc
by Scott M. Jones
I'm running F22, LXDE spin, on a Beagleboard XM rev B, and if uptime is
greater than about 15 minutes, I get this error repeatedly on shutdown
(with increasing timestamps) and the board becomes unusable until reset.
[ 3505.530151] [drm:omap_irq_handler [omapdrm]] *ERROR* gfx: errors:
00000040
I've also seen this happen when I tried to connect via x11vnc, even
though lxdm and X are running and x11vnc starts OK.
Also, I'm not getting any output on the HDMI port. I'm not getting any
HDMI output on F21 (with kernel 4.x) either now, but at least I can
connect via x11vnc (same setup I'm using on F22).
Both were yum/dnf updated today.
I did boot the reference Angstrom release with the board to make sure
the HDMI cable and TV were OK, and they are just fine. F21 used to work
a few months ago via the HDMI port.
Any suggestions?
-Scott
8 years, 4 months
arm rawhide report: 20150530 changes
by Fedora compose checker
Compose started at Sat May 30 05:15:04 UTC 2015
New package: ardour2-2.8.16-1.fc23
Digital Audio Workstation
New package: ardour4-4.0.0-2.fc23
Digital Audio Workstation
New package: burp-1.4.36-5.fc23
A network-based backup and restore program
New package: fbb-7.0.8-0.3.beta.fc23
Packet radio mailbox and utilities
New package: gap-pkg-autpgrp-1.6-1.fc23
Compute the automorphism group of a p-Group in GAP
New package: gap-pkg-fga-1.2.0-1.fc23
Free group algorithms for GAP
New package: ipcalc-0.1.0-1.fc23
IP network address calculator
New package: jersey1-1.19-3.fc23
JAX-RS (JSR 311) production quality Reference Implementation
New package: mbedtls-1.3.10-1.fc23
Light-weight cryptographic and SSL/TLS library
New package: minidns-0.1.7-1.fc23
Minimal DNS library for Java and Android systems
New package: morphia-0.105-2.fc23
A type-safe Java library for MongoDB
New package: muon-5.3.0-1.fc23
A collection of package management tools for KDE
New package: mysema-commons-lang-0.2.4-1.fc23
Mysema Commons Lang
New package: nodejs-fs-write-stream-atomic-1.0.3-1.fc23
Like `fs.createWriteStream(...)`, but atomic
New package: nodejs-normalize-git-url-1.0.1-1.fc23
Normalizes Git URLs. For npm, but you can use it too.
New package: perl-Crypt-OpenSSL-ECDSA-0.07-1.fc23
Perl extension for OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm)
New package: perl-Math-Base-Convert-0.08-1.fc23
Very fast base to base conversion
New package: perl-MouseX-StrictConstructor-0.02-1.fc23
Make your object constructors blow up on unknown attributes
New package: python-gear-0.5.6-0.fc23
Pure Python Async Gear Protocol Library
New package: rc-1.7.4-1.fc23
Re-implementation for Unix of the Plan 9 shell
New package: rxjava-1.0.11-1.fc23
Reactive Extensions for the JVM
Removed package: e_dbus-1.7.10-1.fc22
Removed package: ecore-1.7.10-1.fc22
Removed package: edje-1.7.10-1.fc22
Removed package: eet-1.7.10-1.fc22
Removed package: eeze-1.7.10-1.fc22
Removed package: efreet-1.7.10-1.fc22
Removed package: eio-1.7.10-1.fc22
Removed package: embryo-1.7.10-1.fc22
Removed package: emotion-1.7.10-1.fc22
Removed package: ethumb-1.7.10-1.fc22
Removed package: evas-1.7.10-1.fc22
Removed package: libeina-1.7.10-1.fc22
Removed package: proxychains-3.1-16.fc22
Removed package: python-qpid-0.32-1.fc23
Updated Packages:
BlockOutII-2.5-4.fc23
---------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.5-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 150 bytes
CharLS-1.0-9.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 144 bytes
ClanLib1-1.0.0-20.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.0-20
- Rebuilt for GCC 5 C++11 ABI change
Size change: 161 bytes
Coin3-3.1.3-8.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.1.3-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 158 bytes
Field3D-1.6.1-3.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.6.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 99 bytes
ImageMagick-6.9.1.2-3.fc23
--------------------------
* Sat May 16 2015 Pavel Alexeev <Pahan(a)Hubbitus.info> - 6.9.1.2-3
- Enable back gcc arch optimization (drop --without-gcc-arch) #1213828 (#1214344) - GCC updated, problem should be gone.
Size change: 199 bytes
LibRaw-0.16.2-1.fc23
--------------------
* Sat May 16 2015 Jon Ciesla <limburgher(a)gmail.com> - 0.16.2-1
- 0.16.2, BZ 1222258.
* Thu May 14 2015 Jon Ciesla <limburgher(a)gmail.com> - 0.16.1-7
- Add provides for bundled dcraw, https://fedorahosted.org/fpc/ticket/530
- Fix EVR in changelog.
* Mon May 11 2015 Jon Ciesla <limburgher(a)gmail.com> - 0.16.1-6
- 0.16.1, BZ 1220382.
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.16.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 6056 bytes
Mars-4.5-1.fc23
---------------
* Sat May 30 2015 Scott Tsai <scottt.tw(a)gmail.com> - 4.5-1
- Upstream 4.5
Size change: 1139405 bytes
NetworkManager-openswan-1.0.2-1.fc23
------------------------------------
* Tue May 05 2015 Lubomir Rintel <lkundrak(a)v3.sk> - 1.0.2-1
- Update to 1.0.2 release
* Mon Dec 22 2014 Dan Williams <dcbw(a)redhat.com> - 1.0.0-1
- Update to 1.0
Size change: -12439 bytes
NetworkManager-openvpn-1.0.2-1.fc23
-----------------------------------
* Tue May 05 2015 Lubomir Rintel <lkundrak(a)v3.sk> - 1:1.0.2-1
- Update to 1.0.2 release
Size change: 4976 bytes
NetworkManager-vpnc-1.0.2-1.fc23
--------------------------------
* Tue May 05 2015 Lubomir Rintel <lkundrak(a)v3.sk> - 1.0.2-1
- Update to 1.0.2 release
Size change: 1767 bytes
R-BiocGenerics-0.14.0-1.fc23
----------------------------
* Fri May 29 2015 Tom Callaway <spot(a)fedoraproject.org> - 0.14.0-1
- update to 0.14.0
Size change: 8278 bytes
RBTools-0.7.3-1.fc23
--------------------
* Fri May 29 2015 Stephen Gallagher <sgallagh(a)redhat.com> 0.7.3-1
- New upstream release 0.7.3
- https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.3/
Size change: 10797 bytes
SIMVoleon-2.0.1-21.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.0.1-21
- Rebuilt for GCC 5 C++11 ABI change
Size change: 127 bytes
SkyX-0.4-10.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.4-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 111 bytes
TOPCOM-0.17.5-2.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.17.5-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 153 bytes
XTandem-150401.1-3.fc23
-----------------------
* Wed May 13 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 150401.1-3
- Excludearch ppc64 s390 s390x
* Tue May 12 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 150401.1-2
- Test disabled on PPC64 (std::bad_alloc error)
* Fri May 08 2015 Antonio Trande <sagitter(a)fedoraproject.org> - 150401.1-1
- Update to tandem-linux-15-04-01-1
- Removed expat bundled files
- Removed pre-compiled .exe files
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 130901.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: -3888918 bytes
agg-2.5-22.fc23
---------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.5-22
- Rebuilt for GCC 5 C++11 ABI change
Size change: 130 bytes
ahkab-0.17-1.fc23
-----------------
* Fri May 29 2015 Kiara Navarro <sophiekovalevsky(a)fedoraproject.org> - 0.16-1
- Bump to lastest version
- Implementation of memoization system
- New time functions.
- Replace my_time_function.value()
Size change: 242552 bytes
airinv-1.00.0-13.fc23
---------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.00.0-13
- Rebuilt for GCC 5 C++11 ABI change
Size change: 135 bytes
aisleriot-3.16.2-1.fc23
-----------------------
* Sun May 10 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:3.16.2-1
- Update to 3.16.2
- Include new symbolic app icon
Size change: 119 bytes
akonadi-1.13.0-14.fc23
----------------------
* Thu May 07 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.13.0-14
- %build: explicitly set -DCMAKE_BUILD_TYPE="Release" (-DQT_NO_DEBUG was used already)
* Mon Apr 27 2015 Daniel Vrátil <dvratil(a)redhat.com> - 1.13.0-13
- Rebuild for boost
* Sun Mar 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 1.13.0-12
- explicit BuildRequires: mariadb-server
- -mysql: Recommends: mariadb-server (f21+, #1199797)
* Sun Mar 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.13.0-11
- explicitly Requires: mariadb(-sesrver) only as needed (#1199797)
Size change: -589 bytes
ann-1.1.2-6.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.2-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 173 bytes
ansible-1.9.1-2.fc23
--------------------
* Wed May 27 2015 Toshio Kuratomi <toshio(a)fedoraproject.org> - 1.9.1-2
- Fix for dnf
Size change: 1225 bytes
api-sanity-checker-1.98.6-3.fc23
--------------------------------
* Wed May 27 2015 Richard Shaw <hobbes1069(a)gmail.com> - 1.98.6-3
- Fix non-standard permissions on binary (BZ#1131946).
Size change: 5070 bytes
appstream-0.8.0-2.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.8.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 151 bytes
armadillo-4.650.2-2.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.650.2-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 123 bytes
atf-0.20-4.fc23
---------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.20-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 127 bytes
authconfig-6.2.10-8.fc23
------------------------
* Mon May 11 2015 Tomáš Mráz <tmraz(a)redhat.com> - 6.2.10-8
- more Python 3 compatibility fixes
- fix IPA uninstall lockup
- supply the joinpassword to Winbind join command if available
* Tue May 05 2015 Tomáš Mráz <tmraz(a)redhat.com> - 6.2.10-7
- use gettext() instead of lgettext() (#1215284)
Size change: 2075 bytes
autogen-5.18.5-1.fc23
---------------------
* Fri May 15 2015 Miroslav Lichvar <mlichvar(a)redhat.com> - 5.18.5-1
- Update to 5.18.5
Size change: 6244 bytes
avahi-0.6.31-33.fc23
--------------------
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.6.31-33
- Rebuild (mono4)
Size change: 97 bytes
avalon-logkit-2.1-19.fc23
-------------------------
* Fri May 29 2015 Alexander Kurtakov <akurtako(a)redhat.com> 0:2.1-19
- Compile and depend on glassfish-servlet-api instead of tomcat.
Size change: 146 bytes
bacula-7.0.5-7.fc23
-------------------
* Fri May 15 2015 Simone Caronni <negativo17(a)gmail.com> - 7.0.5-7
- Split logwatch files in its own package. Logwatch should be installed
explicitly by an administrator, and not by defaul. Also, the current logwatch
package for RHEL 7 has a bug and can not be customized:
https://bugzilla.redhat.com/show_bug.cgi?id=1221903
Thanks to Dimitri Maziuk for reporting.
* Tue May 12 2015 Simone Caronni <negativo17(a)gmail.com> - 7.0.5-6
- Require dejavu-lgc-sans-fonts for graphical programs. Fixes startup of bat on
headless servers without a desktop installed.
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 7.0.5-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 984 bytes
ballbuster-1.0-20.fc23
----------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0-20
- Rebuilt for GCC 5 C++11 ABI change
Size change: 168 bytes
bliss-0.72-12.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.72-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: -991 bytes
cabal-install-1.18.1.0-1.fc23
-----------------------------
* Wed May 13 2015 Jens Petersen <petersen(a)redhat.com> - 1.18.1.0-1
- security version update for upload command
Size change: 739 bytes
capstats-0.22-1.fc23
--------------------
* Wed May 13 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.22-1
- Update to new upstream release 0.22
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.21-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 6917 bytes
cbmc-5.1-1.fc23
---------------
* Wed May 13 2015 Jerry James <loganjerry(a)gmail.com> - 5.1-1
- New upstream release
- Drop upstreamed -messaget patch
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 22256 bytes
ccache-3.2.2-1.fc23
-------------------
* Mon May 11 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 3.2.2-1
- Update to 3.2.2
- Add bunch of missing cross-gcc and c++ symlink triggers (#1205187)
- Fix cross-gcc symlink ownerships
Size change: 3694 bytes
cddlib-094h-1.fc23
------------------
* Mon May 18 2015 Jerry James <loganjerry(a)gmail.com> - 094h-1
- New upstream release
Size change: 293828 bytes
cdi-api-1.1-10.fc23
-------------------
* Wed May 20 2015 gil cattaneo <puntogil(a)libero.it> 1.1-10
- rebuilt for upgrade el apis gid:aid (rhbz#1223468)
- adapt to current guideline
- use mvn()-like BRs
- fix rpmlint problem in changelog entries
Size change: 561 bytes
clutter-1.22.2-1.fc23
---------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.22.2-1
- Update to 1.22.2
* Thu May 07 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.22.0-2
- gdk: Use RGBA visual if there is one (#1206960)
Size change: 1147 bytes
collada-dom-2.4.3-7.fc23
------------------------
* Wed May 13 2015 Till Hofmann <hofmann(a)kbsg.rwth-aachen.de> - 2.4.3-7
- Add patch to fix incorrect cmake paths
- Use CMAKE_SKIP_INSTALL_RPATH instead of CMAKE_SKIP_RPATH
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4.3-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 864 bytes
collectl-4.0.2-1.fc23
---------------------
* Fri May 29 2015 Dan Horák <dan[at]danny.cz> - 4.0.2-1
- upgrade to upstream version 4.0.2 (#1225669)
* Mon Apr 13 2015 Dan Horák <dan[at]danny.cz> - 4.0.0-2
- workaround perl dependency generator issue in EPEL <= 7
Size change: 707 bytes
community-mysql-5.6.24-3.fc23
-----------------------------
* Thu Apr 23 2015 Bjorn Munch <bjorn.munch(a)oracle.com> - 5.6.24-3
- gcc5 makes gcc49-aarch64 patch obsolete (and wrong)
* Fri Apr 10 2015 Honza Horak <hhorak(a)redhat.com> - 5.6.24-2
- Fix for big integers on gcc5
* Thu Apr 09 2015 Honza Horak <hhorak(a)redhat.com> - 5.6.24-1
- Update to 5.6.24
* Tue Mar 03 2015 Honza Horak <hhorak(a)redhat.com> - 5.6.23-4
- Do not use scl prefix more than once in paths
Based on https://www.redhat.com/archives/sclorg/2015-February/msg00038.html
- Check permissions when starting service on RHEL-6
Resolves: #1194699
- Wait for daemon ends
Related: #1072958
* Mon Feb 23 2015 Honza Horak <hhorak(a)redhat.com> - 5.6.23-3
- Expand paths in perl scripts in mysql-test
- Use correct path in install_db script warning
- Use --no-defaults when checking server status before starting
Size change: 86957 bytes
compiz-plugins-main-0.8.8-14.fc23
---------------------------------
* Wed May 13 2015 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 1:0.8.8-14
- fix crash if animation plugin is used in f22
Size change: 1145 bytes
console-bridge-0.2.7-3.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.7-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 111 bytes
coreutils-8.23-11.fc23
----------------------
* Thu May 14 2015 Kamil Dudka <kdudka(a)redhat.com> - 8.23-11
- run 'make check' in parallel to speed up the build
* Wed May 13 2015 Ondrej Oprala <ooprala(a)redhat.com> - 8.23-10
- sort - fix buffer overflow in some case conversions
- patch by Pádraig Brady
Size change: 525 bytes
crack-attack-1.1.14-30.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.14-30
- Rebuilt for GCC 5 C++11 ABI change
Size change: 169 bytes
cudd-2.5.0-8.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.5.0-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 134 bytes
cura-14.12.1-4.fc23
-------------------
* Fri May 29 2015 Miro Hrončok <mhroncok(a)redhat.com> - 14.12.1-4
- Patch: Open directories with xdg-open (#1217961)
Size change: 1034 bytes
cura-lulzbot-14.12-5.fc23
-------------------------
* Fri May 29 2015 Miro Hrončok <mhroncok(a)redhat.com> - 14.12-5
- Patch: Open directories with xdg-open (#1217961)
Size change: 1066 bytes
cxxtools-2.2.1-6.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.2.1-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 117 bytes
dbus-1.9.16-1.fc23
------------------
* Thu May 14 2015 David King <amigadave(a)amigadave.com> - 1:1.9.16-1
- Update to 1.9.16
Size change: 123154 bytes
dialog-1.2-14.20150513.fc23
---------------------------
* Fri May 15 2015 Miroslav Lichvar <mlichvar(a)redhat.com> - 1.2-14.20150513
- update to 1.2-20150513
Size change: 23485 bytes
diffpdf-2.1.3-5.fc23
--------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1.3-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 144 bytes
dleyna-connector-dbus-0.2.0-5.fc23
----------------------------------
* Mon May 11 2015 Nils Philippsen <nils(a)redhat.com> - 0.2.0-5
- rebuild for new dleyna-core
Size change: 104 bytes
dleyna-core-0.5.0-1.fc23
------------------------
* Wed May 06 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
Size change: 308159 bytes
dnfdaemon-0.3.9-1.fc23
----------------------
* Wed May 27 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 0.3.9-1
- bumped release
Size change: 2082 bytes
dogtag-pki-10.2.4-1.fc23
------------------------
* Tue May 26 2015 Dogtag Team <pki-devel(a)redhat.com> 10.2.4-1
- Update release number for release build
* Fri Apr 24 2015 Dogtag Team <pki-devel(a)redhat.com> 10.2.4-0.2
- Restored requirement for 'jss-javadocs'
Size change: 185 bytes
drawtiming-0.7.1-17.fc23
------------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.7.1-17
- Rebuilt for GCC 5 C++11 ABI change
Size change: 146 bytes
drbd-8.9.2-3.fc23
-----------------
* Tue May 12 2015 Major Hayden <major(a)mhtx.net> - 8.9.2-3
- Lots of spec/patch fixes
* Tue May 12 2015 Major Hayden <major(a)mhtx.net> - 8.9.2-2
- Updated global_common.conf patch
* Tue May 12 2015 Major Hayden <major(a)mhtx.net> - 8.9.2-1
- New upstream release 8.9.2.
Size change: 28993 bytes
drumkv1-0.6.2-1.fc23
--------------------
* Mon May 04 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 0.6.2-1
- Update to 0.6.2
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 1623 bytes
e2fsprogs-1.42.13-1.fc23
------------------------
* Mon May 18 2015 Eric Sandeen <sandeen(a)redhat.com> 1.42.13-1
- New upstream release
Size change: 19409 bytes
ebook-tools-0.2.2-4.fc23
------------------------
* Wed May 06 2015 Remi Collet <remi(a)fedoraproject.org> - 0.2.2-4
- rebuild for new libzip
Size change: 71 bytes
eclipse-4.5.0-0.16.git201505042000.fc23
---------------------------------------
* Tue May 05 2015 Mat Booth <mat.booth(a)redhat.com> - 1:4.5.0-0.16.git201505042000
- Update to latest I-build to fix bundle dep cycle in PDE builds
- Add test framework to contributor tools subpackage
- Update eclipse-build snapshot to symlink and require xz-java
* Wed Apr 29 2015 Mat Booth <mat.booth(a)redhat.com> - 1:4.5.0-0.15.git201504280100
- Contibutor-tools subpackage should be archful due to native methods
* Wed Apr 22 2015 Mat Booth <mat.booth(a)redhat.com> - 1:4.5.0-0.14.git201504280100
- Rebuilt to eliminate optional dependencies of jxpath
- Update to latest I-build
Size change: 140780 bytes
eclipse-ecf-3.10.0-1.fc23
-------------------------
* Wed May 13 2015 Mat Booth <mat.booth(a)redhat.com> - 3.10.0-1
- Update to 3.10.0 release
Size change: 16709 bytes
eclipse-egit-4.0.0-0.1.rc2.fc23
-------------------------------
* Thu May 28 2015 Alexander Kurtakov <akurtako(a)redhat.com> 4.0.0-0.1.rc2
- Update to 4.0 rc2.
Size change: -153282 bytes
eclipse-egit-github-4.0.0-0.1.rc2.fc23
--------------------------------------
* Thu May 28 2015 Alexander Kurtakov <akurtako(a)redhat.com> 4.0.0-0.1.rc2
- Update to 4.0 rc2.
Size change: -7862 bytes
eclipse-jgit-4.0.0-0.1.rc2.fc23
-------------------------------
* Wed May 27 2015 Alexander Kurtakov <akurtako(a)redhat.com> 4.0.0-0.1.rc2
- Update to 4.0 rc2.
Size change: 5065 bytes
eclipse-mylyn-3.15.0-2.fc23
---------------------------
* Thu May 28 2015 Alexander Kurtakov <akurtako(a)redhat.com> 3.15.0-2
- Fix build against latest jgit.
Size change: 148 bytes
empathy-3.12.10-2.fc23
----------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.12.10-2
- Use the symbolic icon from the 3.12.10 tarball
* Wed May 13 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 3.12.10-1
- Update to 3.12.10
- Drop patches. Fixed upstream.
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.12.9-4
- Put the symbolic icon in the right directory
* Sat May 09 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.12.9-3
- Pull in telepathy-rakia for SIP support
* Sat May 09 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.12.9-2
- Backport symbolic app icon from upstream
- Backport a fix for a wayland crash and a number of dialog width fixes
Size change: 4919 bytes
enigma-1.21-4.fc23
------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.21-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 134 bytes
erlang-17.4-2.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 17.4-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 108 bytes
expatpp-0-6.20121019gitd8c1bf8.fc23
-----------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0-6.20121019gitd8c1bf8
- Rebuilt for GCC 5 C++11 ABI change
Size change: -941 bytes
extrema-4.4.5-14.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.4.5-14
- Rebuilt for GCC 5 C++11 ABI change
Size change: 106 bytes
fcgi-2.4.0-27.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4.0-27
- Rebuilt for GCC 5 C++11 ABI change
Size change: 160 bytes
fedora-productimg-server-23-1.fc23
----------------------------------
* Tue May 12 2015 Stephen Gallagher <sgallagh(a)redhat.com> 23-1
- Bump version to 23 for Rawhide
* Tue May 12 2015 Stephen Gallagher <sgallagh(a)redhat.com> 22-8
- Add Cockpit advertising banner for anaconda
Size change: 854354 bytes
file-roller-3.16.2-1.fc23
-------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: 673 bytes
fillets-ng-1.0.1-8.fc23
-----------------------
* Thu May 14 2015 Bruno Wolff III <bruno(a)wolff.to> = 1.0.1-8
- Replace 32x32 icon with an svg icon (bz 1157529)
* Fri May 08 2015 Bruno Wolff III <bruno(a)wolff.to> = 1.0.1-7
- The lua 5.2 patch wasn't working, switch to using compat version for 5.1
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.1-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 881 bytes
fltk-1.3.3-3.fc23
-----------------
* Wed May 06 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.3.3-3
- rebuild (gcc5)
Size change: -9 bytes
fontpackages-1.44-12.fc23
-------------------------
* Fri May 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 1.44-12
- Drop obsolete defattr stanzas (#1047031)
Size change: 193 bytes
freeimage-3.10.0-24.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.10.0-24
- Rebuilt for GCC 5 C++11 ABI change
Size change: 139 bytes
fusionforge-6.0-1.fc23
----------------------
* Fri May 29 2015 Sylvain Beucler <beuc(a)beuc.net> - 6.0-1
- New upstream release
* Thu May 28 2015 Sylvain Beucler <beuc(a)beuc.net> - 6.0-0.2.rc4
- New upstream release candidate
- CVE-2015-0850: Prevent arbitrary command execution via clone URL
parameter of the method to create secondary Git repositories. Found by
Ansgar Burchardt <ansgar(a)debian.org>.
Size change: 216093 bytes
gammu-1.35.0-1.fc23
-------------------
* Sun May 03 2015 Sérgio Basto <sergio(a)serjux.com> - 1.35.0-1
- Update to 1.35.0
- Rebuild for wxPython3
Size change: 1934060 bytes
gauche-gl-0.6-2.fc23
--------------------
* Mon May 04 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.6-2
- Drop ExcludeArch for ppc64
Size change: 86 bytes
gauche-gtk-0.6-0.13.20121223gitceb4579.fc23
-------------------------------------------
* Mon May 04 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 1:0.6-0.13.20121223gitceb4579
- Drop ExcludeArch for ppc64
* Thu Dec 04 2014 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 1:0.6-0.12.20121223gitceb4579
- Rebuild for Gauche 0.9.4 and Gauche-gl 0.6
- Update to latest snapshot
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:0.6-0.11.20120403gitf7d3f802f3750
- 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:0.6-0.10.20120403gitf7d3f802f3750
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Size change: 4726 bytes
gcr-3.16.0-1.fc23
-----------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.0-1
- Update to 3.16.0
Size change: -23771 bytes
gdb-7.9.1-14.fc23
-----------------
* Fri May 15 2015 Jan Kratochvil <jan.kratochvil(a)redhat.com> - 7.9.1-14.fc22
- Fix ignored Requires for gdb-doc (RH BZ 1221814).
* Thu May 14 2015 Jan Kratochvil <jan.kratochvil(a)redhat.com> - 7.9.1-13.fc22
- Change 'Recommends: dnf-plugins-core' to 'dnf-command(debuginfo-install)'.
* Wed May 13 2015 Jan Kratochvil <jan.kratochvil(a)redhat.com> - 7.9.1-12.fc22
- Rebase to FSF GDB 7.9.1 (7.9 stable branch).
- Add 'Recommends: dnf-plugins-core' for 'dnf debuginfo-install'.
Size change: 9475 bytes
gdk-pixbuf2-2.31.4-1.fc23
-------------------------
* Mon May 11 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.31.4-1
- Update to 2.31.4
Size change: 701926 bytes
gegl-0.2.0-23.fc23
------------------
* Thu May 14 2015 Nils Philippsen <nils(a)redhat.com> - 0.2.0-23
- rebuild for lensfun-0.3.1
* Thu May 07 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 0.2.0-22
- Add -lm to linker flags because of sqrt
Size change: 827 bytes
gegl03-0.3.0-0.4.gitc9bbc81.fc23
--------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.0-0.4.gitc9bbc81
- Rebuilt for GCC 5 C++11 ABI change
Size change: 144 bytes
geocode-glib-3.17.1-2.fc23
--------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.17.1-2
- Use license macro for COPYING.LIB
* Fri May 01 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.17.1-1
- Update to 3.17.1
Size change: 787 bytes
gfan-0.5-13.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.5-13
- Rebuilt for GCC 5 C++11 ABI change
Size change: 111 bytes
gflags-2.1.1-7.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1.1-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 110 bytes
ghc-rpm-macros-1.4.15-1.fc23
----------------------------
* Thu May 07 2015 Jens Petersen <petersen(a)redhat.com> - 1.4.15-1
- cabal macro now sets utf8 locale
- disable dynamic linking on aarch64 as a workaround (#1195231)
Size change: 284 bytes
git-2.4.1-1.fc23
----------------
* Thu May 14 2015 Jon Ciesla <limburgher(a)gmail.com> - 2.4.1-1
- Update to 2.4.1.
Size change: 86 bytes
globus-simple-ca-4.20-1.fc23
----------------------------
* Fri May 29 2015 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 4.20-1
- GT6 update (increase default key size)
Size change: 11 bytes
glog-0.3.3-9.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.3-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 109 bytes
gloox-1.0.13-3.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:1.0.13-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 116 bytes
gmetric4j-1.0.10-1.fc23
-----------------------
* Fri May 29 2015 gil cattaneo <puntogil(a)libero.it> 1.0.10-1
- update to 1.0.10
Size change: -174682 bytes
gmime-2.6.20-4.fc23
-------------------
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 2.6.20-5
- Rebuild (mono4)
Size change: 50 bytes
gnome-calendar-3.16.2-1.fc23
----------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
* Tue Apr 28 2015 Milan Crha <mcrha(a)redhat.com> - 3.16.1-2
- Rebuild for newer evolution-data-server
* Thu Apr 16 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-1
- Update to 3.16.1
Size change: 5528 bytes
gnome-desktop3-3.16.2-1.fc23
----------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: 181 bytes
gnome-font-viewer-3.16.2-1.fc23
-------------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
- Use license macro for the COPYING file
Size change: 2053 bytes
gnome-mahjongg-3.16.1-1.fc23
----------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-1
- Update to 3.16.1
Size change: -5691 bytes
gnome-online-accounts-3.16.2-1.fc23
-----------------------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: 6248 bytes
gnome-photos-3.16.2-1.fc23
--------------------------
* Wed May 13 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 3.16.2-1
- Update to 3.16.2
* Mon Apr 27 2015 David King <amigadave(a)amigadave.com> - 3.16.0-3
- Rebuild for libgdata soname bump
Size change: -2910 bytes
gnome-power-manager-3.16.1-2.fc23
---------------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-2
- Drop now unused HighContrast icon scriptlets
* Mon Apr 27 2015 Richard Hughes <rhughes(a)redhat.com> - 3.16.1-1
- Update to 3.16.1
- Add a symbolic variant of the application icon
Size change: -29676 bytes
gnome-screenshot-3.16.2-1.fc23
------------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
- Use license macro for the COPYING file
Size change: 5845 bytes
gnome-shell-extension-background-logo-3.17.2-1.fc23
---------------------------------------------------
* Wed May 27 2015 Florian Müllner <fmuellner(a)redhat.com> - 3.17.2-1
- Update to 3.17.2
Size change: 110 bytes
gnome-shell-extension-fedmsg-0.1.9-11.fc23
------------------------------------------
* Fri May 29 2015 Luke Macken <lmacken(a)redhat.com> - 0.1.9-11
- Updated for gnome-shell-3.17.2 in rawhide (#1045669)
Size change: 128 bytes
gnome-shell-extensions-3.17.2-1.fc23
------------------------------------
* Wed May 27 2015 Florian Müllner <fmuellner(a)redhat.com> - 3.17.2-1
- Update to 3.17.2
Size change: -133 bytes
gnome-themes-standard-3.16.2-1.fc23
-----------------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
- Use license macro for the COPYING file
Size change: 2795 bytes
gnu-efi-3.0.2-1.fc23
--------------------
* Wed May 13 2015 Peter Jones <pjones(a)redhat.com> - 3.0.2-1
- Update to 3.0.2
- Fix base package requirement on subpackages
- Add setjmp, because this is my life.
Size change: 5662 bytes
gnupg2-2.1.4-1.fc23
-------------------
* Fri May 15 2015 Robert Scheck <robert(a)fedoraproject.org> - 2.1.4-1
- upgrade to 2.1.4 (#1192353)
Size change: 10756 bytes
gnustep-make-2.6.7-1.fc23
-------------------------
* Fri May 15 2015 Jochen Schmitt <Jochen herr-schmitt de> - 2.6.7-1
- New upstream release
Size change: 7519 bytes
golly-2.4-13.fc23
-----------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4-13
- Rebuilt for GCC 5 C++11 ABI change
Size change: 115 bytes
graphviz-2.38.0-24.fc23
-----------------------
* Fri May 29 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 2.38.0-24
- Fix mono directive orders
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 2.38.0-23
- Rebuild (mono4)
Size change: 167 bytes
gtk2-2.24.28-1.fc23
-------------------
* Wed May 13 2015 Matthias Clasen <mclasen(a)redhat.com> - 2.24.28-1
- Update to 2.24.28
Size change: -25501 bytes
gtksourceview3-3.17.1-1.fc23
----------------------------
* Fri May 01 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.17.1-1
- Update to 3.17.1
Size change: -23036 bytes
gucharmap-3.16.2-1.fc23
-----------------------
* Sun May 10 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: 1480 bytes
gupnp-0.20.14-1.fc23
--------------------
* Sun May 10 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.20.14-1
- Update to 0.20.14
- Use license macro for the COPYING file
Size change: 1644 bytes
gupnp-tools-0.8.10-1.fc23
-------------------------
* Sun May 10 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.8.10-1
- Update to 0.8.10
- Use desktop-file-validate instead of desktop-file-install
- Use license macro for the COPYING file
Size change: 8387 bytes
hawkey-0.5.6-1.fc23
-------------------
* Thu May 07 2015 Michal Luscon <mluscon(a)redhat.com> 0.5.6-1
- Revert "sack: force recomputing excludes" (RhUbg:1218650) (Jan Silhan)
Size change: 273 bytes
heat-cfntools-1.3.0-1.fc23
--------------------------
* Fri May 29 2015 Haïkel Guémar <hguemar(a)fedoraproject.org> - 1.3.0-1
- Upstream 1.3.0
- Cleanup spec file
Size change: 822 bytes
hex-a-hop-1.2.0-git20140926.1.fc23.1
------------------------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.2.0-git20140926.1.1
- Rebuilt for GCC 5 C++11 ABI change
Size change: 138 bytes
highlight-3.21-2.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.21-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 116 bytes
hitori-3.16.1-1.fc23
--------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-1
- Update to 3.16.1
- Include new symbolic icon
* Tue Apr 14 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.0-1
- Update to 3.16.0
Size change: 3891 bytes
hsqldb1-1.8.1.3-7.fc23
----------------------
* Fri May 29 2015 Alexander Kurtakov <akurtako(a)redhat.com> 1.8.1.3-7
- Switch to glassfish servlet api from tomcat.
Size change: 143 bytes
hub-1.12.4-2.fc23
-----------------
* Wed May 27 2015 Ralph Bean <rbean(a)redhat.com> - 1.12-4-2
- Require ruby (for ruby-mri. jruby and hub don't get along.)
https://bugzilla.redhat.com/show_bug.cgi?id=1225254
Size change: 247 bytes
hugin-2014.0.0-6.fc23
---------------------
* Thu May 14 2015 Nils Philippsen <nils(a)redhat.com> - 2014.0.0-6
- rebuild for lensfun-0.3.1
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2014.0.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 259 bytes
igraph-0.6.5-4.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.5-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 137 bytes
initscripts-9.63-1.fc23
-----------------------
* Mon May 18 2015 Lukáš Nykrýn <lnykryn(a)redhat.com> - 9.63-1
- remove ipcalc, it has its own package now
- network: tell NM to reload its configuration during start
- bonding: warn if the ifup for slave device failed
- sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernel
- ifup: don't call NM for loopback
- clarify daemon() usage message
- rename_device: allow non-channel nics for s390x machines
- ifup: add missing quotes
Size change: -4870 bytes
iperf3-3.0.11-1.fc23
--------------------
* Mon May 04 2015 Susant Sahani <ssahani(a)gmail.com> 3.0.11-1
- Update to 3.0.11
Size change: 528 bytes
iproute-4.0.0-3.fc23
--------------------
* Wed May 13 2015 Pavel Šimerda <psimerda(a)redhat.com> - 4.0.0-3
- remove patch rejected by upstream
* Mon May 11 2015 Pavel Šimerda <psimerda(a)redhat.com> - 4.0.0-2
- Remove patch rejected by upstream
Size change: -1276 bytes
jack-audio-connection-kit-1.9.10-2.fc23
---------------------------------------
* Tue May 12 2015 Nils Philippsen <nils(a)redhat.com> - 1.9.10-2
- fix building with gcc5
Size change: 688 bytes
jacoco-0.7.5-1.fc23
-------------------
* Wed May 27 2015 Alexander Kurtakov <akurtako(a)redhat.com> 0.7.5-1
- Update to upstream 0.7.5.
Size change: 2591 bytes
java-1.8.0-openjdk-1.8.0.45-38.b14.fc23
---------------------------------------
* Wed May 13 2015 Jiri Vanek <jvanek(a)redhat.com> - 1:1.8.0.45-38.b14
- updated to 8u45-b14 with hope to fix rhbz#1123870
* Wed May 13 2015 Jiri Vanek <jvanek(a)redhat.com> - 1:1.8.0.45-37.b13
- added runtime requires for tzdata
- Remove reference to tz.properties which is no longer used (by gnu.andrew)
Size change: -367170 bytes
jdbi-2.59-1.fc23
----------------
* Fri May 08 2015 gil cattaneo <puntogil(a)libero.it> 2.59-1
- update to 2.59
Size change: 12811 bytes
jdns-2.0.2-1.fc23
-----------------
* Sun May 10 2015 Ivan Romanov <drizt(a)land.ru> - 2.0.2-1
- updated to 2.0.2
- dropped patches. went to upstream.
* Sat May 09 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.1-4
- pull in upstream fixes (including one for pkgconfig issue 6)
* Fri May 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.0.1-3
- USE_RELATIVE_PATHS=OFF (ON produces broken .pc files), .spec cosmetics
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.0.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 933 bytes
jersey-2.17-3.fc23
------------------
* Fri May 29 2015 gil cattaneo <puntogil(a)libero.it> 2.17-3
- remove javax.el:el-api exclusions RHBZ#1223468
* Fri May 29 2015 gil cattaneo <puntogil(a)libero.it> 2.17-2
- generated apache-connector OSGi manifest
* Fri May 08 2015 gil cattaneo <puntogil(a)libero.it> 2.17-1
- update to 2.17
* Tue Jan 27 2015 gil cattaneo <puntogil(a)libero.it> 1.18.3-1
- update to 1.18.3
- introduce license macro
Size change: 1257063 bytes
kajongg-15.04.1-1.fc23
----------------------
* Thu May 28 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.1-1
- 15.04.1
Size change: -491 bytes
kde-dev-scripts-15.04.1-1.fc23
------------------------------
* Thu May 28 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.1-1
- 15.04.1
Size change: -27 bytes
kde-runtime-15.04.1-1.fc23
--------------------------
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 15.04.1-1
- 15.04.1
Size change: 2623 bytes
kdeedu-data-15.04.1-1.fc23
--------------------------
* Thu May 28 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 15.04.1-1
- 15.04.1
Size change: -135 bytes
kdelibs-4.14.8-1.fc23
---------------------
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 6:4.14.8-1
- 4.14.8
Size change: -590 bytes
keepassx-0.4.3-12.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.4.3-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: 137 bytes
keychain-2.8.0-1.fc23
---------------------
* Tue May 05 2015 Andreas Bierfert <andreas.bierfert(a)lowlatency.de>
- 2.8.0-1
- version upgrade (rhbz#531382, rhbz#811365, rhbz#1209473)
- support for newer openssh/gnupg (rhbz#1204340)
Size change: 5713 bytes
kf5-attica-5.10.0-1.fc23
------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 93 bytes
kf5-karchive-5.10.0-1.fc23
--------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 55 bytes
kf5-kauth-5.10.0-1.fc23
-----------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 264 bytes
kf5-kbookmarks-5.10.0-1.fc23
----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 78 bytes
kf5-kcodecs-5.10.0-1.fc23
-------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 648 bytes
kf5-kcompletion-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 61 bytes
kf5-kconfig-5.10.0-3.fc23
-------------------------
* Tue May 12 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-3
- followup fix to sm patch
* Mon May 11 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-2
- pull in reviewed/upstreamed session management fixes (kde#346768)
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 09 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.9.0-3
- Candidate session management fixes (kde#346768)
Size change: 4146 bytes
kf5-kconfigwidgets-5.10.0-1.fc23
--------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 145 bytes
kf5-kcoreaddons-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 472 bytes
kf5-kcrash-5.10.0-1.fc23
------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 80 bytes
kf5-kdbusaddons-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 399 bytes
kf5-kdesu-5.10.0-1.fc23
-----------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 96 bytes
kf5-kdoctools-5.10.0-1.fc23
---------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 1917 bytes
kf5-kemoticons-5.10.0-1.fc23
----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 179 bytes
kf5-kglobalaccel-5.10.0-1.fc23
------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: -6272 bytes
kf5-kguiaddons-5.10.0-1.fc23
----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 71 bytes
kf5-ki18n-5.10.0-2.fc23
-----------------------
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.10.0-2
- .spec cosmetics, own and fully %lang'ify %{_datadir}/locale/*/LC_SCRIPTS/ki18n5/ (#1157349)
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: -319 bytes
kf5-kiconthemes-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 10 bytes
kf5-kidletime-5.10.0-1.fc23
---------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 156 bytes
kf5-kio-5.10.0-1.fc23
---------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: -5537 bytes
kf5-kitemmodels-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 138 bytes
kf5-kitemviews-5.10.0-1.fc23
----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 93 bytes
kf5-kjobwidgets-5.10.0-1.fc23
-----------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 118 bytes
kf5-kjs-5.10.0-1.fc23
---------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 120 bytes
kf5-kjsembed-5.10.0-1.fc23
--------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 250 bytes
kf5-knotifications-5.10.0-1.fc23
--------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 251 bytes
kf5-kpackage-5.10.0-1.fc23
--------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 1909 bytes
kf5-kplotting-5.10.0-1.fc23
---------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 211 bytes
kf5-kpty-5.10.0-1.fc23
----------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 653 bytes
kf5-kservice-5.10.0-1.fc23
--------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 2046 bytes
kf5-ktextwidgets-5.10.0-1.fc23
------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 534 bytes
kf5-kunitconversion-5.10.0-1.fc23
---------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 9697 bytes
kf5-kwallet-5.10.0-1.fc23
-------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 501 bytes
kf5-kwidgetsaddons-5.10.0-1.fc23
--------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 10013 bytes
kf5-kwindowsystem-5.10.0-1.fc23
-------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 116 bytes
kf5-kxmlgui-5.10.0-1.fc23
-------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 09 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.9.0-3
- Candidate session management fixes (kde#346768)
Size change: 7062 bytes
kf5-modemmanager-qt-5.10.0-2.fc23
---------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-2
- F22+: Obsoletes/Provides libmm-qt
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.9.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 886 bytes
kf5-networkmanager-qt-5.10.0-2.fc23
-----------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-2
- F22+: Obsoletes/Provides libnm-qt
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
* Thu Apr 23 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.9.0-2
- -devel Requires NetworkManager
Size change: 516 bytes
kf5-solid-5.10.0-1.fc23
-----------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 1693 bytes
kf5-sonnet-5.10.0-1.fc23
------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 1065 bytes
kf5-threadweaver-5.10.0-1.fc23
------------------------------
* Mon May 11 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.10.0-1
- KDE Frameworks 5.10.0
Size change: 38 bytes
kfilemetadata-4.14.3-2.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.14.3-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
kpcli-2.8-1.fc23
----------------
* Sat May 09 2015 Charles R. Anderson <cra(a)wpi.edu> - 2.8-1
- Updated to 2.8
Size change: 2699 bytes
krb5-1.13.2-0.fc23
------------------
* Thu May 14 2015 Roland Mainz <rmainz(a)redhat.com> - 1.13.2-0
- Update to krb5-1.13.2
- drop patch for krb5-1.13.2-CVE_2015_2694_requires_preauth_bypass_in_PKINIT_enabled_KDC, fixed in krb5-1.13.2
- drop patch for krb5-1.12.1-CVE_2014_5355_fix_krb5_read_message_handling, fixed in krb5-1.13.2
- Add script processing for upcoming Zanata l10n support
- Minor spec cleanup
Size change: 4005 bytes
ksh-20120801-26.fc23
--------------------
* Wed May 06 2015 Michal Hlavinka <mhlavink(a)redhat.com> - 20120801-26
- do not crash, when disk is full, report an error (#1212994)
Size change: 605 bytes
kyotocabinet-1.2.76-8.fc23
--------------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.2.76-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
kyua-cli-0.9-3.fc23
-------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 108 bytes
ladvd-1.1.0-2.fc23
------------------
* Wed May 13 2015 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 1.1.0-2
- use systemd-sysusers to create 'ladvd' user
Size change: 207 bytes
langdetect-1.1-0.6.20120112.fc23
--------------------------------
* Wed Mar 18 2015 gil cattaneo <puntogil(a)libero.it> 1.1-0.6.20120112
- fix Url tag
Size change: 113 bytes
latex2rtf-2.3.8-6.fc23
----------------------
* Wed May 13 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.3.8-6
- Do not use (non-existent on EL7) a4wide paper style in tests (bug #1136065)
- Drop %make_build for EL7 compatibility
Size change: 950 bytes
latte-integrale-1.7.3-2.fc23
----------------------------
* Mon May 18 2015 Jerry James <loganjerry(a)gmail.com> - 1.7.3-2
- Rebuild for ntl 9.1.1 and cddlib 094h
* Sat May 09 2015 Jerry James <loganjerry(a)gmail.com> - 1.7.3-1
- New upstream release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.7.2-3.1
- Rebuilt for GCC 5 C++11 ABI change
Size change: 20520 bytes
lensfun-0.3.1-1.fc23
--------------------
* Wed May 13 2015 Nils Philippsen <nils(a)redhat.com> - 0.3.1-1
- version 0.3.1 (with API/ABI changes)
- fix source URL (no tar.bz2 available)
- update patches
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 124455 bytes
libXaw3dXft-1.6.2d-1.fc23
-------------------------
* Sun May 10 2015 Paulo Roma <roma(a)lcg.ufrj.br> - 1.6.2d-1
- Update to 1.6.2d
Size change: 26541 bytes
libXrandr-1.5.0-1.fc23
----------------------
* Sun May 17 2015 Dave Airlie <airlied(a)redhat.com> 1.5.0-1
- libXrandr 1.5.0 - fixup requires/br
Size change: -394 bytes
libappindicator-12.10.0-9.fc23
------------------------------
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 12.10.0-9
- Rebuild (mono4)
Size change: 96 bytes
libcap-ng-0.7.7-1.fc23
----------------------
* Wed May 13 2015 Steve Grubb <sgrubb(a)redhat.com> 0.7.7-1
- New upstream bugfix release
* Fri May 08 2015 Steve Grubb <sgrubb(a)redhat.com> 0.7.6-1
- New upstream release adding python3 support
* Thu May 07 2015 Steve Grubb <sgrubb(a)redhat.com> 0.7.5-1
- New upstream release
Size change: 13015 bytes
libcdr-0.1.1-3.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
libdrm-2.4.61-3.fc23
--------------------
* Thu May 07 2015 Ben Skeggs <bskeggs(a)redhat.com> 2.4.61-3
- build needs xorg-x11-util-macros now...
* Thu May 07 2015 Ben Skeggs <bskeggs(a)redhat.com> 2.4.61-2
- fixup patch, don't ship extra tests
* Thu May 07 2015 Ben Skeggs <bskeggs(a)redhat.com> 2.4.61-1
- libdrm 2.4.61
Size change: 18580 bytes
libdwarf-20150507-1.fc23
------------------------
* Fri May 08 2015 Tom Hughes <tom(a)compton.nu> - 20150507-1
- Upodate to 20150507 upstream release
Size change: 19153 bytes
libe-book-0.1.2-3.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 122 bytes
libecap-1.0.0-2.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 170 bytes
libfreehand-0.1.0-4.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.0-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 140 bytes
libgdiplus-3.12-1.fc23
----------------------
* Tue Apr 14 2015 Timotheus Pokorra <timotheus.pokorra(a)solidcharity.com> - 3.12-1
- updated to 3.12
- Use %license
Size change: -1391787 bytes
libgltf-0.0.2-5.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.0.2-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 147 bytes
libgpod-0.8.3-9.fc23
--------------------
* Mon May 18 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.8.3-9
- Rebuild (mono4)
Size change: 464 bytes
libgweather-3.17.1-1.fc23
-------------------------
* Fri May 01 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.17.1-1
- Update to 3.17.1
Size change: 3000 bytes
libhif-0.2.0-3.fc23
-------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> 0.2.0-3
- context: Fix rpmdb file monitor with / installs (#1221158)
Size change: 1249 bytes
libical-glib-1.0.3-1.fc23
-------------------------
* Mon May 04 2015 Milan Crha <mcrha(a)redhat.com> - 1.0.3-1
- Update to 1.0.3
Size change: -1072 bytes
libinfinity-0.6.6-1.fc23
------------------------
* Fri May 15 2015 Till Maas <opensource(a)till.name> - 0.6.6-1
- Update to new release, fixes security issue:
https://github.com/gobby/gobby/issues/61, #1221266
Size change: 6723 bytes
libkgapi-2.2.0-3.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.2.0-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 144 bytes
libktorrent-1.3.1-12.fc23
-------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.3.1-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: 148 bytes
libmemcached-1.0.18-5.fc23
--------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.18-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 162 bytes
libmusicbrainz-2.1.5-19.fc23
----------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1.5-19
- Rebuilt for GCC 5 C++11 ABI change
Size change: 148 bytes
libmwaw-0.3.5-1.fc23
--------------------
* Sat May 16 2015 David Tardon <dtardon(a)redhat.com> - 0.3.5-1
- new upstream release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.4-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 90965 bytes
libodfgen-0.1.4-1.fc23
----------------------
* Sun May 17 2015 David Tardon <dtardon(a)redhat.com> - 0.1.4-1
- new upstream release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.3-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 21921 bytes
libopenraw-0.0.9-11.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.0.9-11
- Rebuilt for GCC 5 C++11 ABI change
Size change: 131 bytes
liborigin-20080225-14.fc23
--------------------------
* Mon May 11 2015 Nils Philippsen <nils(a)redhat.com> 2008525-14
- remove bad conditional, use %_lib instead of testing %__isa_bits
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 20080225-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Size change: 4449 bytes
libpagemaker-0.0.2-3.fc23
-------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.0.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 126 bytes
libpst-0.6.64-2.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.64-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 120 bytes
librepo-1.7.15-2.fc23
---------------------
* Fri Jun 12 2015 Colin Walters <walters(a)redhat.com> - 1.7.15-2
- Disable tests and drop python-flask build dependency on RHEL7, as
it is not in the core
Size change: 247 bytes
librime-1.2-3.fc23
------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 157 bytes
libseccomp-2.2.1-0.fc23
-----------------------
* Wed May 13 2015 Paul Moore <pmoore(a)redhat.com> - 2.2.1-0
- New upstream version
Size change: 3849 bytes
libselinux-2.3-10.fc23
----------------------
* Tue May 12 2015 Petr Lautrbach <plautrba(a)redhat.com> 2.3-10
- is_selinux_enabled: Add /etc/selinux/config test (#1219045)
- matchpathcon/selabel_file: Fix man pages (#1219718)
Size change: 2033 bytes
libsidplayfp-1.7.2-1.fc23
-------------------------
* Mon May 11 2015 Hans de Goede <hdegoede(a)redhat.com> - 1.7.2-1
- New upstream release 1.7.2 (rhbz#1220146)
Size change: -133 bytes
libsigc++-1.2.7-17.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.2.7-17
- Rebuilt for GCC 5 C++11 ABI change
Size change: 125 bytes
libssh-0.7.0-1.fc23
-------------------
* Mon May 11 2015 Andreas Schneider <asn(a)redhat.com> - 0.7.0-1
- Update to version 0.7.0
* Added support for ed25519 keys
* Added SHA2 algorithms for HMAC
* Added improved and more secure buffer handling code
* Added callback for auth_none_function
* Added support for ECDSA private key signing
* Added more tests
* Fixed a lot of bugs
* Improved API documentation
* Thu Apr 30 2015 Andreas Schneider <asn(a)redhat.com> - 0.6.5-1
- resolves: #1213775 - Security fix for CVE-2015-3146
- resolves: #1218076 - Security fix for CVE-2015-3146
Size change: -31312 bytes
libsvm-3.20-4.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.20-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 140 bytes
libtirpc-0.3.0-0.0.fc23
-----------------------
* Thu May 07 2015 Steve Dickson <steved(a)redhat.com> 0.3.0-0.0
- Updated to latest upstream release: libtirpc-0-3-3
Size change: -360 bytes
libtunepimp-0.5.3-27.fc23
-------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.5.3-27
- Rebuilt for GCC 5 C++11 ABI change
Size change: 123 bytes
libvisio-0.1.1-3.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 118 bytes
libwps-0.3.1-3.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 159 bytes
libxc-2.1.2-4.fc23
------------------
* Sat May 02 2015 Susi Lehtola <jussilehtola(a)fedoraproject.org> - 2.1.2-4
- Drop gfortran requires on -devel.
Size change: 4 bytes
libyui-gtk-2.44.5-8.fc23
------------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.44.5-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 113 bytes
libyui-ncurses-2.46.7-4.fc23
----------------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.46.7-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 155 bytes
libyui-qt-2.46.13-4.fc23
------------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.46.13-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 152 bytes
libzhuyin-1.0.1-1.fc23
----------------------
* Mon May 11 2015 Peng Wu <pwu(a)redhat.com> - 1.0.1-1
- Update to 1.0.1
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 1083 bytes
libzip-1.0.1-1.fc23
-------------------
* Tue May 05 2015 Remi Collet <remi(a)fedoraproject.org> - 1.0.1-1
- update to 1.0.1
- soname bump from .2 to .4
- drop ziptorrent
- create "tools" sub package
Size change: 37079 bytes
linphone-3.6.1-9.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.6.1-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 112 bytes
log4cpp-1.1.1-2.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 123 bytes
lua-rex-2.7.2-9.fc23
--------------------
* Thu May 14 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 2.7.2-9
- Mark LICENSE as %license, don't ship .gitignore
Size change: 185 bytes
lua-socket-3.0-0.10.rc1.fc23
----------------------------
* Sun May 10 2015 Robert Scheck <robert(a)fedoraproject.org> 3.0-0.10.rc1
- Added upstream patch to fix settimeout() bug (#1220171)
* Mon May 04 2015 Robert Scheck <robert(a)fedoraproject.org> 3.0-0.9.rc1
- Fix broken release tag
Size change: 1267 bytes
luabind-0.9.1-16.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.1-16
- Rebuilt for GCC 5 C++11 ABI change
Size change: 150 bytes
lutok-0.4-5.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.4-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 142 bytes
lv2-artyfx-plugins-1.3-0.4.20150506gitff73e5a.fc23
--------------------------------------------------
* Thu May 14 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 1.3-0.4.20150506gitff73e5a0
- Remove sse all arches, correct changelog
* Wed May 06 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 1.3-0.3.20150506gitff73e5a0
- Add missing BR
* Wed May 06 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 1.1-0.4.20150506gitff73e5a0
- Update to latest git version
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1-0.4.20140317git1dc4f00
- Rebuilt for GCC 5 C++11 ABI change
Size change: 358474 bytes
lyx-2.1.3-3.fc23
----------------
* Mon May 18 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.1.3-3
- backport gcc5 fix (#1209353)
* Mon Mar 30 2015 Richard Hughes <rhughes(a)redhat.com> - 2.1.3-2
- Use better AppData screenshots
Size change: 3589 bytes
man-db-2.7.1-5.fc23
-------------------
* Tue May 12 2015 Colin Walters <walters(a)redhat.com> - 2.7.1-5
- Test for /run/systemd to detect systemd state rather than invoking
rpm in % pre - it is not really supported by rpm.
Size change: 272 bytes
mariadb-10.0.19-1.fc23
----------------------
* Mon May 11 2015 Honza Horak <hhorak(a)redhat.com> - 1:10.0.19-1
- Update to 10.0.19
* Thu May 07 2015 Honza Horak <hhorak(a)redhat.com> - 1:10.0.18-1
- Update to 10.0.18
* Thu May 07 2015 Honza Horak <hhorak(a)redhat.com> - 1:10.0.17-4
- Include client plugins into -common package since they are used by both -libs
and base packages.
- Do not use libedit
Related: #1201988
- Let plugin dir to be owned by -common
- Use correct comment in the init script
Related: #1184604
- Add openssl as BuildRequires to run some openssl tests during build
Related: #1189180
- Fail in case any command in check fails
Related: #1124791
- Fix mysqladmin crash if run with -u root -p
Resolves: #1207170
Size change: 179267 bytes
marisa-0.2.4-10.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.4-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 145 bytes
mathex-0.3b-5.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3b-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 113 bytes
med-3.0.8-2.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.0.8-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 141 bytes
mesa-10.6.0-0.devel.6.5a55f68.fc23
----------------------------------
* Sun May 17 2015 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 10.6.0-0.devel.6.5a55f68
- 5a55f68
* Thu May 07 2015 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 10.6.0-0.devel.5.51e3453
- 51e3453
* Mon Apr 20 2015 Igor Gnatenko <i.gnatenko.brain(a)gmail.com> - 10.6.0-0.devel.4.c1485f4
- c1485f4
Size change: 3337426 bytes
metrics-3.0.1-5.fc23
--------------------
* Fri May 29 2015 gil cattaneo <puntogil(a)libero.it> 3.0.1-5
- rebuilt with jersey 1.19
Size change: 167 bytes
mingw-postgresql-9.4.2-1.fc23
-----------------------------
* Thu May 28 2015 Michael Cronenworth <mike(a)cchtml.com> - 9.4.2-1
- New upstream release.
Size change: 55168 bytes
mosquitto-1.4.2-1.fc23
----------------------
* Sun May 10 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.4.2-1
- Update to new upstream version 1.4.2
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.4-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 2753 bytes
mpich-3.1.4-3.fc23
------------------
* Sat May 09 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 3.1.4-3
- Change MPI_SYCONFIG to /etc/mpich-x86_64 (#1196728)
Size change: 206 bytes
mydns-1.2.8.31-13.fc23
----------------------
* Sun May 03 2015 Itamar Reis Peixoto <itamar(a)ispbrasil.com.br> - 1.2.8.31-13
- change systemd unit file to start it after mariadb-server
Size change: 168 bytes
mythes-1.2.4-3.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.2.4-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 125 bytes
nacl-20110221-11.fc23
---------------------
* Mon May 11 2015 Jaroslav Škarvada <jskarvad(a)redhat.com> - 20110221-11
- Fixed sed optflags patching to work with new distro CFLAGS
- Rebuilt with new distro CFLAGS (PIC)
- Fixed typo in dist-flags patch
- Limit length of ABI string (by abi-len-lmit patch)
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 20110221-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Size change: 4997 bytes
nautilus-3.16.2-1.fc23
----------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.2-1
- Update to 3.16.2
Size change: -1831 bytes
netgen-mesher-5.3.1-5.fc23
--------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.3.1-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 131 bytes
network-manager-applet-1.0.2-1.fc23
-----------------------------------
* Tue May 05 2015 Lubomir Rintel <lkundrak(a)v3.sk> - 1.0.2-1
- Update to 1.0.2 release
Size change: -2211 bytes
nfs-utils-1.3.2-7.fc23
----------------------
* Tue May 12 2015 Colin Walters <walters(a)redhat.com> - 1:1.3.2-7
- Add patch to fix initial start on OSTree managed systems (bz 1219871)
* Thu May 07 2015 Steve Dickson <steved(a)redhat.com> 1.3.2-4
- Update to latest RC release: nfs-utils-1-3-3-rc4
Size change: 2309 bytes
nginx-1.8.0-6.fc23
------------------
* Sun May 10 2015 Jamie Nguyen <jamielinux(a)fedoraproject.org> - 1:1.8.0-6
- revert previous change
* Sun May 10 2015 Jamie Nguyen <jamielinux(a)fedoraproject.org> - 1:1.8.0-5
- move default server to default.conf (#1220094)
* Sun May 10 2015 Jamie Nguyen <jamielinux(a)fedoraproject.org> - 1:1.8.0-4
- add TimeoutStopSec=5 and KillMode=mixed to nginx.service
- set worker_processes to auto
- add some common options to the http block in nginx.conf
- run nginx-upgrade on package update
- remove some redundant scriptlet commands
- listen on ipv6 for default server (#1217081)
Size change: -615 bytes
ninja-build-1.5.3-3.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.5.3-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 146 bytes
njam-1.25-23.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.25-23
- Rebuilt for GCC 5 C++11 ABI change
Size change: 113 bytes
nodejs-npm-cache-filename-1.0.1-5.fc23
--------------------------------------
* Thu May 28 2015 Zuzana Svetlikova <zsvetlik(a)redhat.com> - 1.0.1-5
- Removed scl prefixes
Size change: 68 bytes
nodejs-npm-install-checks-1.0.5-1.fc23
--------------------------------------
* Wed May 27 2015 Zuzana Svetlikova <zsvetlik(a)redhat.com> - 1.0.5-1
- New upstream release
- fixed typo in %check
- added BuildRequires for dependencies
- removed scl prefixes
- changed Summary to match package.json
Size change: 354 bytes
normaliz-2.12.2-3.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.12.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 136 bytes
nss-3.18.0-2.fc23
-----------------
* Fri May 15 2015 Kai Engert <kaie(a)redhat.com> - 3.18.0-2
- Replace expired test certificates, upstream bug 1151037
Size change: 2121 bytes
ntl-9.1.1-1.fc23
----------------
* Sat May 16 2015 Jerry James <loganjerry(a)gmail.com> - 9.1.1-1
- ntl-9.1.1
* Sat May 09 2015 Jerry James <loganjerry(a)gmail.com> - 9.1.0-1
- ntl-9.1.0
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 8.1.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 23129 bytes
nuxwdog-1.0.3-1.fc23
--------------------
* Sun May 10 2015 Ade Lee <alee(a)redhat.com> 1.0.3-1
- Add systemd support
Size change: 744 bytes
ocaml-4.02.1-4.fc23
-------------------
* Wed May 06 2015 Richard W.M. Jones <rjones(a)redhat.com> - 4.02.1-4
- Fix gdb stack traces on aarch64 (upstream PR6490). Thanks: Mark Shinwell.
Size change: 1555 bytes
ocaml-camlp5-6.12-3.fc23
------------------------
* Fri May 15 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 6.12-3
- Mark LICENSE as %license, don't ship .gitignore
Size change: 195 bytes
ocaml-ocamlnet-4.0.3-1.fc23
---------------------------
* Fri May 15 2015 Richard W.M. Jones <rjones(a)redhat.com> - 4.0.3-1
- Upgrade to 4.0.3, which also fixes gnutls 3.4 compilation problems.
* Wed May 13 2015 Richard W.M. Jones <rjones(a)redhat.com> - 4.0.1-4
- Bump and rebuild again for gnutls/nettle soname change.
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.0.1-3
- Rebuilt for nettle soname bump
Size change: 4978 bytes
ois-1.3.0-9.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.3.0-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 171 bytes
openambit-0.3-5.git5f2b784.fc23
-------------------------------
* Fri May 15 2015 Sandro Mani <manisandro(a)gmail.com> - 0.3-5.git5f2b784
- Rebuild (wireshark)
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3-4.git5f2b784
- Rebuilt for GCC 5 C++11 ABI change
Size change: 218 bytes
opencc-1.0.2-3.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.2-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 136 bytes
openchange-2.3-1.fc23
---------------------
* Mon May 18 2015 Milan Crha <mcrha(a)redhat.com> - 2.3-1
- Update to 2.3
* Thu Apr 23 2015 Milan Crha <mcrha(a)redhat.com> - 2.2-6
- Rebuild against newer samba
Size change: -246706 bytes
opencv-2.4.11-1.fc23
--------------------
* Mon May 11 2015 Sérgio Basto <sergio(a)serjux.com> - 2.4.11-1
- Update to 2.4.11 .
- Dropped patches 0, 10, 11, 12, 13 and 14 .
Size change: -24321 bytes
opendbx-1.4.6-7.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.4.6-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 163 bytes
opendkim-2.10.3-1.fc23
----------------------
* Tue May 12 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.3-1
- Updated to use newer upstream 2.10.3 source code
* Mon May 11 2015 Steve Jenkins <steve(a)stevejenkins.com> - 2.10.2-1
- Updated to use newer upstream 2.10.2 source code
- Removed patches for bugs fixed in upstream source
- Included support for systemd macros
- Added deprecated options notice to default configuration file
- Added new options to default configuration file
- Updated README.fedora with additional SQL useage info
Size change: -1550 bytes
openmpi-1.8.5-1.fc23
--------------------
* Tue May 05 2015 Orion Poplawski <orion(a)cora.nwra.com> 1.8.5-1
- Update to 1.8.5
Size change: 775 bytes
opensaml-2.4.3-10.fc23
----------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4.3-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 111 bytes
osbs-0.10-1.fc23
----------------
* Thu May 28 2015 Tomas Tomecek <ttomecek(a)redhat.com> - 0.10-1
- new upstream release: 0.10
* Thu May 28 2015 Tomas Tomecek <ttomecek(a)redhat.com> - 0.9-1
- new upstream release: 0.9
Size change: 2421 bytes
ostree-2015.6-3.fc23
--------------------
* Thu Apr 30 2015 Colin Walters <walters(a)redhat.com> - 2015.6-3
- Close sysroot fd in finalize to fix Anaconda
https://bugzilla.redhat.com/show_bug.cgi?id=1217578
* Fri Apr 17 2015 Colin Walters <walters(a)redhat.com> - 2015.6-2
- New upstream release
Size change: 4294 bytes
pam-1.2.0-1.fc23
----------------
* Fri May 15 2015 Tomáš Mráz <tmraz(a)redhat.com> 1.2.0-1
- new upstream release with multiple minor improvements
Size change: 106122 bytes
peg-solitaire-2.0-9.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.0-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 117 bytes
perl-AnyEvent-7.09-1.fc23
-------------------------
* Sat May 02 2015 Paul Howarth <paul(a)city-fan.org> - 7.09-1
- Update to 7.09
- AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was
renamed to AnyEvent::Log:format_time, under its old name
- Update AnyEvent::DNS fallback resolver addresses: it seems google
effectively killed most other free dns resolvers, so remove them, but add
Cable and Wireless (ecrc) since it was stable for 20 years or so, official
or not, and there should be an alternative to google
- perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK
on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the
incompatible ERINPROGRESS code (there may be others too); this version
only works around the WSAEWOULDBLOCK issue, because I don't have a nice
way to work around the WSAEINPROGRESS bug
* Wed Dec 10 2014 Paul Howarth <paul(a)city-fan.org> - 7.08-1
- Update to 7.08:
- Work around a newly introduced bug in Socket 2.011 (an erroneous sun_length
check)
- AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket
- AnyEvent::Strict will now confess, not croak, in line with it being a
development/debugging tool
- Work around a number of libglib bugs (debug builds of libglib enforce
certain undocumented behaviour patterns such as not being able to remove a
child watch source after it has fired, which we will try to emulate to
avoid "criticals"; what were they thinking?)
- Mention json security issues in AnyEvent::Handle
- Changed default DNS resolver "max_outstanding" value from 1 to 10, the
latter being the intended value all along
- Added new "AnyEvent::Impl::UV" interface module to the UV event lib
Size change: 1106 bytes
perl-DBIx-Class-0.082810-3.fc23
-------------------------------
* Thu May 28 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.082810-3
- Disable optional BR perl(Devel::FindRef)
Size change: 131 bytes
perl-Data-Dumper-2.158-1.fc23
-----------------------------
* Wed May 06 2015 Petr Pisar <ppisar(a)redhat.com> - 2.158-1
- 2.158 bump in order to dual-live with perl 5.22
Size change: 15297 bytes
perl-DateTime-Locale-0.46-1.fc23
--------------------------------
* Wed May 27 2015 Petr Šabata <contyk(a)redhat.com> - 0.46-1
- 0.46 bump
Size change: 1474477 bytes
perl-GraphViz-2.18-1.fc23
-------------------------
* Thu May 28 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 2.18-1
- 2.18 bump
Size change: 5295 bytes
perl-Lexical-Var-0.009-5.fc23
-----------------------------
* Mon May 11 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.009-5
- Fix CPAN RT#101058
Size change: 1280 bytes
perl-Module-ScanDeps-1.19-1.fc23
--------------------------------
* Thu May 28 2015 Petr Šabata <contyk(a)redhat.com> - 1.19-1
- 1.19 bump
Size change: 267 bytes
perl-Net-SSLeay-1.68-2.fc23
---------------------------
* Mon May 18 2015 Paul Howarth <paul(a)city-fan.org> - 1.68-2
- SSLv3_method not dropped in OpenSSL 1.0.2, so revert that change (#1222521)
Size change: 836 bytes
perl-Net-Server-2.008-1.fc23
----------------------------
* Wed May 27 2015 Kevin Fenzi <kevin(a)scrye.com> 2.008-1
- Update to 2.008. Fixes bug #1225064
Size change: -14805 bytes
perl-OpenOffice-UNO-0.07-16.fc23
--------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.07-16
- Rebuilt for GCC 5 C++11 ABI change
Size change: 152 bytes
perl-PathTools-3.56-1.fc23
--------------------------
* Mon Apr 27 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 3.56-1
- 3.56 bump in order to dual-live with Perl 5.22
Size change: 40309 bytes
perl-SQL-Statement-1.407-1.fc23
-------------------------------
* Tue May 26 2015 Petr Šabata <contyk(a)redhat.com> - 1.407-1
- 1.407 bump
Size change: -1189 bytes
perl-Server-Starter-0.28-1.fc23
-------------------------------
* Sat May 30 2015 Ralf Corsépius <corsepiu(a)fedoraproject.org> - 0.28-1
- Upstream update.
Size change: 535 bytes
perl-Storable-2.53-1.fc23
-------------------------
* Wed May 06 2015 Petr Pisar <ppisar(a)redhat.com> - 1:2.53-1
- 2.53 bump in order to dual-live with perl 5.22
Size change: 4280 bytes
perl-Test-MockObject-1.20150527-1.fc23
--------------------------------------
* Thu May 28 2015 Tom Callaway <spot(a)fedoraproject.org> - 1.20150527-1
- update to 1.20150527
Size change: 180 bytes
perl-Text-Hunspell-2.11-1.fc23
------------------------------
* Wed May 13 2015 Paul Howarth <paul(a)city-fan.org> - 2.11-1
- Update to 2.11
- Fix compilation on non-gcc based systems (CPAN RT#99810)
- Minor clean-ups
- No functional changes
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.10-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 540 bytes
perl-Tk-804.033-1.fc23
----------------------
* Wed May 06 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 804.033-1
- 804.033 bump
Size change: -15337 bytes
perl-XML-TreeBuilder-5.4-2.fc23
-------------------------------
* Thu May 28 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 5.4-2
- Update list of build-requires and requires
Size change: 248 bytes
perl-autovivification-0.15-1.fc23
---------------------------------
* Fri May 15 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.15-1
- 0.15 bump
Size change: 8899 bytes
perl-parent-0.234-1.fc23
------------------------
* Thu May 28 2015 Paul Howarth <paul(a)city-fan.org> - 1:0.234-1
- Update to 0.234
- Fix the test for PMC loading to work on versions on Perl that don't have
Config::non_bincompat_options (CPAN RT#102626)
Size change: 312 bytes
phonon-4.8.3-4.fc23
-------------------
* Thu May 07 2015 Rex Dieter <rdieter(a)fedoraproject.org> 4.8.3-4
- %build: -DPHONON_INSTALL_QT_COMPAT_HEADERS (instead of our own symlink hack)
* Thu May 07 2015 Rex Dieter <rdieter(a)fedoraproject.org> 4.8.3-3
- %build: -DCMAKE_BUILD_TYPE="Release" (sets -DNDEBUG -DQT_NO_DEBUG)
Size change: 313 bytes
phonon-backend-gstreamer-4.8.2-3.fc23
-------------------------------------
* Thu May 07 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2:4.8.2-3
- %build: -DCMAKE_BUILD_TYPE="Release" (sets -DNDEBUG -DQT_NO_DEBUG)
Size change: 216 bytes
php-5.6.9-1.fc23
----------------
* Fri May 15 2015 Remi Collet <remi(a)fedoraproject.org> 5.6.9-1
- Update to 5.6.9
http://www.php.net/releases/5_6_9.php
Size change: 152923 bytes
php-phpunit-PHPUnit-4.6.9-1.fc23
--------------------------------
* Fri May 29 2015 Remi Collet <remi(a)fedoraproject.org> - 4.6.9-1
- Update to 4.6.9
* Thu May 28 2015 Remi Collet <remi(a)fedoraproject.org> - 4.6.8-1
- Update to 4.6.8 (no change)
Size change: 174 bytes
php-phpunit-PHPUnit-MockObject-2.3.3-1.fc23
-------------------------------------------
* Fri May 29 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.3-1
- update to 2.3.3
- fix regression (thanks to Koschei)
* Thu May 28 2015 Remi Collet <remi(a)fedoraproject.org> - 2.3.2-1
- update to 2.3.2
Size change: 524 bytes
php-symfony-2.5.12-1.fc23
-------------------------
* Wed May 27 2015 Remi Collet <remi(a)fedoraproject.org> - 2.5.12-1
- Update to 2.5.12
- security fix for CVE-2015-4050
Size change: -574 bytes
php-theseer-fDOMDocument-1.6.1-1.fc23
-------------------------------------
* Thu May 28 2015 Remi Collet <remi(a)fedoraproject.org> - 1.6.1-1
- Update to 1.6.1
Size change: 590 bytes
phpMyAdmin-4.4.8-1.fc23
-----------------------
* Thu May 28 2015 Robert Scheck <robert(a)fedoraproject.org> 4.4.8-1
- Upgrade to 4.4.8
Size change: 95126 bytes
pinentry-0.9.2-1.fc23
---------------------
* Thu May 14 2015 Boris Ranto <branto(a)redhat.com> - 0.9.2-1
- Rebase to latest upstream version
Size change: 13381 bytes
pkcs11-helper-1.11-5.fc23
-------------------------
* Wed Apr 29 2015 David Woodhouse <David.Woodhouse(a)intel.com> - 1.11-5
- Migrate ID serialisation format to RFC7512 (#1173554)
Size change: 4771 bytes
pki-console-10.2.4-1.fc23
-------------------------
* Tue May 26 2015 Dogtag Team <pki-devel(a)redhat.com> 10.2.4-1
- Update release number for release build
* Thu Apr 23 2015 Dogtag Team <pki-devel(a)redhat.com> 10.2.4-0.1
- Updated version number to 10.2.4-0.1
Size change: 259 bytes
plasma-workspace-5.3.0-4.fc23
-----------------------------
* Tue May 05 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.3.0-4
- backport patch form kde-workspace to add Konsole into shell context menu
- re-enable fix-update-scripts.patch
Size change: 1957 bytes
poco-1.4.2p1-2.fc23.9
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.4.2p1-2.9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 142 bytes
policycoreutils-2.3-17.fc23
---------------------------
* Wed May 06 2015 Petr Lautrbach <plautrba(a)redhat.com> 2.3-17
- setfiles/restorecon: fix -r/-R option (#1211721)
Size change: 579 bytes
polyclipping-6.2.0-2.fc23
-------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 6.2.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 122 bytes
preupgrade-assistant-0.11.12-5.fc23
-----------------------------------
* Fri May 29 2015 Petr Hracek <phracek(a)redhat.com> - 0.11.12-5
- Fix for exception case in Python 3
Size change: 1334 bytes
pycmd-1.2-2.fc23
----------------
* Fri May 29 2015 Thomas Moschny <thomas.moschny(a)gmx.de> - 1.2-2
- Remove extra %setup command.
Size change: 116 bytes
pylint-1.4.3-2.fc23
-------------------
* Wed May 27 2015 Mathieu Bridon <bochecha(a)daitauha.fr> - 1.4.3-2
- Drop python3 requirements from the python2 package.
- Add missing requirement on six.
Size change: 215 bytes
pypar-2.1.5_108-7.fc23
----------------------
* Sun May 03 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 2.1.5_108-7
- Rebuild for changed mpich
Size change: 159 bytes
pysubnettree-0.24-1.fc23
------------------------
* Wed May 13 2015 Fabian Affolter <mail(a)fabian-affolter.ch> - 0.24-1
- Update to lastest upstream release 0.24
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.23-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: -876 bytes
python-ase-3.9.0.4465-14.fc23
-----------------------------
* Fri May 29 2015 Marcin Dulak <Marcin.Dulak(a)gmail.com> - 3.9.0.4465-14
- python3, build log files removed
- upstream 3.9.0.4465
Size change: 208476 bytes
python-blivet-1.5-1.fc23
------------------------
* Thu May 28 2015 Brian C. Lane <bcl(a)redhat.com> - 1.5-1
- Get rid of an unused import in blivet.zfcp (sbueno+anaconda)
- Make appropriate changes to adapt for s390 libblockdev plugin.
(sbueno+anaconda)
- Drop check from the release build target (bcl)
- Merge pull request #127 from vpodzime/master-libblockdev_1.0 (vpodzime)
- Adapt to the new libblockdev initialization API (vpodzime)
- Merge pull request #111 from dwlehman/disk-model-branch (dlehman)
- Store vendor/model information for DiskDevice instances. (dlehman)
- Require new version of pyparted with Python 3 related fixes (vpodzime)
- Merge pull request #114 from vojtechtrefny/fix_lvmsnapshot_size2 (vtrefny)
- Merge pull request #118 from mulkieran/master-hawkey (mulkieran)
- Use python-hawkey instead of rpm-python. (amulhern)
- Add a dead simple test for some basic task and resource functionality.
(amulhern)
- Use COW device to get actual size of LVM snapshots (vtrefny)
Size change: -1344 bytes
python-cryptography-0.9-1.fc23
------------------------------
* Thu May 14 2015 Nathaniel McCallum <npmccallum(a)redhat.com> - 0.9-1
- New upstream release
- Run tests on RHEL
- New deps: python-idna, python-ipaddress
Size change: 34821 bytes
python-django-horizon-2015.1.0-7.fc23
-------------------------------------
* Thu May 28 2015 Matthias Runge <mrunge(a)redhat.com> - 2015.1.0-7
- CVE-2015-3988 python-django-horizon: persistent XSS in Horizon metadata
Size change: 934 bytes
python-docker-scripts-0.4.0-1.fc23
----------------------------------
* Wed May 27 2015 Marek Goldmann <mgoldman(a)redhat.com> - 0.4.0-1
- Upstream release 0.4.0
- Run unit tests at build time
Size change: 4830 bytes
python-docs-2.7.10-1.fc23
-------------------------
* Wed May 27 2015 Matej Stuchlik <mstuchli(a)redhat.com> - 2.7.10-1
- Update to 2.7.10
Size change: 86538 bytes
python-matplotlib-1.4.3-5.fc23
------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.4.3-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 142 bytes
python-neutronclient-2.4.0-1.fc23
---------------------------------
* Thu May 28 2015 Haikel Guemar <hguemar(a)fedoraproject.org> 2.4.0-1
- Update to upstream 2.4.0
Size change: 8699 bytes
python-phyghtmap-1.71-1.fc23
----------------------------
* Thu May 28 2015 Volker Fröhlich <volker27(a)gmx.at> - 1.71-1
- New upstream release
Size change: 158 bytes
python-protocols-1.0-0.21.a0dev_r2302.fc23
------------------------------------------
* Thu May 14 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 1.0-0.21.a0dev_r2302
- Don't ship .cvsignore
Size change: 167 bytes
python-py-1.4.28-1.fc23
-----------------------
* Fri May 29 2015 Thomas Moschny <thomas.moschny(a)gmx.de> - 1.4.28-1
- Update to 1.4.28.
- Modernize spec file.
- Apply updates Python packaging guidelines.
- Mark LICENSE with %license.
Size change: 1309 bytes
python-rosdistro-0.4.2-1.fc23
-----------------------------
* Wed May 27 2015 Rich Mattes <richmattes(a)gmail.com> - 0.4.2-1
- Update to release 0.4.2 (#1207455)
Size change: 49 bytes
python-textile-2.2.2-1.fc23
---------------------------
* Fri May 29 2015 Thomas Moschny <thomas.moschny(a)gmx.de> - 2.2.2-1
- Update to 2.2.2.
- Apply updated Python packaging guidelines.
- Mark LICENSE with %license.
Size change: 603 bytes
python-twisted-15.1.0-1.fc23
----------------------------
* Sat May 09 2015 Jonathan Steffan <jsteffan(a)fedoraproject.org> - 15.1.0-1
- Update to 15.1.0 (RHBZ#1187921,RHBZ#1192707)
- Require python-service-identity (RHBZ#1119067)
- Obsolete python-twisted-core-doc (RHBZ#1187025)
Size change: 115502 bytes
python-vcrpy-1.5.2-2.fc23
-------------------------
* Thu May 28 2015 Ralph Bean <rbean(a)redhat.com> - 1.5.2-2
- Move python3 deps into the python3 subpackage.
Size change: 140 bytes
qt-4.8.7-0.1.rc2.fc23
---------------------
* Fri May 08 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1:4.8.7-0.1.rc2
- qt-4.8.7-rc2
* Tue May 05 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1:4.8.6-30
- backport: data corruption in QNetworkAccessManager
Size change: -421829 bytes
qt5-qtbase-5.4.1-16.fc23
------------------------
* Thu May 14 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-16
- Some Qt apps crashs if they are compiled with gcc5 (QTBUG-45755)
* Thu May 07 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-15
- try harder to avoid doc/multilib conflicts (#1212750)
* Wed May 06 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-14
- Shortcuts with KeypadModifier not working (QTBUG-33093,#1219173)
* Tue May 05 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.4.1-13
- backport: data corruption in QNetworkAccessManager
Size change: 11085 bytes
qt5-qtquickcontrols-5.4.1-3.fc23
--------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 5.4.1-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 178 bytes
quadrapassel-3.16.1-1.fc23
--------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-1
- Update to 3.16.1
- Include new symbolic app icon
Size change: 16908 bytes
rancid-3.2-1.fc23
-----------------
* Wed Nov 19 2014 David Brown <david.brown(a)pnnl.gov> - 3.2-1
- New Upstream Version
- Fix Bugzilla #1165738
Size change: 35104 bytes
ratpoison-1.4.8-1.fc23
----------------------
* Wed May 13 2015 Kevin Fenzi <kevin(a)scrye.com> 1.4.8-1
- Update to 1.4.8. Fixes bug #1221160
Size change: 25939 bytes
rawstudio-2.1-0.2.20150511git983bda1.fc23
-----------------------------------------
* Thu May 14 2015 Nils Philippsen <nils(a)redhat.com> - 2.1-0.2.20150511git983bda1
- rebuild for lensfun-0.3.1
* Wed May 13 2015 Sérgio Basto <sergio(a)serjux.com> - 2.1-0.1.20150511git983bda1
- Rawstudio from github https://github.com/rawstudio/rawstudio/ .
- Drop all patches beacuse they are upstreamed.
- https://fedoraproject.org/wiki/Packaging:SourceURL#Github
- Updated requirements.
- Use a parcial copy of autogen.sh to build this package.
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.0-19
- Rebuilt for GCC 5 C++11 ABI change
Size change: 5485292 bytes
rawtherapee-4.2-10.fc23
-----------------------
* Wed May 13 2015 Matthew Miller <mattdm(a)fedoraproject.org> - 4.2-10
- note dcraw bundling (see https://fedorahosted.org/fpc/ticket/530)
* Wed May 13 2015 Matthew Miller <mattdm(a)fedoraproject.org> - 4.2-9
- same thing, format patch correctly
* Wed May 13 2015 Matthew Miller <mattdm(a)fedoraproject.org> - 4.2-8
- Security fix for CVE-2015-3885 (dcraw input sanitization), bz #1221257
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.2-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 1110 bytes
redhat-rpm-config-32-1.fc23
---------------------------
* Fri May 29 2015 Florian Festi <ffesti(a)redhat.com> 32-1
- Support out of source builds for 1 (#1191788)
- Fix typo in %kernel_module_package (#1159361)
* Tue May 19 2015 Florian Festi <ffesti(a)redhat.com> 31-1
- Add 1 macro controlling Python bytecompilation
(#976651)
Size change: 173 bytes
remotetea-1.1.2-1.fc23
----------------------
* Fri May 08 2015 gil cattaneo <puntogil(a)libero.it> 1.1.2-1
- update to 1.1.2
Size change: -183780 bytes
rmol-1.00.0-12.fc23
-------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.00.0-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: 140 bytes
rodent-icon-theme-5.0-5.fc23
----------------------------
* Fri May 29 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.0-5
- Use %license tag
Size change: 4228 bytes
rosegarden4-14.12-1.fc23
------------------------
* Mon May 04 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 14.12-1
- Update to 14.12
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 14.02-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: -167458 bytes
rpkg-1.35-2.fc23
----------------
* Tue May 26 2015 Dennis Gilmore <dennis(a)ausil.us> - 1.35-2
- pyrpkg Requires python-osbs
Size change: 90 bytes
rpmlint-1.6-3.fc23
------------------
* Fri May 29 2015 Tom Callaway <spot(a)fedoraproject.org> - 1.6-3
- filter out failure from broken webservers
- add new licenses
Size change: 228 bytes
rubberband-1.8.1-6.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.8.1-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
ruby-gnome2-0.90.4-5.fc23
-------------------------
* Sun May 03 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.90.4-5
- Backport G_DEF_ERROR2 definition fix (bug 1213627)
Size change: 1073 bytes
rubygem-cocaine-0.5.7-1.fc23
----------------------------
* Wed May 27 2015 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 0.5.7-1
- Update to cocaine 0.5.7 (rhbz#1197913)
Size change: 994 bytes
rubygem-eventmachine-1.0.6-2.fc23
---------------------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.6-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 168 bytes
rubygem-exception_notification-4.1.0-1.fc23
-------------------------------------------
* Mon Apr 06 2015 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 4.1.0-1
- Update to 4.1.0 (rhbz#1209084)
- More patches for tests
- Use %license macro
Size change: 11509 bytes
rubygem-ruby-openid-2.7.0-1.fc23
--------------------------------
* Mon Apr 13 2015 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 2.7.0-1
- Update to ruby-openid 2.7.0 (RHBZ #1199116)
- Drop upstreamed patches
- Drop Fedora 19 support
Size change: -14282 bytes
rubygem-test-unit-3.1.1-100.fc23
--------------------------------
* Fri May 29 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.1.1-100
- 3.1.1
* Fri May 29 2015 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.1.0-100
- 3.1.0
Size change: 1163 bytes
saga-2.1.4-4.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.1.4-4
- Rebuilt for GCC 5 C++11 ABI change
* Thu Mar 26 2015 Orion Poplawski <orion(a)cora.nwra.com> - 2.1.4-3
- Fix up removing bundled source
Size change: 248 bytes
salt-2015.5.1-1.fc23
--------------------
* Wed May 27 2015 Erik Johnson <erik(a)saltstack.com> - 2015.5.1-1
- Update to bugfix release 2015.5.1
Size change: 530497 bytes
samba-4.2.1-8.fc23
------------------
* Mon May 11 2015 Alexander Bokovoy <abokovoy(a)redhat.com> - 4.2.1-8
- Fixes: #1219832: Samba 4.2 broke FreeIPA trusts to AD
- Remove usage of deprecated API from gnutls
Size change: 2204 bytes
samplv1-0.6.2-1.fc23
--------------------
* Mon May 04 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 0.6.2-1
- Update to 0.6.2
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 1555 bytes
scorched3d-44-4.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 44-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 129 bytes
scotch-6.0.4-2.fc23
-------------------
* Sun May 03 2015 Zbigniew Jędrzejewski-Szmek <zbyszek(a)in.waw.pl> - 6.0.4-2
- Rebuild for changed mpich
Size change: 172 bytes
seahorse-3.16.0-1.fc23
----------------------
* Tue May 12 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.0-1
- Update to 3.16.0
Size change: -5779 bytes
setools-3.3.8-6.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.3.8-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 122 bytes
simcrs-1.00.0-11.fc23
---------------------
* Mon May 04 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.00.0-11
- Rebuilt for GCC 5 C++11 ABI change
Size change: 119 bytes
sip-4.16.7-2.fc23
-----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.16.7-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: -19 bytes
skylable-sx-1.1-2.fc23
----------------------
* Tue May 12 2015 Skylable Dev Team <dev-team(a)skylable.com> - 1.1-2
- update tag
* Tue May 12 2015 Skylable Dev Team <dev-team(a)skylable.com> - 1.1-1
- new upstream release SX 1.1
- added server manpages
- upgrade from 1.0 will require running /usr/sbin/sxsetup --upgrade
- added python dependency for new sxdump script
- do not automatically restart on upgrades (due to manual step)
- ignore nonexistent files when relabeling on package removal
- use builtin {_selinux_policy_version} macro
Size change: 223891 bytes
sni-qt-0.2.6-5.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.6-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 142 bytes
solaar-0.9.2-4.20150528gitcf27328.fc23
--------------------------------------
* Thu May 28 2015 Eric Smith <brouhaha(a)fedoraproject.org> 0.9.2-4.20150528gitcf27328
- Update to upstream git snapshot
Size change: 308024 bytes
source-highlight-qt-0.2.3-11.fc23
---------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.2.3-11
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
speedcrunch-0.11-3.fc23
-----------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.11-3
- Rebuilt for GCC 5 C++11 ABI change
Size change: 146 bytes
sqlite-3.8.10.1-1.fc23
----------------------
* Mon May 18 2015 Jan Stanek <jstanek(a)redhat.com> - 3.8.10.1-1
- Updated to version 3.8.10.1 (https://www.sqlite.org/releaselog/3_8_10_1.html)
Size change: 1777718 bytes
squid-3.5.3-4.fc23
------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 7:3.5.3-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 146 bytes
srcpd-2.1.3-1.fc23
------------------
* Sat May 09 2015 Denis Fateyev <denis(a)fateyev.com> - 2.1.3-1
- Update to 2.1.3 release
Size change: -66074 bytes
sssd-1.12.4-8.fc23
------------------
* Fri May 08 2015 Lukas Slebodnik <lslebodn(a)redhat.com> - 1.12.4-8
- Backport important patches from upstream 1.13 prerelease
- Resolves: rhbz#1060325 - Does sssd-ad use the most suitable
attribute for group name
- Resolves: upstream #2335 - Investigate using the krb5 responder
for driving the PAM conversation with OTPs
- Enable cmocka tests for secondary architectures
* Fri May 08 2015 Lukas Slebodnik <lslebodn(a)redhat.com> - 1.12.4-7
- Backport patches from upstream 1.12.5 prerelease - contains many fixes
Size change: 155557 bytes
stellarium-0.13.3-1.fc23
------------------------
* Sun May 03 2015 Jochen Schmitt <Jochen herr-schmitt de> - 0.13.3-1
- Ne upstream release
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.13.2-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 15094705 bytes
suitesparse-4.3.1-5.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.3.1-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 120 bytes
surf-geometry-1.0.6-12.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.6-12
- Rebuilt for GCC 5 C++11 ABI change
Size change: -982 bytes
sushi-3.16.0-1.fc23
-------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.0-1
- Update to 3.16.0
Size change: 178 bytes
synfig-0.64.3-4.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.64.3-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 135 bytes
synfigstudio-0.64.3-2.fc23
--------------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.64.3-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 158 bytes
synthv1-0.6.2-1.fc23
--------------------
* Mon May 04 2015 Brendan Jones <brendan.jones.it(a)gmail.com> 0.6.2-1
- Update to 0.6.2
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.6.1-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 1438 bytes
tali-3.16.1-1.fc23
------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 3.16.1-1
- Update to 3.16.1
- Include new symbolic app icon
Size change: -17365 bytes
taskd-1.1.0-1.fc23
------------------
* Thu May 14 2015 Ralph Bean <rbean(a)redhat.com> - 1.1.0-1
- Latest upstream.
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.0.0-11
- Rebuilt for GCC 5 C++11 ABI change
Size change: -8004 bytes
teamgit-0.0.12-9.20130626.fc23
------------------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1:0.0.12-9.20130626
- Rebuilt for GCC 5 C++11 ABI change
Size change: 141 bytes
telegram-cli-1.3.1-1.20150515git5935c9.fc23
-------------------------------------------
* Fri May 15 2015 Antonio Trande <sagitterATfedoraproject.org> 1.3.1-1.20150114gitd96750
- Update to 1.3.1
- Added jansson-devel BR
- This code can work only in little-endian systems
Size change: 335490 bytes
tetgen-1.5.0-5.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.5.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 183 bytes
timedatex-0.3-1.fc23
--------------------
* Mon May 11 2015 Miroslav Lichvar <mlichvar(a)redhat.com> 0.3-1
- update to 0.3 (#1190377)
Size change: 114 bytes
tntnet-2.2.1-5.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.2.1-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 151 bytes
trademgen-1.00.0-13.fc23
------------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.00.0-13
- Rebuilt for GCC 5 C++11 ABI change
Size change: 113 bytes
transmission-2.84-7.fc23
------------------------
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.84-7
- Try harder to install the correct symbolic icon
* Wed May 13 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.84-6
- Install a symbolic app icon (#1221292)
- Use license macro for the COPYING file
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.84-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 2131 bytes
udis86-1.7.2-4.56ff6c8.fc23
---------------------------
* Wed May 13 2015 Scott Tsai <scottt.tw(a)gmail.com> - 1.7.2-4.56ff6c8
- Package post 1.7.2 snapshot 56ff6c8
Size change: -369576 bytes
unbound-1.5.3-4.fc23
--------------------
* Mon May 11 2015 Paul Wouters <pwouters(a)redhat.com> - 1.5.3-4
- Fixup scriptlets causing systemctl: command not found
- Resolves rhbz#1219587 Error in PREIN scriptlet in rpm package unbound-libs
Size change: 271 bytes
uptimed-0.4.0-2.fc23
--------------------
* Wed May 13 2015 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 0.4.0-2
- switch to running as 'daemon' user
* Wed Apr 29 2015 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 0.4.0-1
- new upstream release
Size change: -340547 bytes
urdfdom-0.3.0-7.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.0-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 138 bytes
vdr-2.2.0-5.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.2.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 139 bytes
vdr-live-0.3.0-20.20150213git6ea279a.fc23
-----------------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.0-20.20150213git6ea279a
- Rebuilt for GCC 5 C++11 ABI change
Size change: 197 bytes
vigra-1.10.0-10.fc23
--------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.10.0-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 165 bytes
vodovod-1.10r22-4.fc23
----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.10r22-4
- Rebuilt for GCC 5 C++11 ABI change
Size change: 148 bytes
voro++-0.4.6-8.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.4.6-8
- Rebuilt for GCC 5 C++11 ABI change
Size change: 145 bytes
vte291-0.40.2-1.fc23
--------------------
* Tue May 12 2015 Debarshi Ray <rishi(a)fedoraproject.org> - 0.40.2-1
- Update to 0.40.2
Size change: 804 bytes
webkitgtk-2.4.8-5.fc23
----------------------
* Mon May 11 2015 Tomas Popela <tpopela(a)redhat.com> - 2.4.8-5
- Add Fedora branding to the user agent
Size change: 782 bytes
webkitgtk4-2.9.1-1.fc23
-----------------------
* Thu May 07 2015 Tomas Popela <tpopela(a)redhat.com> - 2.9.1-1
- Update to 2.9.1
- Add hyphen-devel as BR
* Tue Apr 21 2015 Michael Catanzaro <mcatanzaro(a)igalia.com> - 2.8.1-2
- Reenable fast matrix multiplication on x86_64
Size change: 112963 bytes
webrtc-audio-processing-0.1-9.fc23
----------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.1-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 114 bytes
wireshark-1.12.5-1.fc23
-----------------------
* Wed May 13 2015 Peter Hatina <phatina(a)redhat.com> - 1.12.5-1
- Ver. 1.12.5
Size change: -49004 bytes
xalan-c-1.11.0-6.fc23
---------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.11.0-6
- Rebuilt for GCC 5 C++11 ABI change
Size change: 134 bytes
xarchon-0.50-18.fc23
--------------------
* Sun May 03 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.50-18
- Rebuilt for GCC 5 C++11 ABI change
Size change: 143 bytes
xca-1.1.0-2.fc23
----------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.1.0-2
- Rebuilt for GCC 5 C++11 ABI change
Size change: 145 bytes
xfce4-taskmanager-1.1.0-3.fc23
------------------------------
* Sun May 03 2015 Mukundan Ragavan <nonamedotc(a)fedoraproject.org> - 1.1.0-3
- Removed libxfcegui4 build requires
- Fixes 1209549
Size change: 194 bytes
xfce4-vala-4.10.3-6.fc23
------------------------
* Wed May 27 2015 Kalev Lember <kalevlember(a)gmail.com> - 4.10.3-6
- Bump vala to 0.30
- Use new vala(api) virtual provide to pull in the right vala version
Size change: 219 bytes
xml-security-c-1.6.1-9.fc23
---------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.6.1-9
- Rebuilt for GCC 5 C++11 ABI change
Size change: 133 bytes
xmltooling-1.4.2-10.fc23
------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 1.4.2-10
- Rebuilt for GCC 5 C++11 ABI change
Size change: 108 bytes
xorg-x11-drv-armsoc-1.1.0-2.20150212.fc23
-----------------------------------------
* Mon May 11 2015 Marcin Juszkiewicz <mjuszkiewicz(a)redhat.com> - 1.1.0-2.20150212
- Handle pointer as a pointer to make gcc happy.
* Thu Feb 12 2015 Hans de Goede <hdegoede(a)redhat.com> - 1.1.0-1.20150212
- Update to git snapshot of the day to fix FTBFS
- This also bumps the version we're based on from 0.7.0 + git patches to
1.1.0 + git patches.
* Wed Feb 11 2015 Hans de Goede <hdegoede(a)redhat.com> - 0.7.0-7.20140504
- xserver 1.17 ABI rebuild
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.0-6.20140504
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Size change: 9424 bytes
xorg-x11-xinit-1.3.4-9.fc23
---------------------------
* Mon May 18 2015 Hans de Goede <hdegoede(a)redhat.com> - 1.3.4-9
- Fix typo in Xsession file (rhbz#1222299)
Size change: 122 bytes
xqilla-2.3.0-5.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.3.0-5
- Rebuilt for GCC 5 C++11 ABI change
Size change: 134 bytes
xrdp-0.6.1-9.fc23
-----------------
* Fri May 15 2015 Bojan Smojver <bojan(a)rexursive.com> - 1:0.6.1-9
- hopefully better service dependencies
Size change: 134 bytes
yaml-cpp03-0.3.0-7.fc23
-----------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.3.0-7
- Rebuilt for GCC 5 C++11 ABI change
Size change: 152 bytes
yelp-xsl-3.17.2-1.fc23
----------------------
* Thu May 28 2015 David King <amigadave(a)amigadave.com> - 3.17.2-1
- Update to 3.17.2
Size change: 6079 bytes
yumex-dnf-4.1.3-1.fc23
----------------------
* Wed May 27 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.3-1
- bumped release to 4.1.3
- need python3-dnfdaemon >= 0.3.9
Size change: 1655 bytes
zeitgeist-0.9.16-0.4.20140808.git.ce9affa.fc23
----------------------------------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.9.16-0.4.20140808.git.ce9affa
- Rebuilt for GCC 5 C++11 ABI change
Size change: 176 bytes
zinnia-0.06-24.fc23
-------------------
* Sat May 02 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.06-24
- Rebuilt for GCC 5 C++11 ABI change
Size change: 139 bytes
zipios++-0.1.5.9-13.fc23
------------------------
* Fri May 01 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.5.9-13
- Rebuild for C++ abi breakage.
- Only build documentation for non-rawhide builds due to bug in convert from
the ImageMagick package (BZ#1217741).
Size change: 351 bytes
Summary:
Added Packages: 21
Removed Packages: 14
Modified Packages: 439
Size of added packages: 17977408 (17 M)
Size change of modified packages: 30490228 (29 M)
Size of removed packages: 28109195 (27 M)
Size change: 20358441 (19 M)
Compose finished at Sat May 30 07:31:43 UTC 2015
8 years, 4 months