Fedora EPEL 9 Update: python-blessings-1.7-18.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-3fbe2ec174
2022-09-04 22:34:59.469834
--------------------------------------------------------------------------------
Name : python-blessings
Product : Fedora EPEL 9
Version : 1.7
Release : 18.el9
URL : https://github.com/erikrose/blessings
Summary : Thin, practical wrapper around terminal coloring, styling, and positioning
Description :
Blessings lifts several of curses' limiting assumptions, and it makes your code
pretty, too:
* Use styles, color, and maybe a little positioning without necessarily
clearing the whole screen first.
* Leave more than one screenful of scrollback in the buffer after your program
exits, like a well-behaved command-line app should.
* Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code
does not get crowded out by terminal bookkeeping.
* Act intelligently when somebody redirects your output to a file, omitting the
terminal control codes the user does not want to see (optional).
--------------------------------------------------------------------------------
Update Information:
Initial EPEL 9 package.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 26 2022 Carl George <carl(a)george.computer> - 1.7-18
- Convert to pyproject macros
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 1.7-16
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.7-13
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-blessings' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: tree-sitter-0.20.6-1.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-c1a186594f
2022-09-04 22:34:59.469824
--------------------------------------------------------------------------------
Name : tree-sitter
Product : Fedora EPEL 9
Version : 0.20.6
Release : 1.el9
URL : https://tree-sitter.github.io/
Summary : An incremental parsing system for programming tools
Description :
Tree-sitter is a parser generator tool and an incremental parsing
library. It can build a concrete syntax tree for a source file
and efficiently update the syntax tree as the source file is
edited. Tree-sitter aims to be:
* General enough to parse any programming language
* Fast enough to parse on every keystroke in a text editor
* Robust enough to provide useful results even in the presence
of syntax errors
* Dependency-free so that the runtime library (which is written
in pure C) can be embedded in any application
--------------------------------------------------------------------------------
Update Information:
Updates neovim in EPEL 9 to the latest release
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 4 2022 Andreas Schneider <asn(a)redhat.com> - 0.20.6-1
- Update to version 0.20.6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2100577 - Update dependency to libtree-sitter-devel 0.20.6 to maintain treesitter compatability
https://bugzilla.redhat.com/show_bug.cgi?id=2100577
[ 2 ] Bug #2101408 - Update Request: update to v0.7.2
https://bugzilla.redhat.com/show_bug.cgi?id=2101408
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update tree-sitter' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: neovim-0.7.2-3.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-c1a186594f
2022-09-04 22:34:59.469824
--------------------------------------------------------------------------------
Name : neovim
Product : Fedora EPEL 9
Version : 0.7.2
Release : 3.el9
URL : https://neovim.io
Summary : Vim-fork focused on extensibility and agility
Description :
Neovim is a refactor - and sometimes redactor - in the tradition of
Vim, which itself derives from Stevie. It is not a rewrite, but a
continuation and extension of Vim. Many rewrites, clones, emulators
and imitators exist; some are very clever, but none are Vim. Neovim
strives to be a superset of Vim, notwithstanding some intentionally
removed misfeatures; excepting those few and carefully-considered
excisions, Neovim is Vim. It is built for users who want the good
parts of Vim, without compromise, and more.
--------------------------------------------------------------------------------
Update Information:
Updates neovim in EPEL 9 to the latest release
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 25 2022 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 0.7.2-3
- Enforce the minimum tree-sitter version at runtime (Fixes: rhbz#2100577)
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Jun 26 2022 Andreas Schneider <asn(a)redhat.com> - 0.7.2-1
- Update to version 0.7.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2100577 - Update dependency to libtree-sitter-devel 0.20.6 to maintain treesitter compatability
https://bugzilla.redhat.com/show_bug.cgi?id=2100577
[ 2 ] Bug #2101408 - Update Request: update to v0.7.2
https://bugzilla.redhat.com/show_bug.cgi?id=2101408
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update neovim' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: pepc-1.3.14-1.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-4d569af30d
2022-09-04 22:34:59.469804
--------------------------------------------------------------------------------
Name : pepc
Product : Fedora EPEL 9
Version : 1.3.14
Release : 1.el9
URL : https://github.com/intel/pepc
Summary : Power, Energy, and Performance Configurator
Description :
Pepc stands for "Power, Energy, and Performance Configurator".
This is a command-line tool for configuring various Linux and Hardware
power management features.
--------------------------------------------------------------------------------
Update Information:
Update to 1.3.14 (RHBZ #2117446)
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 25 2022 Ali Erdinc Koroglu <aekoroglu(a)fedoraproject.org> 1.3.14-1
- Update to 1.3.14 (RHBZ #2117446)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pepc' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: pl-8.4.3-4.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-42763cc9f6
2022-09-04 22:34:59.469793
--------------------------------------------------------------------------------
Name : pl
Product : Fedora EPEL 9
Version : 8.4.3
Release : 4.el9
URL : https://www.swi-prolog.org/
Summary : SWI-Prolog - Edinburgh compatible Prolog compiler
Description :
ISO/Edinburgh-style Prolog compiler including modules, auto-load,
libraries, Garbage-collector, stack-expandor, C/C++-interface,
GNU-readline interface, very fast compiler. Including packages clib
(Unix process control and sockets), cpp (C++ interface), sgml (reading
XML/SGML), sgml/RDF (reading RDF into triples).
XPCE (Graphics UI toolkit, integrated editor (Emacs-clone) and source-level
debugger) is available in pl-xpce package.
--------------------------------------------------------------------------------
Update Information:
Make it buildable for EPEL
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 24 2022 Davide Cavalca <dcavalca(a)fedoraproject.org> - 8.4.3-4
- Make it buildable for EPEL
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.4.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 5 2022 Jerry James <loganjerry(a)gmail.com> - 8.4.3-2
- Do not build pl-jpl for i686 (rhbz#2104088)
* Tue Jun 21 2022 Jerry James <loganjerry(a)gmail.com> - 8.4.3-1
- Version 8.4.3
* Fri Mar 4 2022 Jerry James <loganjerry(a)gmail.com> - 8.4.2-2
- Remove . from %cmake to fix FTBFS
* Mon Feb 14 2022 Jerry James <loganjerry(a)gmail.com> - 8.4.2-1
- Version 8.4.2
* Sat Feb 5 2022 Jiri Vanek <jvanek(a)redhat.com> - 8.4.1-3
- Rebuilt for java-17-openjdk as system jdk
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 16 2021 Jerry James <loganjerry(a)gmail.com> - 8.4.1-1
- Version 8.4.1
- Drop upstreamed -pclose patch
* Sat Oct 2 2021 Jerry James <loganjerry(a)gmail.com> - 8.4.0-1
- Version 8.4.0
- Drop upstreamed -qt-deprecated and -openssl3 patches
- Add -pclose patch to avoid zombie processes
* Thu Sep 16 2021 Jerry James <loganjerry(a)gmail.com> - 8.2.4-3
- Add -openssl3 patch to fix FTBFS with OpenSSL 3.0.0
* Tue Sep 14 2021 Sahana Prasad <sahana(a)redhat.com> - 8.2.4-3
- Rebuilt with OpenSSL 3.0.0
* Tue Jul 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.2.4-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Jerry James <loganjerry(a)gmail.com> - 8.2.4-1
- Version 8.2.4
- Drop upstreamed swipl-8.2.2-underscore.patch
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 8.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Nov 26 2020 Jerry James <loganjerry(a)gmail.com> - 8.2.3-1
- Version 8.2.3
- Add swipl-8.2.3-qt-deprecated.patch to silence Qt deprecation warnings
* Tue Oct 27 2020 Jerry James <loganjerry(a)gmail.com> - 8.2.2-1
- Version 8.2.2
- Remove upstreamed -bad-bibtex-entry patch
- Add -underscore patch to work around LaTeX errors
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2121160 - Please branch and build pl in epel8 and epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2121160
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pl' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: knot-resolver-5.5.2-1.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-ff2f80a2c9
2022-09-04 22:34:59.469782
--------------------------------------------------------------------------------
Name : knot-resolver
Product : Fedora EPEL 9
Version : 5.5.2
Release : 1.el9
URL : https://www.knot-resolver.cz/
Summary : Caching full DNS Resolver
Description :
The Knot Resolver is a DNSSEC-enabled caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a daemon.
Modular architecture of the library keeps the core tiny and efficient, and
provides a state-machine like API for extensions.
The package is pre-configured as local caching resolver.
To start using it, start a single kresd instance:
$ systemctl start kresd(a)1.service
--------------------------------------------------------------------------------
Update Information:
Update knot-3.2.0 and depending knot-resolver-5-5.2
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 24 2022 Jakub Ru��i��ka <jakub.ruzicka(a)nic.cz> - 5.5.2-1
- update to upstream version 5.5.2
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update knot-resolver' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: knot-3.2.0-1.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-ff2f80a2c9
2022-09-04 22:34:59.469782
--------------------------------------------------------------------------------
Name : knot
Product : Fedora EPEL 9
Version : 3.2.0
Release : 1.el9
URL : https://www.knot-dns.cz
Summary : High-performance authoritative DNS server
Description :
Knot DNS is a high-performance authoritative DNS server implementation.
--------------------------------------------------------------------------------
Update Information:
Update knot-3.2.0 and depending knot-resolver-5-5.2
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 22 2022 Jakub Ru��i��ka <jakub.ruzicka(a)nic.cz> - 3.2.0-1
- Update to 3.2.0
- Patch: fix tests on 32-bit platforms
- Patch: revert problematic hardening of service file
- Enable QUIC
- New knot-dnssecutils subpackage
- Debian compat (knot-utils vs knot-dnsutils)
- Remove bundled(jquery) version as it differes between distros
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update knot' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: beakerlib-1.29.2-1.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-dd0c641727
2022-09-04 22:34:59.469772
--------------------------------------------------------------------------------
Name : beakerlib
Product : Fedora EPEL 9
Version : 1.29.2
Release : 1.el9
URL : https://github.com/beakerlib
Summary : A shell-level integration testing library
Description :
The BeakerLib project means to provide a library of various helpers, which
could be used when writing operating system level integration tests.
--------------------------------------------------------------------------------
Update Information:
- improved performance and memory consumption of the fingerprint feature
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 25 2022 Dalibor Pospisil <dapospis(a)redhat.com> - 1.29.2-1
- improved performance and memory consumption of the fingerprint feature
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update beakerlib' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months
Fedora EPEL 9 Update: 6tunnel-0.13-1.el9
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-1fdb439806
2022-09-04 22:34:59.469752
--------------------------------------------------------------------------------
Name : 6tunnel
Product : Fedora EPEL 9
Version : 0.13
Release : 1.el9
URL : https://github.com/wojtekka/6tunnel
Summary : Tunnelling for application that don't speak IPv6
Description :
6tunnel allows you to use services provided by IPv6 hosts with IPv4-only
applications and vice-versa. It can bind to any of your IPv4 (default) or
IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
--------------------------------------------------------------------------------
Update Information:
initial package build
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 22 2022 jonathanspw <jonathan(a)almalinux.org> - 0.13-1
- Initial package build
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update 6tunnel' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 months