--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-dbbb2c0737
2025-06-01 02:49:37.281955+00:00
--------------------------------------------------------------------------------
Name : qownnotes
Product : Fedora EPEL 10.1
Version : 25.5.10
Release : 1.el10_1
URL : https://www.qownnotes.org
Summary : Plain-text file markdown note taking with Nextcloud integration
Description :
QOwnNotes is the open source notepad with markdown support and todo list manager
for GNU/Linux, Mac OS X and Windows, that works together with the default notes
application of ownCloud and Nextcloud.
You are able to write down your thoughts with QOwnNotes and edit or search for
them later from your mobile device, like with CloudNotes or the
ownCloud/Nextcloud web-service.
The notes are stored as plain text files and are synced with
ownCloud's/Nextcloud's file sync functionality. Of course other software, like
Syncthing or Dropbox can be used too.
I like the concept of having notes accessible in plain text files, like it is
done in the ownCloud/Nextcloud notes apps, to gain a maximum of freedom, but I
was not able to find a decent desktop note taking tool or a text editor, that
handles them well. Out of this need QOwnNotes was born.
--------------------------------------------------------------------------------
Update Information:
See commit history
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Packit <hello(a)packit.dev> - 25.5.10-1
- Update to 25.5.10 upstream release
- Resolves: rhbz#2351804
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2351804 - qownnotes-25.5.10 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2351804
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update qownnotes' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-928687c872
2025-06-01 02:49:37.281965+00:00
--------------------------------------------------------------------------------
Name : rlwrap
Product : Fedora EPEL 10.1
Version : 0.46.2
Release : 2.el10_1
URL : https://github.com/hanslub42/rlwrap
Summary : Wrapper for GNU readline
Description :
rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for any other command. Input
history is remembered across invocations, separately for each command;
history completion and search work as in bash and completion word
lists can be specified on the command line.
--------------------------------------------------------------------------------
Update Information:
python filters would cause "invalid escape sequence" SyntaxWarnings
with python 3.12 or newer.
--skip-ctty option skips making slave pty a controlling terminal
warn (don't die) when a specified completion file is not found
configure will bail out (not just warn) when no termcap -like
library is found.
additionally check for TERM whenINSIDE_EMACS is set
(allowing the use of rlwrap within shells run by emacs)
gcc -Wformat-security would warn about rl_message() being
used in an unsafe manner.
silence unhelpful input/output error messages at command exit
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.2-2
- Run autoreconf since the Git tag does not contain configure
- Use %%conf conditionally if RPM has it defined
* Fri May 23 2025 Packit <hello(a)packit.dev> - 0.46.2-1
- Update to 0.46.2 upstream release
- Resolves: rhbz#2364092
* Fri May 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.1-10
- Verify SPDX license
- Enable Packit
- Fix Source URL for next release
* Thu Jan 23 2025 Yaakov Selkowitz <yselkowi(a)redhat.com> - 0.46.1-9
- ELN also has GCC 15
* Thu Jan 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.1-8
- Temporarily build with C17 standard to work around weird GCC 15 issue
- Resolves: rhbz#2341282
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2364092 - rlwrap-0.46.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2364092
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rlwrap' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-a54cbffb6b
2025-06-01 02:49:37.281945+00:00
--------------------------------------------------------------------------------
Name : python-tblib
Product : Fedora EPEL 10.1
Version : 3.0.0
Release : 5.el10_1
URL : https://pypi.python.org/pypi/tblib
Summary : Traceback serialization library
Description :
Traceback serialization library that allows you to:
* Pickle tracebacks and raise exceptions with pickled tracebacks in different
processes. This allows better error handling when running code over
multiple processes (imagine multiprocessing, billiard, futures, celery,
etc).
* Parse traceback strings and raise with the parsed tracebacks.
--------------------------------------------------------------------------------
Update Information:
epel10
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 18 2024 Adam Williamson <awilliam(a)redhat.com> - 3.0.0-3
- Backport PR #78 to fix tests with Python 3.13
* Sun Jun 9 2024 Python Maint <python-maint(a)redhat.com> - 3.0.0-2
- Rebuilt for Python 3.13
* Mon Jan 29 2024 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 3.0.0-1
- Update to latest version (#2245498)
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 19 2023 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 2.0.0-3
- Drop unneeded Python 3 version check, the new format is not compatible
with RPM in EL9
* Wed Jul 12 2023 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 2.0.0-2
- Unconditionally disable doctest for now
* Fri Jul 7 2023 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 2.0.0-1
- Update to latest version (#2216696)
* Fri Jul 7 2023 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.7.0-11
- Switch to latest Python macros
* Wed Jun 28 2023 Python Maint <python-maint(a)redhat.com> - 1.7.0-8
- Rebuilt for Python 3.12
* Sat Apr 8 2023 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.7.0-7
- Switch to SPDX license
* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2368292 - Please branch and build python-tblib in epel10
https://bugzilla.redhat.com/show_bug.cgi?id=2368292
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-tblib' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-8e6a16bef6
2025-06-01 02:49:37.281950+00:00
--------------------------------------------------------------------------------
Name : algol68g
Product : Fedora EPEL 10.1
Version : 3.5.14
Release : 1.el10_1
URL : https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
Summary : Algol 68 Genie compiler-interpreter
Description :
Algol 68 Genie (Algol68G) is an Algol 68 compiler-interpreter.
It can be used for executing Algol 68 programs or scripts.
Algol 68 is a rather lean orthogonal general-purpose language
that is a beautiful means for denoting algorithms.
Algol 68 was designed as a general-purpose programming language
by IFIP Working Group 2.1 (Algorithmic Languages and Calculi)
that has continuing responsibility for Algol 60 and Algol 68.
--------------------------------------------------------------------------------
Update Information:
First build for EPEL10 (version 3.5.14)
--------------------------------------------------------------------------------
ChangeLog:
* Thu Mar 20 2025 Oleg Girko <ol(a)infoserver.lv> - 3.5.14-1
- Update to 3.5.14
* Sun Feb 2 2025 Orion Poplawski <orion(a)nwra.com> - 3.5.12-3
- Rebuild with gsl 2.8
* Thu Jan 16 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.5.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Jan 12 2025 Oleg Girko <ol(a)infoserver.lv> - 3.5.12-1
- Update to 3.5.12
* Fri Jan 3 2025 Oleg Girko <ol(a)infoserver.lv> - 3.5.11-1
- Update to 3.5.11
* Sat Nov 30 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.10-1
- Update to 3.5.10
* Fri Oct 18 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.9-1
- Update to 3.5.9
* Thu Oct 10 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.6-1
- Update to 3.5.6
* Thu Jul 25 2024 Miroslav Suchý <msuchy(a)redhat.com> - 3.5.4-3
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jun 19 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.4-1
- Update to 3.5.4
* Tue Jun 11 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.3-1
- Update to 3.5.3
- Don't run autoreconf again: we don't apply any patches
* Tue May 21 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.2-1
- Update to 3.5.2
* Wed May 1 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.1-2
- Add patch to make configure detect glibc again
- Run autoreconf again: we have patches to configure,ac
* Thu Feb 22 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.1-1
- Update to 3.5.1
* Mon Feb 5 2024 Oleg Girko <ol(a)infoserver.lv> - 3.5.0-1
- Update to 3.5.0
* Mon Jan 22 2024 Oleg Girko <ol(a)infoserver.lv> - 3.4.7-1
- Update to 3.4.7
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.4.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 14 2024 Oleg Girko <ol(a)infoserver.lv> - 3.4.6-1
- Update to 3.4.6
* Sun Oct 29 2023 Oleg Girko <ol(a)infoserver.lv> - 3.4.4-1
- Update to 3.4.4
* Mon Oct 23 2023 Oleg Girko <ol(a)infoserver.lv> - 3.4.3-1
- Update to 3.4.3
* Tue Oct 10 2023 Oleg Girko <ol(a)infoserver.lv> - 3.4.1-1
- Update to 3.4.1
* Mon Oct 2 2023 Oleg Girko <ol(a)infoserver.lv> - 3.3.24-1
- Update to 3.3.24
- Don't run autoreconf: we don't apply any patches
* Wed Jul 19 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update algol68g' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-b64aa85976
2025-06-01 02:49:37.281938+00:00
--------------------------------------------------------------------------------
Name : sympy
Product : Fedora EPEL 10.1
Version : 1.14.0
Release : 2.el10_1
URL : https://sympy.org/
Summary : A Python library for symbolic mathematics
Description :
SymPy aims to become a full-featured computer algebra system (CAS)
while keeping the code as simple as possible in order to be
comprehensible and easily extensible. SymPy is written entirely in
Python and does not require any external libraries.
--------------------------------------------------------------------------------
Update Information:
epel10 bootstrap w/o tests or docs due to missing dependencies
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 23 2025 Kaleb S. KEITHLEY <kkeithle(a)redhat.com> - 1.14.0-2
- epel10 bootstrap w/o tests or docs due to missing dependencies
* Tue Apr 29 2025 Jerry James <loganjerry(a)gmail.com> - 1.14.0-1
- Version 1.14.0
- Drop upstreamed tempfile flush patch
- Add patch to avoid intersphinx_registry
- Drop workaround for buggy lark on ppc64le
- Drop examples subpackage
* Tue Mar 18 2025 Jerry James <loganjerry(a)gmail.com> - 1.13.3-4
- Fix a python 3.14 test failure (rhbz#2353123)
* Sun Jan 19 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.13.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Nov 12 2024 David Abdurachmanov <davidlt(a)rivosinc.com> - 1.13.3-2
- Disable llvmlite on riscv64
* Thu Sep 19 2024 Jerry James <loganjerry(a)gmail.com> - 1.13.3-1
- Version 1.13.3
* Mon Aug 12 2024 Jerry James <loganjerry(a)gmail.com> - 1.13.2-1
- Version 1.13.2
* Fri Jul 19 2024 Jerry James <loganjerry(a)gmail.com> - 1.13.1-1
- Version 1.13.1
* Thu Jul 11 2024 Jerry James <loganjerry(a)gmail.com> - 1.13.0-1
- Version 1.13.0
- Drop unnecessary circuitplot patch
- Drop upstreamed incompatible-pointer patch
- Link duplicate documentation files
- Run tests on all architectures
* Wed Jun 12 2024 Jerry James <loganjerry(a)gmail.com> - 1.12.1-1
- Version 1.12.1
- Drop upstreamed python 3.12 patch
* Mon Jun 10 2024 Python Maint <python-maint(a)redhat.com> - 1.12-9
- Rebuilt for Python 3.13
* Mon Jun 10 2024 Miro Hrončok <miro(a)hroncok.cz> - 1.12-8
- Drop unneeded build dependency on sphinx-autobuild
* Fri Mar 22 2024 Jerry James <loganjerry(a)gmail.com> - 1.12-7
- Fix test failure with python 3.13 (rhbz#2271058)
* Sat Jan 27 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Nov 30 2023 Jerry James <loganjerry(a)gmail.com> - 1.12-3
- Fix incompatible pointer types for GCC 14 compatibility
* Sat Jul 22 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 29 2023 Jerry James <loganjerry(a)gmail.com> - 1.12-1
- Version 1.12
- Add patch for python 3.12 compatibility
* Thu Jun 29 2023 Python Maint <python-maint(a)redhat.com> - 1.11.1-5
- Rebuilt for Python 3.12
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2348730 - Please branch and build sympy in epel10
https://bugzilla.redhat.com/show_bug.cgi?id=2348730
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update sympy' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-ceb77f6a90
2025-06-01 02:49:37.281908+00:00
--------------------------------------------------------------------------------
Name : python-crick
Product : Fedora EPEL 10.1
Version : 0.0.8
Release : 3.el10_1
URL : https://github.com/dask/crick
Summary : High performance approximate and streaming algorithms
Description :
Crick is a fast library of approximate and streaming algorithms. It is
still a work in progress, use at your own risk.
--------------------------------------------------------------------------------
Update Information:
epel10
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 20 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Dec 23 2024 Packit <hello(a)packit.dev> - 0.0.8-1
- Update to 0.0.8 upstream release
- Resolves: rhbz#2333866
* Mon Dec 16 2024 Packit <hello(a)packit.dev> - 0.0.7-1
- Update to 0.0.7 upstream release
- Resolves: rhbz#2306451
* Tue Oct 29 2024 Sandro <devel(a)penguinpee.nl> - 0.0.6-3
- Fix module import failing
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 28 2024 Sandro <devel(a)penguinpee.nl> - 0.0.6-1
- Initial release (RHBZ#2293043)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2367836 - Please branch and build python-crick in epel10
https://bugzilla.redhat.com/show_bug.cgi?id=2367836
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-crick' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-ed9519a94c
2025-06-01 02:43:32.594020+00:00
--------------------------------------------------------------------------------
Name : rlwrap
Product : Fedora EPEL 9
Version : 0.46.2
Release : 2.el9
URL : https://github.com/hanslub42/rlwrap
Summary : Wrapper for GNU readline
Description :
rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for any other command. Input
history is remembered across invocations, separately for each command;
history completion and search work as in bash and completion word
lists can be specified on the command line.
--------------------------------------------------------------------------------
Update Information:
python filters would cause "invalid escape sequence" SyntaxWarnings
with python 3.12 or newer.
--skip-ctty option skips making slave pty a controlling terminal
warn (don't die) when a specified completion file is not found
configure will bail out (not just warn) when no termcap -like
library is found.
additionally check for TERM whenINSIDE_EMACS is set
(allowing the use of rlwrap within shells run by emacs)
gcc -Wformat-security would warn about rl_message() being
used in an unsafe manner.
silence unhelpful input/output error messages at command exit
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.2-2
- Run autoreconf since the Git tag does not contain configure
- Use %%conf conditionally if RPM has it defined
* Fri May 23 2025 Packit <hello(a)packit.dev> - 0.46.2-1
- Update to 0.46.2 upstream release
- Resolves: rhbz#2364092
* Fri May 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.1-10
- Verify SPDX license
- Enable Packit
- Fix Source URL for next release
* Thu Jan 23 2025 Yaakov Selkowitz <yselkowi(a)redhat.com> - 0.46.1-9
- ELN also has GCC 15
* Thu Jan 23 2025 Michel Lind <salimma(a)fedoraproject.org> - 0.46.1-8
- Temporarily build with C17 standard to work around weird GCC 15 issue
- Resolves: rhbz#2341282
* Sat Jan 18 2025 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 26 2024 Miroslav Suchý <msuchy(a)redhat.com> - 0.46.1-6
- convert GPLv2+ license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.46.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2364092 - rlwrap-0.46.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2364092
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rlwrap' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-7808c8476f
2025-06-01 02:43:32.594004+00:00
--------------------------------------------------------------------------------
Name : mlpack
Product : Fedora EPEL 9
Version : 4.6.2
Release : 1.el9
URL : http://www.mlpack.org
Summary : Fast, header-only C++ machine learning library
Description :
mlpack is a C++ machine learning library with emphasis on scalability, speed,
and ease-of-use. Its aim is to make machine learning possible for novice users
by means of a simple, consistent API, while simultaneously exploiting C++
language features to provide maximum performance and maximum flexibility for
expert users. mlpack outperforms competing machine learning libraries by large
margins.
--------------------------------------------------------------------------------
Update Information:
Update to latest stable version.
--------------------------------------------------------------------------------
ChangeLog:
* Fri May 23 2025 Ryan Curtin <ryan(a)ratml.org> - 4.6.2-1
- Update to latest stable version.
- Clean up archaic configuration bits from previous decades.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update mlpack' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2025-c8c95c4a36
2025-06-01 02:43:32.593979+00:00
--------------------------------------------------------------------------------
Name : qownnotes
Product : Fedora EPEL 9
Version : 25.5.10
Release : 1.el9
URL : https://www.qownnotes.org
Summary : Plain-text file markdown note taking with Nextcloud integration
Description :
QOwnNotes is the open source notepad with markdown support and todo list manager
for GNU/Linux, Mac OS X and Windows, that works together with the default notes
application of ownCloud and Nextcloud.
You are able to write down your thoughts with QOwnNotes and edit or search for
them later from your mobile device, like with CloudNotes or the
ownCloud/Nextcloud web-service.
The notes are stored as plain text files and are synced with
ownCloud's/Nextcloud's file sync functionality. Of course other software, like
Syncthing or Dropbox can be used too.
I like the concept of having notes accessible in plain text files, like it is
done in the ownCloud/Nextcloud notes apps, to gain a maximum of freedom, but I
was not able to find a decent desktop note taking tool or a text editor, that
handles them well. Out of this need QOwnNotes was born.
--------------------------------------------------------------------------------
Update Information:
Automatic update for qownnotes-25.5.10-1.el9.
Changelog for qownnotes
* Tue May 20 2025 Packit <hello(a)packit.dev> - 25.5.10-1
- Update to 25.5.10 upstream release
- Resolves: rhbz#2351804
--------------------------------------------------------------------------------
ChangeLog:
* Tue May 20 2025 Packit <hello(a)packit.dev> - 25.5.10-1
- Update to 25.5.10 upstream release
- Resolves: rhbz#2351804
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2351804 - qownnotes-25.5.10 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2351804
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update qownnotes' 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
--------------------------------------------------------------------------------