Fedora 27 Update: highlight-3.47-1.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-845c2b9bc6
2018-11-14 02:55:20.588167


Name: highlight
Product : Fedora 27
Version : 3.47
Release : 1.fc27
URL : http://www.andre-simon.de/
Summary : Universal source code to formatted text converter
Description :
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
XSL-FO, XML or ANSI escape sequences with syntax highlighting.
It supports several programming and markup languages.
Language descriptions are configurable and support regular expressions.
The utility offers indentation and reformatting capabilities.
It is easily possible to create new language definitions and colour themes.


Update Information:

- Updated to new 3.47 upstream version - Fixes rhbz #1611359 and #1630845 thanks
to Milan Crha for all bug reports - spec cleanup (remove old unused comments)

ChangeLog:

* Fri Oct 26 2018 Filipe Rosset  - 3.47-1
- Updated to new 3.47 upstream version
- spec cleanup (remove old unused comments)
- Fixes rhbz #1611359 and #1630845 thanks to Milan Crha for all bug reports
* Thu Sep 20 2018 Filipe Rosset  - 3.44-2
- attempt to fix and respect build flags rhbz #1563149
* Sat Sep 15 2018 Filipe Rosset  - 3.44-1
- Updated to new 3.44 upstream version
* Fri Jul 13 2018 Fedora Release Engineering  - 3.42-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Apr  9 2018 Filipe Rosset  - 3.42-2
- added gcc-c++ as BR
* Thu Mar 29 2018 Filipe Rosset  - 3.42-1
- Updated to new 3.42 upstream version
* Wed Feb  7 2018 Fedora Release Engineering  - 3.39-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

References:

  [ 1 ] Bug #1630845 - Coverity/cppcheck scan reports issues
https://bugzilla.redhat.com/show_bug.cgi?id=1630845
  [ 2 ] Bug #1611359 - Man page scan results for highlight
https://bugzilla.redhat.com/show_bug.cgi?id=1611359
  [ 3 ] Bug #1563149 - highlight: Partial Fedora build flags injection
https://bugzilla.redhat.com/show_bug.cgi?id=1563149


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-845c2b9bc6' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 27 Update: ansifilter-2.11-1.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-d1a4efdb73
2018-11-14 02:55:20.588182


Name: ansifilter
Product : Fedora 27
Version : 2.11
Release : 1.fc27
URL : http://www.andre-simon.de/doku/ansifilter/ansifilter.php
Summary : ANSI terminal escape code converter
Description :
Ansifilter handles text files containing ANSI terminal escape codes. The
command sequences may be stripped or be interpreted to generate formatted
output (HTML, RTF, TeX, LaTeX, BBCode).


Update Information:

- Updated to new 2.11 upstream version - upstream changelog http://www.andre-
simon.de/doku/ansifilter/en/changelog.php

ChangeLog:

* Sat Oct 27 2018 Filipe Rosset  - 2.11-1
- Updated to new 2.11 upstream version
- upstream changelog http://www.andre-simon.de/doku/ansifilter/en/changelog.php
* Thu Jul 12 2018 Fedora Release Engineering  - 2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Apr  8 2018 Filipe Rosset  - 2.10-2
- added gcc-c++ as BR
* Fri Mar 30 2018 Filipe Rosset  - 2.10-1
- Updated to new 2.10 upstream version, fixes rhbz #1552957
* Wed Feb  7 2018 Fedora Release Engineering  - 2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-d1a4efdb73' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 27 Update: pcre2-10.32-4.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-2a541500c4
2018-11-14 02:55:20.588239


Name: pcre2
Product : Fedora 27
Version : 10.32
Release : 4.fc27
URL : http://www.pcre.org/
Summary : Perl-compatible regular expression library
Description :
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
expression) library to provide an entirely new API.

PCRE2 is written in C, and it has its own API. There are three sets of
functions, one for the 8-bit library, which processes strings of bytes, one
for the 16-bit library, which processes strings of 16-bit values, and one for
the 32-bit library, which processes strings of 32-bit values. There are no C++
wrappers. This package provides support for strings in 8-bit and UTF-8
encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones.

The distribution does contain a set of C wrapper functions for the 8-bit
library that are based on the POSIX regular expression API (see the pcre2posix
man page). These can be found in a library called libpcre2posix. Note that
this just provides a POSIX calling interface to PCRE2; the regular expressions
themselves still follow Perl syntax and semantics. The POSIX API is
restricted, and does not give full access to all of PCRE2's facilities.


Update Information:

This release fixxes matching a zero-repeated subroutine call at a start of a
pattern and a heap limit checking integer overflow in pcre2_dfa_match()
function.

ChangeLog:

* Thu Nov  1 2018 Petr Pisar  - 10.32-4
- Fix matching a zero-repeated subroutine call at a start of a pattern
  (upstream bug #2332)
- Fix heap limit checking overflow in pcre2_dfa_match() (upstream bug #2334)
* Mon Sep 24 2018 Petr Pisar  - 10.32-3
- Fix caseless matching an extended class in JIT mode (upstream bug #2321)
* Tue Sep 18 2018 Petr Pisar  - 10.32-2
- Fix a subject buffer overread in JIT when UTF is disabled and \X or \R has
  a greater than 1 fixed quantifier (upstream bug #2320)
* Wed Sep 12 2018 Petr Pisar  - 10.32-1
- 10.32 bump
* Mon Sep  3 2018 Petr Pisar  - 10.31-11
- Fix anchoring in conditionals with only one branch (upstream bug #2307)
* Mon Aug 20 2018 Petr Pisar  - 10.31-10
- Fix autopossessifying a repeated negative class with no characters less than
  256 that is followed by a positive class with only characters less than 256,
  (upstream bug #2300)
* Thu Aug 16 2018 Petr Pisar  - 10.31-9
- Recognize all Unicode space characters with /x option in a pattern
- Fix changing dynamic options
* Tue Jul 31 2018 Petr Pisar  - 10.31-8
- Fix backtracking atomic groups when they are not separated by something with
  a backtracking point
* Mon Jul  9 2018 Petr Pisar  - 10.31-7
- Fix checking that a lookbehind assertion has a fixed length if the
  lookbehind assertion is used inside a lookahead assertion
- Fix parsing VERSION conditions
* Mon Jul  2 2018 Petr Pisar  - 10.31-6
- Fix global search/replace in pcre2test and pcre2_substitute() when the pattern
  matches an empty string, but never at the starting offset
* Mon Jun 25 2018 Petr Pisar  - 10.31-5
- Fix bug when \K is used in a lookbehind in a substitute pattern
* Fri Mar 16 2018 Petr Pisar  - 10.31-4
- Fix setting error offset zero for early errors in pcre2_pattern_convert()
* Mon Feb 26 2018 Petr Pisar  - 10.31-3
- Add support to pcre2grep for binary zeros in -f files (upstream bug #)
- Fix compiler warnings in pcre2grep
* Tue Feb 20 2018 Petr Pisar  - 10.31-2
- Fix returning unset groups in POSIX interface if REG_STARTEND has a non-zero
  starting offset (upstream bug #2244)
- Fix pcre2test -C to correctly show what \R matches
- Fix matching repeated character classes against an 8-bit string containting
  multi-code-unit characters
* Mon Feb 12 2018 Petr Pisar  - 10.31-1
- 10.31 bump
- Switch to %ldconfig_scriptlets
* Thu Feb  1 2018 Petr Pisar  - 10.30-6
- Fix auto-possessification at the end of a capturing group that is called
  recursively (upstream bug #2232)
* Fri Jan 12 2018 Petr Pisar  - 10.30-5
- Fix handling \K in an assertion in pcre2grep tool and documentation
  (upstream bug #2211)
- Fix matching at a first code unit of a new line sequence if PCRE2_FIRSTLINE
  is enabled
* Fri Dec 22 2017 Petr Pisar  - 10.30-4
- Fix pcre2_jit_match() to properly check the pattern was JIT-compiled
- Allow pcre2grep match counter to handle values larger than 2147483647,
  (upstream bug #2208)
- Fix incorrect first matching character when a backreference with zero minimum
  repeat starts a pattern (upstream bug #2209)
* Mon Nov 13 2017 Petr Pisar  - 10.30-3
- Fix multi-line matching in pcre2grep tool (upstream bug #2187)
* Thu Nov  2 2017 Petr Pisar  - 10.30-2
- Accep

[SECURITY] Fedora 27 Update: feh-2.28-1.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-56ec0ccd82
2018-11-14 02:55:20.588196


Name: feh
Product : Fedora 27
Version : 2.28
Release : 1.fc27
URL : http://feh.finalrewind.org
Summary : Fast command line image viewer using Imlib2
Description :
feh is a versatile and fast image viewer using imlib2, the
premier image file handling library. feh has many features,
from simple single file viewing, to multiple file modes using
a slide-show or multiple windows. feh supports the creation of
montages as index prints with many user-configurable options.


Update Information:

- update to 2.28 fixes rhbz #1438979 #1444077 and #1602421

ChangeLog:

* Sat Oct 27 2018 Filipe Rosset  - 2.28-1
- update to 2.28 fixes rhbz #1438979 #1444077 and #1602421
* Fri Jul 13 2018 Fedora Release Engineering  - 
2.19.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb  7 2018 Fedora Release Engineering  - 
2.19.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

References:

  [ 1 ] Bug #1602421 - feh no longer depends on giblib
https://bugzilla.redhat.com/show_bug.cgi?id=1602421
  [ 2 ] Bug #1444077 - CVE-2017-7875 feh: Integer overflow in wallpaper.c while 
receiving an IPC message [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1444077
  [ 3 ] Bug #1438979 - feh-2.27.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438979


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-56ec0ccd82' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 27 Update: libssh-0.7.7-1.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6d5b4aca58
2018-11-14 02:55:20.588210


Name: libssh
Product : Fedora 27
Version : 0.7.7
Release : 1.fc27
URL : http://www.libssh.org
Summary : A library implementing the SSH protocol
Description :
The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client is
made by the programmer. With libssh, you can remotely execute programs, transfer
files, use a secure and transparent tunnel for your remote programs. With its
Secure FTP implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).


Update Information:

Update to version 0.7.7

ChangeLog:

* Mon Oct 29 2018 Andreas Schneider  - 0.7.7-1
- Update to version 0.7.7
  https://www.libssh.org/2018/10/29/libssh-0-8-5-and-libssh-0-7-7/
* Tue Oct 16 2018 Andreas Schneider  - 0.7.6-1
- Update to version 0.7.6
  
https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release

  
- Fixes CVE-2018-10933
* Thu Feb  1 2018 Andreas Schneider  - 0.7.5-6
- resolves: #1540021 - Build against OpenSSL 1.1
* Wed Jan 31 2018 Igor Gnatenko  - 0.7.5-5
- Switch to %ldconfig_scriptlets
* Fri Dec 29 2017 Andreas Schneider  - 0.7.5-4
- Fix parsing ssh_config


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6d5b4aca58' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 27 Update: pcre-8.42-5.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-31e9aff03c
2018-11-14 02:55:20.588253


Name: pcre
Product : Fedora 27
Version : 8.42
Release : 5.fc27
URL : http://www.pcre.org/
Summary : Perl-compatible regular expression library
Description :
PCRE, Perl-compatible regular expression, library has its own native API, but
a set of wrapper functions that are based on the POSIX API are also supplied
in the libpcreposix library. Note that this just provides a POSIX calling
interface to PCRE: the regular expressions themselves still follow Perl syntax
and semantics. This package provides support for strings in 8-bit and UTF-8
encodings. Detailed change log is provided by pcre-doc package.


Update Information:

This relase fixes a subject buffer overread in JIT mode when UTF is disabled and
\X or \R has a greater than 1 fixed quantifier. It also fixes matching a zero-
repeated subroutine call at a start of a pattern.

ChangeLog:

* Thu Nov  1 2018 Petr Pisar  - 8.42-5
- Fix a subject buffer overread in JIT when UTF is disabled and \X or \R has
  a greater than 1 fixed quantifier
- Fix matching a zero-repeated subroutine call at a start of a pattern
  (upstream bug #2332)
* Mon Sep  3 2018 Petr Pisar  - 8.42-4
- Fix anchoring in conditionals with only one branch (upstream bug #2307)
* Mon Aug 20 2018 Petr Pisar  - 8.42-3
- Fix autopossessifying a repeated negative class with no characters less than
  256 that is followed by a positive class with only characters less than 256
  (upstream bug #2300)
* Thu Jun 28 2018 Petr Pisar  - 8.42-2
- Fix handling UTF and start-of-pattern options in C++ wrapper
  (upstream bug #2283)
- Fix an error message and locale handling in pcregrep tool
* Tue Mar 20 2018 Petr Pisar  - 8.42-1
- 8.42 bump
* Mon Feb 26 2018 Petr Pisar  - 8.42-0.2.RC1
- Fix compiler warnings in pcregrep
* Fri Feb 23 2018 Petr Pisar  - 8.42-0.1.RC1
- 8.42-RC1 bump
* Tue Feb 20 2018 Petr Pisar  - 8.41-6
- Fix returning unset groups in POSIX interface if REG_STARTEND has a non-zero
  starting offset (upstream bug #2244)
* Tue Jan 30 2018 Petr Pisar  - 8.41-5
- Fix out-of-bounds read for partial matching of /./ against an empty string
  when the newline type is CRLF (upstream bug #2226)
* Fri Jan 12 2018 Petr Pisar  - 8.41-4
- Allow pcregrep match counter to handle values larger than 2147483647
  (upstream bug #2208)
- Fix incorrect first matching character when a backreference with zero minimum
  repeat starts a pattern (upstream bug #2209)
* Thu Nov  2 2017 Petr Pisar  - 8.41-3
- Accept files names longer than 128 bytes in recursive mode of pcregrep
  (upstream bug #2177)
* Mon Oct  9 2017 Petr Pisar  - 8.41-2
- Fix recursion stack estimator (upstream bug #2173)


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-31e9aff03c' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 27 Update: java-11-openjdk-11.0.1.13-4.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-122895cf12
2018-11-14 02:55:20.588267


Name: java-11-openjdk
Product : Fedora 27
Version : 11.0.1.13
Release : 4.fc27
URL : http://openjdk.java.net/
Summary : OpenJDK Runtime Environment 11
Description :
The OpenJDK runtime environment.


Update Information:

Minor update,  updated patches, fixed coalesce error


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-122895cf12' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 27 Update: valgrind-3.14.0-1.fc27

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-d509722832
2018-11-14 02:55:20.588281


Name: valgrind
Product : Fedora 27
Version : 3.14.0
Release : 1.fc27
URL : http://www.valgrind.org/
Summary : Tool for finding memory management bugs in programs
Description :
Valgrind is an instrumentation framework for building dynamic analysis
tools. There are Valgrind tools that can automatically detect many
memory management and threading bugs, and profile your programs in
detail. You can also use Valgrind to build new tools. The Valgrind
distribution currently includes six production-quality tools: a memory
error detector (memcheck, the default tool), two thread error
detectors (helgrind and drd), a cache and branch-prediction profiler
(cachegrind), a call-graph generating cache and branch-prediction
profiler (callgrind), and a heap profiler (massif).


Update Information:

valgrind 3.14.0 final.

ChangeLog:

* Tue Oct  9 2018 Mark Wielaard   - 3.14.0-1
- valgrind 3.14.0 final.
* Thu Oct  4 2018 Mark Wielaard   - 3.14.0-0.2.RC2
- Upgrade to RC2.
- Drop valgrind-3.14.0-add-vector-h.patch.
* Fri Sep 14 2018 Mark Wielaard   - 3.14.0-0.1.GIT
- New upstream (pre-)release.
- Add valgrind-3.14.0-add-vector-h.patch.
* Fri Aug 10 2018 Mark Wielaard   - 3.13.0-28
- Add valgrind-3.13.0-utime.patch
* Fri Aug  3 2018 Mark Wielaard   - 3.13.0-27
- Add valgrind-3.13.0-ppc64-xsmaxcdp.patch
* Fri Aug  3 2018 Mark Wielaard   - 3.13.0-26
- Use valgrind_arches for ExclusiveArch when defined.
- Use restorecon for scl on rhel6 to work around rpm bug (#1610676).
* Tue Jul 31 2018 Mark Wielaard   - 3.13.0-25
- Add valgrind-3.13.0-x86-arch_prctl.patch (#1610304)
* Tue Jul 31 2018 Florian Weimer  - 3.13.0-24
- Rebuild with fixed binutils
* Fri Jul 27 2018 Mark Wielaard  - 3.13.0-23
- Remove valgrind-3.13.0-arm-disable-vfp-test.patch
* Thu Jul 26 2018 Mark Wielaard  - 3.13.0-22
- Add valgrind-3.13.0-arch_prctl.patch (#1608824)
* Thu Jul 12 2018 Mark Wielaard  - 3.13.0-21
- Add valgrind-3.13.0-separate-code.patch (#1600034)
- Add valgrind-3.13.0-arm-disable-vfp-test.patch
* Thu Jul  5 2018 Mark Wielaard  - 3.13.0-20
- Don't try a full_regtest under scl, also don't adjust PATH.
* Thu Apr 12 2018 Mark Wielaard  - 3.13.0-19
- Improved valgrind-3.13.0-arm64-hwcap.patch
- Add valgrind-3.13.0-arm64-ptrace.patch
* Thu Apr 12 2018 Mark Wielaard  - 3.13.0-18
- Add valgrind-3.13.0-build-id-phdrs.patch (#1566639)
* Tue Feb 27 2018 Mark Wielaard  - 3.13.0-17
- Add valgrind-3.13.0-ppc64-mtfprwa-constraint.patch.
* Fri Feb  9 2018 Fedora Release Engineering  - 
1:3.13.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Jan 23 2018 Mark Wielaard  - 3.13.0-15
- Split valgrind-tools-devel from valgrind-devel.
- Make building of libmpi wrapper explicit.
* Mon Jan 22 2018 Mark Wielaard  - 3.13.0-14
- undefine _strict_symbol_defs_build.
* Tue Jan  2 2018 Mark Wielaard  - 3.13.0-13
- Add additional fix to valgrind-3.13.0-debug-alt-file.patch.
* Tue Dec 12 2017 Mark Wielaard  - 3.13.0-12
- Add valgrind-3.13.0-s390-cgijnl.patch.
- Use upstream version of valgrind-3.13.0-debug-alt-file.patch.
* Sun Dec 10 2017 Mark Wielaard  - 3.13.0-11
- Add valgrind-3.13.0-debug-alt-file.patch.
* Thu Nov  2 2017 Mark Wielaard  - 3.13.0-10
- Add valgrind-3.13.0-ppc64-timebase.patch.
* Tue Oct 17 2017 Mark Wielaard  - 3.13.0-9
- Add valgrind-3.13.0-amd64-eflags-tests.patch
- Add valgrind-3.13.0-suppress-dl-trampoline-sse-avx.patch
- Add valgrind-3.13.0-static-tls.patch
* Mon Oct 16 2017 Mark Wielaard  - 3.13.0-8
- Add valgrind-3.13.0-ppc64-vex-fixes.patch
* Thu Aug 17 2017 Mark Wielaard  - 3.13.0-7
- Add valgrind-3.13.0-xml-socket.patch


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-d509722832' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives

Fedora 29 Update: coan-6.0.1-17.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-c56b985ffa
2018-11-14 03:11:43.672555


Name: coan
Product : Fedora 29
Version : 6.0.1
Release : 17.fc29
URL : http://coan2.sourceforge.net/
Summary : A command line tool for simplifying the pre-processor 
conditionals in source code
Description :
coan (formerly sunifdef) is a software engineering tool for analyzing
pre-processor-based configurations of C or C++ source code. Its principal use
is to simplify a body of source code by eliminating any parts that are
redundant with respect to a specified configuration.

coan is most useful to developers of constantly evolving products
with large code bases, where pre-processor conditionals are used to
configure the feature sets, APIs or implementations of different
releases. In these environments the code base steadily
accumulates #ifdef-pollution as transient configuration options become
obsolete. coan can largely automate the recurrent task of purging
redundant #if-logic from the code.


Update Information:

This package fixes a crash on Fedora 28 and later.

ChangeLog:

* Tue Sep 18 2018 Jonathan Underwood  - 6.0.1-17
- Add patch to fix crash on Fedora 28 and later (BZ 1626440)
- Fix missing python on Fedora >=29
- Re-enable test failures on x86_64 and i686 only

References:

  [ 1 ] Bug #1626440 - Out of bounds error combined with Fedora 28 hardening 
flags leads to crash
https://bugzilla.redhat.com/show_bug.cgi?id=1626440


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-c56b985ffa' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: highlight-3.47-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6435f89651
2018-11-14 03:11:43.672669


Name: highlight
Product : Fedora 29
Version : 3.47
Release : 1.fc29
URL : http://www.andre-simon.de/
Summary : Universal source code to formatted text converter
Description :
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
XSL-FO, XML or ANSI escape sequences with syntax highlighting.
It supports several programming and markup languages.
Language descriptions are configurable and support regular expressions.
The utility offers indentation and reformatting capabilities.
It is easily possible to create new language definitions and colour themes.


Update Information:

- Updated to new 3.47 upstream version - Fixes rhbz #1611359 and #1630845 thanks
to Milan Crha for all bug reports - spec cleanup (remove old unused comments)

ChangeLog:

* Fri Oct 26 2018 Filipe Rosset  - 3.47-1
- Updated to new 3.47 upstream version
- spec cleanup (remove old unused comments)
- Fixes rhbz #1611359 and #1630845 thanks to Milan Crha for all bug reports
* Thu Sep 20 2018 Filipe Rosset  - 3.44-2
- attempt to fix and respect build flags rhbz #1563149

References:

  [ 1 ] Bug #1630845 - Coverity/cppcheck scan reports issues
https://bugzilla.redhat.com/show_bug.cgi?id=1630845
  [ 2 ] Bug #1611359 - Man page scan results for highlight
https://bugzilla.redhat.com/show_bug.cgi?id=1611359
  [ 3 ] Bug #1563149 - highlight: Partial Fedora build flags injection
https://bugzilla.redhat.com/show_bug.cgi?id=1563149


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6435f89651' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: pogo-1.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-d1dd840aef
2018-11-14 03:11:43.672637


Name: pogo
Product : Fedora 29
Version : 1.0
Release : 1.fc29
URL : https://launchpad.net/pogo
Summary : Probably the simplest and fastest audio player for Linux
Description :
Pogo's elementary-inspired design uses the screen-space very efficiently. It is
especially well-suited for people who organize their music by albums on the
harddrive. The main interface components are a directory tree and a playlist
that groups albums in an innovative way.
Pogo is a fork of Decibel Audio Player.


Update Information:

- new upstream version 1.0 + spec cleanup and modernization

ChangeLog:

* Sat Aug 25 2018 Filipe Rosset  - 1.0-1
- new upstream version 1.0 + spec cleanup and modernization


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-d1dd840aef' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: ansifilter-2.11-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-16f9ea0d2a
2018-11-14 03:11:43.672682


Name: ansifilter
Product : Fedora 29
Version : 2.11
Release : 1.fc29
URL : http://www.andre-simon.de/doku/ansifilter/ansifilter.php
Summary : ANSI terminal escape code converter
Description :
Ansifilter handles text files containing ANSI terminal escape codes. The
command sequences may be stripped or be interpreted to generate formatted
output (HTML, RTF, TeX, LaTeX, BBCode).


Update Information:

- Updated to new 2.11 upstream version - upstream changelog http://www.andre-
simon.de/doku/ansifilter/en/changelog.php

ChangeLog:

* Sat Oct 27 2018 Filipe Rosset  - 2.11-1
- Updated to new 2.11 upstream version
- upstream changelog http://www.andre-simon.de/doku/ansifilter/en/changelog.php


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-16f9ea0d2a' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


[SECURITY] Fedora 29 Update: feh-2.28-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-a84b6d0071
2018-11-14 03:11:43.672695


Name: feh
Product : Fedora 29
Version : 2.28
Release : 1.fc29
URL : http://feh.finalrewind.org
Summary : Fast command line image viewer using Imlib2
Description :
feh is a versatile and fast image viewer using imlib2, the
premier image file handling library. feh has many features,
from simple single file viewing, to multiple file modes using
a slide-show or multiple windows. feh supports the creation of
montages as index prints with many user-configurable options.


Update Information:

- update to 2.28 fixes rhbz #1438979 #1444077 and #1602421

ChangeLog:

* Sat Oct 27 2018 Filipe Rosset  - 2.28-1
- update to 2.28 fixes rhbz #1438979 #1444077 and #1602421

References:

  [ 1 ] Bug #1602421 - feh no longer depends on giblib
https://bugzilla.redhat.com/show_bug.cgi?id=1602421
  [ 2 ] Bug #1444077 - CVE-2017-7875 feh: Integer overflow in wallpaper.c while 
receiving an IPC message [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1444077
  [ 3 ] Bug #1438979 - feh-2.27.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438979


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-a84b6d0071' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: java-11-openjdk-11.0.1.13-4.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-200f54dabd
2018-11-14 03:11:43.672708


Name: java-11-openjdk
Product : Fedora 29
Version : 11.0.1.13
Release : 4.fc29
URL : http://openjdk.java.net/
Summary : OpenJDK Runtime Environment 11
Description :
The OpenJDK runtime environment.


Update Information:

Minor update,  updated patches, fixed coalesce error

ChangeLog:

* Thu Nov  1 2018 Jiri Vanek  - 1:11.0.1.13-3
- added Patch584 
jdk8209639-rh1640127-coalesce_attempted_spill_non_spillable_02.patch
* Mon Oct 29 2018 Severin Gehwolf  - 1:11.0.1.13-3
- Use upstream's version of Aarch64 intrinsics disable patch:
  - Removed:
RHBZ-1628612-JDK-8210461-workaround-disable-aarch64-intrinsic.patch
RHBZ-1630996-JDK-8210858-workaround-disable-aarch64-intrinsic-log.patch
  - Superceded by:
JDK-8211105-aarch64-log-sin-intrinsics-disable.patch
* Thu Oct 18 2018 Severin Gehwolf  - 1:11.0.1.13-2
- Use LTS designator in version output for RHEL.
* Thu Oct 18 2018 Severin Gehwolf  - 1:11.0.1.13-1
- Update to October 2018 CPU release, 11.0.1+13.
* Wed Oct 17 2018 Severin Gehwolf  - 1:11.0.0.28-2
- Use --with-vendor-version-string=18.9 so as to show original
  GA date for the JDK.
* Fri Sep 28 2018 Severin Gehwolf  - 1:11.0.0.28-1
- Identify as GA version and no longer as early access (EA).
- JDK 11 has been released for GA on 2018-09-25.
* Fri Sep 28 2018 Severin Gehwolf  - 1:11.0.ea.28-9
- Rework changes from 1:11.0.ea.22-6. RHBZ#1632174 supercedes
  RHBZ-1624122.
- Add patch, JDK-8210416-RHBZ-1632174-fdlibm-opt-fix.patch, so as to
  optimize compilation of fdlibm library.
- Add patch, JDK-8210425-RHBZ-1632174-sharedRuntimeTrig-opt-fix.patch, so
  as to optimize compilation of sharedRuntime{Trig,Trans}.cpp
- Add patch, JDK-8210647-RHBZ-1632174-libsaproc-opt-fix.patch, so as to
  optimize compilation of libsaproc (extra c flags won't override
  optimization).
- Add patch, JDK-8210761-RHBZ-1632174-libjsig-opt-fix.patch, so as to
  optimize compilation of libjsig.
- Add patch, JDK-8210703-RHBZ-1632174-vmStructs-opt-fix.patch, so as to
  optimize compilation of vmStructs.cpp (part of libjvm.so).
- Reinstate filtering of opt flags coming from redhat-rpm-config.
* Thu Sep 27 2018 Jiri Vanek  - 1:11.0.ea.28-8
- removed version less provides
- javadocdir moved to arched dir as it is no longer noarch
* Thu Sep 20 2018 Severin Gehwolf  - 1:11.0.ea.28-6
- Add patch, 
RHBZ-1630996-JDK-8210858-workaround-disable-aarch64-intrinsic-log.patch,
  so as to disable log math intrinsic on aarch64. Work-around for
  JDK-8210858
* Thu Sep 13 2018 Severin Gehwolf  - 1:11.0.ea.28-5
- Add patch, 
RHBZ-1628612-JDK-8210461-workaround-disable-aarch64-intrinsic.patch,
  so as to disable dsin/dcos math intrinsics on aarch64. Work-around for
  JDK-8210461.
* Wed Sep 12 2018 Severin Gehwolf  - 1:11.0.ea.22-6
- Add patch, JDK-8210416-RHBZ-1624122-fdlibm-opt-fix.patch, so as to
  optimize compilation of fdlibm library.
- Add patch, JDK-8210425-RHBZ-1624122-sharedRuntimeTrig-opt-fix.patch, so
  as to optimize compilation of sharedRuntime{Trig,Trans}.cpp
- Add patch, JDK-8210647-RHBZ-1624122-libsaproc-opt-fix.patch, so as to
  optimize compilation of libsaproc (extra c flags won't override
  optimization).
- Add patch, JDK-8210703-RHBZ-1624122-vmStructs-opt-fix.patch, so as to
  optimize compilation of vmStructs.cpp (part of libjvm.so).
- No longer filter -O flags from C flags coming from
  redhat-rpm-config.
* Mon Sep 10 2018 Jiri Vanek  - 1:11.0.ea.28-4
- link to jhsdb followed its file to ifarch jit_arches ifnarch s390x
* Fri Sep  7 2018 Severin Gehwolf  - 1:11.0.ea.28-3
- Enable ZGC on x86_64.


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-200f54dabd' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.f

Fedora 29 Update: extra-cmake-modules-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: extra-cmake-modules
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://api.kde.org/ecm/
Summary : Additional modules for CMake build system
Description :
Additional modules for CMake build system needed by KDE Frameworks.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : http://www.kde.org
Summary : Filesystem and RPM macros for KDE Frameworks 5
Description :
Filesystem and RPM macros for KDE Frameworks 5


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-baloo-5.52.0-2.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-baloo
Product : Fedora 29
Version : 5.52.0
Release : 2.fc29
URL : https://community.kde.org/Baloo
Summary : A Tier 3 KDE Frameworks 5 module that provides indexing and 
search functionality
Description :
A Tier 3 KDE Frameworks 5 module that provides indexing and search 
functionality.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Mon Nov  5 2018 Rex Dieter  - 5.52.0-2
- rebuild
* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: breeze-icon-theme-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: breeze-icon-theme
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : 
https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/breeze-icons/html/
Summary : Breeze icon theme
Description :
Breeze icon theme.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-attica-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-attica
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/attica.git
Summary : KDE Frameworks Tier 1 Addon with Open Collaboration Services API
Description :
Attica is a Qt library that implements the Open Collaboration Services
API version 1.4.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-bluez-qt-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-bluez-qt
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/bluez-qt.git
Summary : A Qt wrapper for Bluez
Description :
BluezQt is Qt-based library written handle all Bluetooth functionality.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kactivities-stats-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kactivities-stats
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kactivities-stats.git
Summary : A KDE Frameworks 5 Tier 3 library for accessing the usage data 
collected by the activities system
Description :
A KDE Frameworks 5 Tier 3 library for accessing the usage data collected by the 
activities system.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kactivities-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kactivities
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kactivities.git
Summary : A KDE Frameworks 5 Tier 3 to organize user work into separate 
activities
Description :
A KDE Frameworks 5 Tier 3 API for using and interacting with Activities as a
consumer, application adding information to them or as an activity manager.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-frameworkintegration-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-frameworkintegration
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/frameworkintegration.git
Summary : KDE Frameworks 5 Tier 4 workspace and cross-framework integration 
plugins
Description :
Framework Integration is a set of plugins responsible for better integration of
Qt applications when running on a KDE Plasma workspace.

Applications do not need to link to this directly.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-karchive-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-karchive
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/karchive.git
Summary : KDE Frameworks 5 Tier 1 addon with archive functions
Description :
KDE Frameworks 5 Tier 1 addon with archive functions.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kapidox-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kapidox
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kapidox.git
Summary : KDE Frameworks 5 Tier 4 scripts and data for building API 
documentation
Description :
Scripts and data for building API documentation (dox) in a standard format and
style.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kcompletion-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kcompletion
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kcompletion.git
Summary : KDE Frameworks 5 Tier 2 addon with auto completion widgets and 
classes
Description :
KCompletion provides widgets with advanced completion support as well as a
lower-level completion class which can be used with your own widgets.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kauth-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kauth
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kauth.git
Summary : KDE Frameworks 5 Tier 2 integration module to perform actions as 
privileged user
Description :
KAuth is a framework to let applications perform actions as a privileged user.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kcodecs-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kcodecs
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kcodecs.git
Summary : KDE Frameworks 5 Tier 1 addon with string manipulation methods
Description :
KDE Frameworks 5 Tier 1 addon with string manipulation methods.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kbookmarks-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kbookmarks
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kbookmarks.git
Summary : KDE Frameworks 5 Tier 3 addon for bookmarks manipulation
Description :
KBookmarks lets you access and manipulate bookmarks stored using the
XBEL format.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kconfigwidgets-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kconfigwidgets
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kconfigwidgets.git
Summary : KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
Description :
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
well as a set of widgets which uses KConfig to store their settings.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kconfig-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kconfig
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kconfig.git
Summary : KDE Frameworks 5 Tier 1 addon with advanced configuration system
Description :
KDE Frameworks 5 Tier 1 addon with advanced configuration system made of two
parts: KConfigCore and KConfigGui.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kcmutils-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kcmutils
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kcmutils.git
Summary : KDE Frameworks 5 Tier 3 addon with extra API to write 
KConfigModules
Description :
KCMUtils provides various classes to work with KCModules. KCModules can be
created with the KConfigWidgets framework.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdeclarative-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdeclarative
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdeclarative.git/
Summary : KDE Frameworks 5 Tier 3 addon for Qt declarative
Description :
KDE Frameworks 5 Tier 3 addon for Qt declarative


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kcrash-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kcrash
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kcrash.git
Summary : KDE Frameworks 5 Tier 2 addon for handling application crashes
Description :
KCrash provides support for intercepting and handling application crashes.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Sun Oct 14 2018 Rex Dieter  - 5.51.0-3
- respin
* Sun Oct 14 2018 Rex Dieter  - 5.51.0-2
- KCrash: fix crash when used in an app without QCoreApplication
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kcoreaddons-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kcoreaddons
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kcoreaddons.git
Summary : KDE Frameworks 5 Tier 1 addon with various classes on top of 
QtCore
Description :
KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdbusaddons-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdbusaddons
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdbusaddons.git
Summary : KDE Frameworks 5 Tier 1 addon with various classes on top of 
QtDBus
Description :
KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
create KDED modules.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kded-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kded
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kded.git
Summary : KDE Frameworks 5 Tier 3 addon with extensible daemon for 
system-level services
Description :
KDED stands for KDE Daemon which isn't very descriptive. KDED runs
in the background and performs a number of small tasks. Some of these
tasks are built in, others are started on demand.

Custom KDED modules can be provided by 3rd party frameworks and
applications.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdesu-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdesu
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdesu.git
Summary : KDE Frameworks 5 Tier 3 integration with su
Description :
KDE Frameworks 5 Tier 3 integration with su for elevated privileges.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdesignerplugin-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdesignerplugin
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdesignerplugin.git
Summary : KDE Frameworks 5 Tier 3 integration module for Qt Designer
Description :
This framework provides plugins for Qt Designer that allow it to display
the widgets provided by various KDE frameworks, as well as a utility
(kgendesignerplugin) that can be used to generate other such plugins
from ini-style description files.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdewebkit-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdewebkit
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdewebkit.git
Summary : KDE Frameworks 5 Tier 3 integration module for QtWebKit
Description :
KDE Frameworks 5 Tier 3 integration module for the HTML rendering engine WebKit.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdnssd-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdnssd
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdnssd.git
Summary : KDE Frameworks 5 Tier 1 integration module for DNS-SD services 
(Zeroconf)
Description :
KDE Frameworks 5 Tier 1 integration module for DNS-SD services (Zeroconf)


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdelibs4support-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdelibs4support
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdelibs4support.git
Summary : KDE Frameworks 5 Tier 4 module with porting aid from KDELibs 4
Description :
This framework provides code and utilities to ease the transition from kdelibs 4
to KDE Frameworks 5. This includes CMake macros and C++ classes whose
functionality has been replaced by code in CMake, Qt and other frameworks.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kdoctools-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kdoctools
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kdoctools.git
Summary : KDE Frameworks 5 Tier 2 addon for generating documentation
Description :
Provides tools to generate documentation in various format from DocBook files.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kfilemetadata-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kfilemetadata
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kfilemetadata
Summary : A Tier 2 KDE Framework for extracting file metadata
Description :
A Tier 2 KDE Framework for extracting file metadata.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kemoticons-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kemoticons
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kemoticons.git
Summary : KDE Frameworks 5 Tier 3 module with support for emoticons and 
emoticons themes
Description :
KDE Frameworks 5 Tier 3 module that provides emoticons themes as well as
helper classes to automatically convert text emoticons to graphical emoticons.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kglobalaccel-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kglobalaccel
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kglobalaccel.git
Summary : KDE Frameworks 5 Tier 3 integration module for global shortcuts
Description :
KDE Frameworks 5 Tier 3 integration module for global shortcuts.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kidletime-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kidletime
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kidletime.git
Summary : KDE Frameworks 5 Tier 1 integration module for idle time detection
Description :
KDE Frameworks 5 Tier 1 integration module for idle time detection.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-khtml-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-khtml
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/khtml.git
Summary : KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering 
engine
Description :
KHTML is a web rendering engine, based on the KParts technology and using KJS
for JavaScript support.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kiconthemes-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kiconthemes
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://api.kde.org/frameworks/kiconthemes/
Summary : KDE Frameworks 5 Tier 3 integration module with icon themes
Description :
KDE Frameworks 5 Tier 3 integration module with icon themes


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Mon Oct 22 2018 Rex Dieter  - 5.51.0-2
- pull in upstream fixes
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kguiaddons-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kguiaddons
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kguiaddons.git
Summary : KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui
Description :
KDBusAddons provides convenience classes on top of QtGui.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kholidays-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kholidays
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kholidays.git
Summary : The KHolidays Library
Description :
The KHolidays library provides a C++ API that determines holiday
and other special events for a geographical region.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 1:5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 1:5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kimageformats-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kimageformats
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kimageformats.git
Summary : KDE Frameworks 5 Tier 1 addon with additional image plugins for 
QtGui
Description :
This framework provides additional image format plugins for QtGui.  As
such it is not required for the compilation of any other software, but
may be a runtime requirement for Qt-based software to support certain
image formats.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kitemviews-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kitemviews
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kitemviews.git
Summary : KDE Frameworks 5 Tier 1 addon with item views
Description :
KDE Frameworks 5 Tier 1 addon with item views.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-ki18n-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-ki18n
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/ki18n.git
Summary : KDE Frameworks 5 Tier 1 addon for localization
Description :
KDE Frameworks 5 Tier 1 addon for localization.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kjobwidgets-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kjobwidgets
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kjobwidgets.git
Summary : KDE Frameworks 5 Tier 2 addon for KJobs
Description :
KDE Frameworks 5 Tier 2 addon for KJobs


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kirigami2-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kirigami2
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://techbase.kde.org/Kirigami
Summary : QtQuick plugins to build user interfaces based on the KDE UX 
guidelines
Description :
QtQuick plugins to build user interfaces based on the KDE UX guidelines.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kio-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kio
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kio.git
Summary : KDE Frameworks 5 Tier 3 solution for filesystem abstraction
Description :
KDE Frameworks 5 Tier 3 solution for filesystem abstraction


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Sat Oct 13 2018 Rex Dieter  - 5.51.0-2
- pull in candidate fix for kio_help regression (kde#399709)
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0
* Fri Sep 28 2018 Owen Taylor  - 5.50.0-3
- Disable help/ghelp protocols for Flatpak builds


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kjsembed-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kjsembed
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kjsembed.git
Summary : KDE Frameworks 5 Tier 3 addon for binding JS objects to QObjects
Description :
KSJEmbed provides a method of binding JavaScript objects to QObjects, so you
can script your applications.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kjs-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kjs
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kjs.git
Summary : KDE Frameworks 5 Tier 3 functional module with JavaScript 
interpreter
Description :
KDE Frameworks 1 Tier 1 functional module with JavaScript interpret.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kinit-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kinit
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kinit.git
Summary : KDE Frameworks 5 tier 3 solution for process launching
Description :
kdeinit is a process launcher somewhat similar to the famous init used for
booting UNIX.

It launches processes by forking and then loading a dynamic library which should
contain a 'kdemain(...)' function.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kpackage-5.52.0-2.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kpackage
Product : Fedora 29
Version : 5.52.0
Release : 2.fc29
URL : https://cgit.kde.org/kpackage.git
Summary : KDE Frameworks 5 Tier 2 library to load and install packages as 
plugins
Description :
KDE Frameworks 5 Tier 2 library to load and install non-binary packages as
if they were plugins.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Wed Nov  7 2018 Rex Dieter  - 5.52.0-2
- respin
* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-knotifyconfig-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-knotifyconfig
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/knotifyconfig.git
Summary : KDE Frameworks 5 Tier 3 module for KNotify configuration
Description :
KDE Frameworks 5 Tier 3 module for KNotify configuration.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-knewstuff-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-knewstuff
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/knewstuff.git
Summary : KDE Frameworks 5 Tier 3 module for downloading application assets
Description :
KDE Frameworks 5 Tier 3 module for downloading and sharing additional
application data like plugins, themes, motives, etc.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kparts-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kparts
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kparts.git
Summary : KDE Frameworks 5 Tier 3 solution for KParts
Description :
KDE Frameworks 5 Tier 3 solution for KParts


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kitemmodels-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kitemmodels
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kitemmodels.git
Summary : KDE Frameworks 5 Tier 1 addon with item models
Description :
KDE Frameworks 5 Tier 1 addon with item models.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kpty-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kpty
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kpty.git
Summary : KDE Frameworks 5 Tier 2 module providing Pty abstraction
Description :
KDE Frameworks 5 tier 2 module providing Pty abstraction.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-knotifications-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-knotifications
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/knotifications.git
Summary : KDE Frameworks 5 Tier 2 solution with abstraction for system 
notifications
Description :
KDE Frameworks 5 Tier 3 solution with abstraction for system
notifications.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-krunner-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-krunner
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/krunner.git
Summary : KDE Frameworks 5 Tier 3 solution with parallelized query system
Description :
KRunner provides a parallelized query system extendable via plugins.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-ktexteditor-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-ktexteditor
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/ktexteditor.git
Summary : KDE Frameworks 5 Tier 3 with advanced embeddable text editor
Description :
KTextEditor provides a powerful text editor component that you can embed in your
application, either as a KPart or using the KF5::TextEditor library (if you need
more control).

The text editor component contains many useful features, from syntax
highlighting and automatic indentation to advanced scripting support, making it
suitable for everything from a simple embedded text-file editor to an advanced
IDE.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kpeople-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kpeople
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kpeople.git
Summary : KDE Frameworks 5 Tier 3 library for contact and people aggregation
Description :
KDE Frameworks 5 Tier 3 library for interaction with XML RPC services.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kross-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kross
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kross.git
Summary : KDE Frameworks 5 Tier 3 solution for multi-language application 
scripting
Description :
Kross is a scripting bridge to embed scripting functionality into an
application. It supports QtScript as a scripting interpreter backend.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kplotting-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kplotting
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kplotting.git
Summary : KDE Frameworks 5 Tier 1 addon for plotting
Description :
KPlotting provides classes to do plotting.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kservice-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kservice
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kservice.git
Summary : KDE Frameworks 5 Tier 3 solution for advanced plugin and service 
introspection
Description :
KDE Frameworks 5 Tier 3 solution for advanced plugin and service
introspection.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kwidgetsaddons-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kwidgetsaddons
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kwidgetsaddons.git
Summary : KDE Frameworks 5 Tier 1 addon with various classes on top of 
QtWidgets
Description :
KDE Frameworks 5 Tier 1 addon with various classes on top of QtWidgets.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-ktextwidgets-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-ktextwidgets
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/ktextwidgets.git
Summary : KDE Frameworks 5 Tier 3 addon with advanced text editing widgets
Description :
KDE Frameworks 5 Tier 3 addon with advanced text edting widgets.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kwindowsystem-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kwindowsystem
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kwindowsystem.git
Summary : KDE Frameworks 5 Tier 1 integration module with classes for 
windows management
Description :
KDE Frameworks Tier 1 integration module that provides classes for managing and
working with windows.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-networkmanager-qt-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-networkmanager-qt
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/networkmanager-qt.git
Summary : A Tier 1 KDE Frameworks 5 module that wraps NetworkManager DBus 
API
Description :
A Tier 1 KDE Frameworks 5 Qt library for NetworkManager.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kunitconversion-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kunitconversion
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kunitconversion.git
Summary : KDE Frameworks 5 Tier 2 addon for unit conversions
Description :
KDE Frameworks 5 Tier 2 addon for unit conversions.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kmediaplayer-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kmediaplayer
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kmediaplayer.git
Summary : KDE Frameworks 5 Tier 3 module with interface for media player 
features
Description :
KDE Frameworks 5 Tier 3 module with plugin interfaces for media player features.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-syndication-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-syndication
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/syndication.git
Summary : The Syndication Library
Description :
The Syndication Library.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 1:5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 1:5.51.0-1
- 5.51.0
* Mon Sep 17 2018 Rex Dieter  - 1:5.50.0-2
- -devel: add epoch
* Wed Sep  5 2018 Rex Dieter  - 1:5.50-1
- kf5-syndication-5.50.0 (part of kde frameworks now), epoch++


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kwayland-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kwayland
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kwayland.git
Summary : KDE Frameworks 5 library that wraps Client and Server Wayland 
libraries
Description :
KDE Frameworks 5 library that wraps Client and Server Wayland libraries.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kwallet-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kwallet
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kwallet.git
Summary : KDE Frameworks 5 Tier 3 solution for password management
Description :
KWallet is a secure and unified container for user passwords.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-prison-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-prison
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/prison.git
Summary : KDE Frameworks 5 Tier 1 barcode library
Description :
Prison is a Qt-based barcode abstraction layer/library that provides
an uniform access to generation of barcodes with data.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-modemmanager-qt-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-modemmanager-qt
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/modemmanager-qt.git
Summary : A Tier 1 KDE Frameworks module wrapping ModemManager DBus API
Description :
A Qt 5 library for ModemManager.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-plasma-5.52.0-2.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-plasma
Product : Fedora 29
Version : 5.52.0
Release : 2.fc29
URL : https://cgit.kde.org/plasma-framework.git
Summary : KDE Frameworks 5 Tier 3 framework is foundation to build a 
primary user interface
Description :
KDE Frameworks 5 Tier 3 framework is foundation to build a primary user 
interface.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Thu Nov  8 2018 Rex Dieter  - 5.52.0-2
- respin
* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kxmlrpcclient-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kxmlrpcclient
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kxmlrpcclient.git
Summary : KDE Frameworks 5 Tier 3 library for interaction with XML RPC 
services
Description :
KDE Frameworks 5 Tier 3 library for interaction with XML RPC services.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-threadweaver-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-threadweaver
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/threadweaver.git
Summary : KDE Frameworks 5 Tier 1 addon for advanced thread management
Description :
KDE Frameworks 5 Tier 1 addon for advanced thread management.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-purpose-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-purpose
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/purpose.git
Summary : Framework for providing abstractions to get the developer's 
purposes fulfilled
Description :
Purpose offers the possibility to create integrate services and actions on
any application without having to implement them specifically. Purpose will
offer them mechanisms to list the different alternatives to execute given the
requested action type and will facilitate components so that all the plugins
can receive all the information they need.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: oxygen-icon-theme-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: oxygen-icon-theme
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://techbase.kde.org/Projects/Oxygen
Summary : Oxygen icon theme
Description :
Oxygen icon theme.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 1:5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 1:5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-kxmlgui-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-kxmlgui
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/kxmlgui.git
Summary : KDE Frameworks 5 Tier 3 solution for user-configurable main 
windows
Description :
KDE Frameworks 5 Tier 3 solution for user-configurable main windows.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-solid-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-solid
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://solid.kde.org/
Summary : KDE Frameworks 5 Tier 1 integration module that provides hardware 
information
Description :
Solid provides the following features for application developers:
 - Hardware Discovery
 - Power Management
 - Network Management


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: qqc2-desktop-style-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: qqc2-desktop-style
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/qqc2-desktop-style.git
Summary : QtQuickControls2 style for consistency between QWidget and QML 
apps
Description :
This is a style for QtQuickControls 2 that uses QWidget's QStyle for
painting, making possible to achieve an higher degree of consistency
between QWidget-based and QML-based apps.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-sonnet-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-sonnet
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/sonnet.git
Summary : KDE Frameworks 5 Tier 1 solution for spell checking
Description :
KDE Frameworks 5 Tier 1 solution for spell checking.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-2
- respin, .spec cosmetics
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: kf5-syntax-highlighting-5.52.0-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-6c2a374e6b
2018-11-14 03:11:43.672722


Name: kf5-syntax-highlighting
Product : Fedora 29
Version : 5.52.0
Release : 1.fc29
URL : https://cgit.kde.org/syntax-highlighting.git
Summary : KDE Frameworks 5 Syntax highlighting engine for Kate syntax 
definitions
Description :
KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions.


Update Information:

KDE Frameworks 5.52.0, https://www.kde.org/announcements/kde-
frameworks-5.52.0.php

ChangeLog:

* Sun Nov  4 2018 Rex Dieter  - 5.52.0-1
- 5.52.0
* Wed Oct 10 2018 Rex Dieter  - 5.51.0-1
- 5.51.0


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6c2a374e6b' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


[SECURITY] Fedora 29 Update: xen-4.11.0-9.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-8e457298ce
2018-11-14 03:11:43.672748


Name: xen
Product : Fedora 29
Version : 4.11.0
Release : 9.fc29
URL : http://xen.org/
Summary : Xen is a virtual machine monitor
Description :
This package contains the XenD daemon and xm command line
tools, needed to manage virtual machines running under the
Xen hypervisor


Update Information:

guest use of HLE constructs may lock up host [XSA-282]

ChangeLog:

* Tue Nov  6 2018 Michael Young  - 4.11.0-9
- guest use of HLE constructs may lock up host [XSA-282]
* Wed Oct 24 2018 Michael Young  - 4.11.0-8
- x86: Nested VT-x usable even when disabled [XSA-278, CVE-2018-18883]
(#1643118)


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-8e457298ce' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: edk2-20180815gitcb5f4f45ce-4.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-07d41d2647
2018-11-14 03:11:43.672761


Name: edk2
Product : Fedora 29
Version : 20180815gitcb5f4f45ce
Release : 4.fc29
URL : http://www.tianocore.org/edk2/
Summary : EFI Development Kit II
Description :
EDK II is a development code base for creating UEFI drivers, applications
and firmware images.


Update Information:

Fix network boot via grub (bz 1648476)

ChangeLog:

* Fri Nov  9 2018 Paolo Bonzini  - 20180815gitcb5f4f45ce-4
- Fix network boot via grub (bz 1648476)
* Wed Sep 12 2018 Paolo Bonzini  - 20180815gitcb5f4f45ce-3
- Explicitly compile the scripts using py_byte_compile
* Fri Aug 31 2018 Cole Robinson  - 20180815gitcb5f4f45ce-2
- Fix passing through RPM build flags (bz 1540244)

References:

  [ 1 ] Bug #1648476 - None
https://bugzilla.redhat.com/show_bug.cgi?id=1648476


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-07d41d2647' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: lutris-0.4.23-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-7e0c9c9749
2018-11-14 03:11:43.672735


Name: lutris
Product : Fedora 29
Version : 0.4.23
Release : 1.fc29
URL : http://lutris.net
Summary : Install and play any video game easily
Description :
Lutris is a gaming platform for GNU/Linux. Its goal is to make
gaming on Linux as easy as possible by taking care of installing
and setting up the game for the user. The only thing you have to
do is play the game. It aims to support every game that is playable
on Linux.


Update Information:

New version    New version to fix libvulkan detection


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-7e0c9c9749' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: babl-0.1.60-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-027fa0fad2
2018-11-14 03:11:43.672774


Name: babl
Product : Fedora 29
Version : 0.1.60
Release : 1.fc29
URL : http://www.gegl.org/babl/
Summary : A dynamic, any to any, pixel format conversion library
Description :
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.


Update Information:

New upstream bugfix and enhancement releases.  For details, refer to the
respective upstream release notes:  *
[gimp](https://gitlab.gnome.org/GNOME/gimp/raw/GIMP_2_10_8/NEWS) * [gegl04](http
s://gitlab.gnome.org/GNOME/gegl/raw/59c7371ee04b98908fe3047a47abe18b01c1c6eb/doc
s/NEWS.txt) * [babl](https://gitlab.gnome.org/GNOME/babl/raw/6bc0c933b998299b15d
474af53c096ad970a0477/NEWS)

ChangeLog:

* Sun Nov 11 2018 Nils Philippsen  - 0.1.60-1
- version 0.1.60
* Fri Nov  9 2018 Nils Philippsen  - 0.1.58-1
- version 0.1.58

References:

  [ 1 ] Bug #1648782 - Gimp upgrade  depencies errors.
https://bugzilla.redhat.com/show_bug.cgi?id=1648782


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-027fa0fad2' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: pygobject3-3.30.2-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-4734b10849
2018-11-14 03:11:43.672799


Name: pygobject3
Product : Fedora 29
Version : 3.30.2
Release : 1.fc29
URL : https://wiki.gnome.org/Projects/PyGObject
Summary : Python bindings for GObject Introspection
Description :
The pygobject3 package provides a convenient wrapper for the GObject library
for use in Python programs.


Update Information:

pygogbject 3.30.2 release.  * tests: Fix some test with newer glib. * overrides:
Fix crash when using non-ascii text with
Gtk.Builder.add_from_string/add_objects_from_string. * Various meson/distutils
build fixes for MSVC. * foreign-cairo: Fix cairo marshalling not using the
foreign converters in some cases. * build: setup.py reproducible build fixes.

ChangeLog:

* Mon Nov 12 2018 Kalev Lember  - 3.30.2-1
- Update to 3.30.2


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-4734b10849' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


Fedora 29 Update: gegl04-0.4.12-1.fc29

2018-11-13 Thread updates

Fedora Update Notification
FEDORA-2018-027fa0fad2
2018-11-14 03:11:43.672774


Name: gegl04
Product : Fedora 29
Version : 0.4.12
Release : 1.fc29
URL : http://www.gegl.org/
Summary : Graph based image processing framework
Description :
GEGL (Generic Graphics Library) is a graph based image processing framework.
GEGLs original design was made to scratch GIMP's itches for a new
compositing and processing core. This core is being designed to have
minimal dependencies and a simple well defined API.


Update Information:

New upstream bugfix and enhancement releases.  For details, refer to the
respective upstream release notes:  *
[gimp](https://gitlab.gnome.org/GNOME/gimp/raw/GIMP_2_10_8/NEWS) * [gegl04](http
s://gitlab.gnome.org/GNOME/gegl/raw/59c7371ee04b98908fe3047a47abe18b01c1c6eb/doc
s/NEWS.txt) * [babl](https://gitlab.gnome.org/GNOME/babl/raw/6bc0c933b998299b15d
474af53c096ad970a0477/NEWS)

ChangeLog:

* Sat Nov 10 2018 Nils Philippsen  - 0.4.12-1
- version 0.4.12
* Fri Aug 24 2018 Debarshi Ray  - 0.4.8-2
- Drop the run-time requirement on ImageMagick

References:

  [ 1 ] Bug #1648782 - Gimp upgrade  depencies errors.
https://bugzilla.redhat.com/show_bug.cgi?id=1648782


This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-027fa0fad2' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys

___
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org


  1   2   >