==================================
#fedora-meeting: Fedora QA Meeting
==================================
Meeting started by adamw at 15:03:16 UTC. The full logs are available at
https://meetbot.fedoraproject.org/fedora-meeting/2019-10-28/fedora-qa.2019-…
.
Meeting summary
---------------
* Roll call (adamw, 15:03:24)
* Previous meeting follow-up (adamw, 15:07:32)
* "adamw to check with desktop team that they're confident about
resolving all the outstanding GNOME-related blockers" - I did that,
and hey, in the end, turns out they did get resolved (adamw,
15:08:15)
* "adamw to go ahead and add the basic desktop background criterion to
'automatic blockers' as that proposal received no objections" - I
think I forgot to do that, I'll do it this week (adamw, 15:08:36)
* ACTION: adamw to go ahead and add the basic desktop background
criterion to 'automatic blockers' as that proposal received no
objections (adamw, 15:08:44)
* Fedora 31 status and final actions (adamw, 15:11:38)
* many thanks to all who helped test F31 and participate in the
blocker process (adamw, 15:12:01)
* the release is set for tomorrow, 2019-10-29 (adamw, 15:12:16)
* the libdnf, gnome-software and dnf-plugins-extras updates with the
workarounds for upgrades when libgit2 module is enabled went stable
for F29 and F30 over the weekend, so that
AcceptedPreviousReleaseBlocker is addressed (adamw, 15:13:56)
* please tag any unfixed bugs you believe are likely to pop up for a
significant number of f31 users with the 'CommonBugs' keyword
(adamw, 15:14:50)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1694782
(tablepc, 15:16:24)
* Criteria proposals status (adamw, 15:19:45)
* ACTION: adamw to refresh the proposal to replace the xen criterion
with more specific ec2 requirements (including requirement for a
xen-based instance type to work) (adamw, 15:27:45)
* ACTION: bcotton to refresh toggle key criterion proposal with
modification suggested by kparal (adamw, 15:32:21)
* dustymabe proposed some container requirements under the topic
"Proposing new release criteria", please read and respond to those
(adamw, 15:38:15)
* proposed move of 'image size' criterion to Final is on hold as we
expect the new mechanism for automatically reporting bugs when
images are oversize to help us handle it properly at Beta (adamw,
15:39:39)
* ACTION: adamw to follow up on the printing criteria proposal and ask
sgallagh if he thinks we should push it out as-is (adamw, 15:42:10)
* Test Day / community event status (adamw, 15:44:55)
* it seems we are missing sumantro this week, so let's table this
unless anyone has notes (adamw, 15:45:47)
* Open floor (adamw, 15:47:02)
Meeting ended at 16:01:41 UTC.
Action Items
------------
* adamw to go ahead and add the basic desktop background criterion to
'automatic blockers' as that proposal received no objections
* adamw to refresh the proposal to replace the xen criterion with more
specific ec2 requirements (including requirement for a xen-based
instance type to work)
* bcotton to refresh toggle key criterion proposal with modification
suggested by kparal
* adamw to follow up on the printing criteria proposal and ask sgallagh
if he thinks we should push it out as-is
Action Items, by person
-----------------------
* adamw
* adamw to go ahead and add the basic desktop background criterion to
'automatic blockers' as that proposal received no objections
* adamw to refresh the proposal to replace the xen criterion with more
specific ec2 requirements (including requirement for a xen-based
instance type to work)
* adamw to follow up on the printing criteria proposal and ask
sgallagh if he thinks we should push it out as-is
* bcotton
* bcotton to refresh toggle key criterion proposal with modification
suggested by kparal
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* adamw (81)
* cmurf (29)
* tablepc (20)
* zodbot (9)
* bcotton (9)
* coremodule (6)
* Southern_Gentlem (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
Back in late 2018, Alan Jenkins posted a note to this list concerning a
problem he had observed with drives not being properly dismounted on
restarts or power down - Startup. No one seemed to reply and I had seen
the same problem. I swapped a few e'mails with Alan to get particulars
and wrote a proposal for a test to be added to our basic test matrix. I
sent the proposal to this list and after some discussion, I found out
that a similar test was in the matrix, but had been removed.
I tried resubmitting an updated version to the list, but got no
responce. Probably because F30 release was close.
Here is the original test case:
https://fedoraproject.org/wiki/QA:Testcase_base_shutdown/reboot
I couldn't find the version of the matrix that included this case.
This is what I used as the base for the proposal and just added a couple
things around checking the disks. The recommendation is that this test
only be done on bare metal installs.
Here is the proposed test process:
Version 1.1
How to test:
1. On a running system, change to a virtual console by pressing
Ctrl+Alt+F2
Result: A virtual console appears with a login prompt.
2. At the virtual console, login as the root user
Result: Login accepted
3. Halt the system by running the command: “halt”
Result: The `halt` is accepted and halts the system. The screen
is left powered on, showing the final shutdown messages. No system
filesystem / LVM device is left mounted / active when the system finally
halts. In some cases you might see a number of retries. This is okay as
long as the last retry is successful.
4. Read the on-screen messages.
Result: Check for messages indicating failures. Things like
“journal recovery” are a problem.
5. You now need to manually re-boot the system. On most hardware
(which complies with ACPI), you can manually power off by holding the
power button down for five seconds. Then press the power button to power
on again.
Result: When the system boots, either after a halt, reboot or
shutdown operation, the system successfully boots without error. All
expected disk partitions are cleanly mounted. Check boot logs to see
that they do not show any”fsck” (filesystem repair) operations, or
“recovering journal” (ext3/4 journal recovery. The boot logs only need
to be checked after one shutdown - reboot cycle. The logs can be checked
using the command “journalctl -b /usr/lib/systemd/systemd-fsck”. A
result similar to the following indicates clean mounting:
“-- Logs begin at Mon 2018-11-19 13:52:18 EST, end at Sat 2019-01-12
12:27:48 ES>
Jan 12 08:37:25 localhost.localdomain systemd-fsck[503]:
/dev/mapper/fedora-roo>
Jan 12 08:37:36 localhost.localdomain systemd-fsck[745]:
/dev/mapper/fedora-hom>
Jan 12 08:37:36 localhost.localdomain systemd-fsck[743]: /dev/sda1:
clean, 412/>”
6. After the system boots, again change to a virtual console by
pressing Ctrl+Alt+F2.
Result: Virtual console appears
7. At the virtual console, login as the root user
Result: Login successful
8. Reboot the system by running the command: “reboot”
Result: The `reboot` is accepted and initiates a system reboot.
The system reboots with no additional user interaction. Note: Manually
booting the system may be required if the previous step fails.
9. After the system boots, once again change to a virtual console
by pressing Ctrl+Alt+F2.
Result: Virtual console appears.
10. At the virtual console, login as a non-root user. If no
non-root user accounts are available, you can create a new user account
as follows: Login as the root user and use the command: “useradd” to add
a non-root user. Logout of root and login as the new non-root user.
Result: User creation successful if used. Non-root login successful.
11. Power off the system by running the shutdown command. Consult
the man page for different acceptable [TIME] values. For example, to
power off the system immediately, type the following command: “shutdown now”
Result: The shutdown is accepted and powers off the system
without error.
12. Lastly, power on the system. Check that it boots successfully.
Result: When the system boots, either after a halt, reboot or
shutdown operation, the system successfully boots without error, and all
expected disk partitions are cleanly mounted.
Have a Great Day!
Pat (tablepc)
The following Fedora 31 Security updates need testing:
Age URL
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-fdf6ec39b4 libxslt-1.1.33-4.fc31
11 https://bodhi.fedoraproject.org/updates/FEDORA-2019-6db0d5b9d9 tcpdump-4.9.3-1.fc31
10 https://bodhi.fedoraproject.org/updates/FEDORA-2019-232f092db0 python3-3.7.5-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0d3fcae639 python2-2.7.17-1.fc31 python2-docs-2.7.17-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-20412f5e4c varnish-6.3.1-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-4adc49a476 php-7.3.11-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-4593120208 golang-1.13.3-1.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-4175e7cb56 nspr-4.23.0-1.fc31 nss-3.47.0-2.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-1e0f7ac968 aspell-0.60.8-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-554c3c691f file-5.37-8.fc31
0 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0c2f24ce3f t1utils-1.41-1.fc31
0 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e87dd3ca51 java-latest-openjdk-13.0.1.9-2.rolling.fc31
The following Fedora 31 Critical Path updates have yet to be approved:
Age URL
18 https://bodhi.fedoraproject.org/updates/FEDORA-2019-548817d96d openssh-8.1p1-1.fc31
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-c19a27e892 libical-3.0.6-2.fc31
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-fdf6ec39b4 libxslt-1.1.33-4.fc31
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-b7565e6ccc python-cryptography-2.6.1-3.fc31
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-3cdf679ca5 glusterfs-7.0-1.fc31
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-6bd5cfa061 vte291-0.58.2-1.fc31
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-f7ac0e4f8b gcr-3.34.0-1.fc31
11 https://bodhi.fedoraproject.org/updates/FEDORA-2019-097ea615ef cups-2.2.12-3.fc31
11 https://bodhi.fedoraproject.org/updates/FEDORA-2019-575dc4e836 qt5-qtdeclarative-5.12.5-4.fc31
10 https://bodhi.fedoraproject.org/updates/FEDORA-2019-8c2570b36b libdrm-2.4.100-1.fc31
10 https://bodhi.fedoraproject.org/updates/FEDORA-2019-232f092db0 python3-3.7.5-1.fc31
10 https://bodhi.fedoraproject.org/updates/FEDORA-2019-d311422186 libinput-1.14.2-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-2b4d01ce93 glib2-2.62.2-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e01d17d088 plymouth-0.9.4-11.20191022git32c097c.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e9fc910d7f sssd-2.2.2-3.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-453a0f23fa sudo-1.8.28p1-1.fc31
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-2e8ea4837c fedora-release-31-2
4 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0d3fcae639 python2-2.7.17-1.fc31 python2-docs-2.7.17-1.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-78cbff417a lua-lpeg-1.0.2-1.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-4175e7cb56 nspr-4.23.0-1.fc31 nss-3.47.0-2.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-172e592ff7 linux-firmware-20191022-103.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-74bac5f621 pungi-4.1.40-1.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-6109842677 librsvg2-2.46.3-1.fc31
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-98f473a4ec libreport-2.11.2-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-d3a3762074 perl-Scalar-List-Utils-1.53-439.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-5d7efbfca0 pango-1.44.7-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-554c3c691f file-5.37-8.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-437fab2953 lvm2-2.03.06-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-ec4355a5ba python-blivet-3.1.6-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-b127ce8484 mesa-19.2.2-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-28f59ca120 xkeyboard-config-2.28-1.fc31
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-9a30568ecf qemu-4.1.0-5.fc31
0 https://bodhi.fedoraproject.org/updates/FEDORA-2019-da4f8bbaf6 flatpak-1.4.3-2.fc31
0 https://bodhi.fedoraproject.org/updates/FEDORA-2019-225783c80e libedit-3.1-29.20191025cvs.fc31
0 https://bodhi.fedoraproject.org/updates/FEDORA-2019-7d65c50fd6 selinux-policy-3.14.4-39.fc31
The following builds have been pushed to Fedora 31 updates-testing
bes-3.20.5-1.fc31
ccls-0.20190823.4-1.fc31
fedora-repo-zdicts-1910.1-1.fc31
fedora-upgrade-31.3-1.fc31
gnome-shell-extension-dash-to-dock-67-1.fc31
golang-github-niklasfasching-org-0.1.7-1.fc31
htslib-1.9-3.fc31
i3status-2.13-1.fc31
libxls-1.5.2-1.fc31
python-astroML-0.4.1-1.fc31
python-astropy-3.2.2-1.fc31
python-astropy-healpix-0.4-5.fc31
python-astropy-helpers-3.2.2-1.fc31
python-astroscrappy-1.0.8-1.fc31
python-ccdproc-2.0.1-1.fc31
python-chaospy-3.0.14-2.fc31
python-photutils-0.7.1-1.fc31
python-pyvo-1.0-1.fc31
python-reproject-0.5.1-2.fc31
recoll-1.26.1-1.fc31
samba-4.11.1-1.fc31
scribus-generator-2.8.1-3.fc31
speech-tools-2.5-10.fc31
torbrowser-launcher-0.3.2-11.fc31
veusz-3.1-1.fc31
Details about builds:
================================================================================
bes-3.20.5-1.fc31 (FEDORA-2019-7ec0408ba1)
Back-end server software framework for OPeNDAP
--------------------------------------------------------------------------------
Update Information:
Update to 3.20.5
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 26 2019 Orion Poplawski <orion(a)nwra.com> - 3.20.5-1
- Add patch to fix getopt() calls
* Mon Jul 29 2019 Orion Poplawski <orion(a)nwra.com> - 3.20.5-1
- Update to 3.20.5
* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.20.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1734964 - bes: FTBFS in Fedora rawhide/f31
https://bugzilla.redhat.com/show_bug.cgi?id=1734964
--------------------------------------------------------------------------------
================================================================================
ccls-0.20190823.4-1.fc31 (FEDORA-2019-e6ffb8b0b9)
C/C++/ObjC language server
--------------------------------------------------------------------------------
Update Information:
New upstream release 20190823.4
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Dan ��erm��k <dan.cermak(a)cgc-instruments.com> - 0.20190823.4-1
- New upstream release 20190823.4
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1765820 - ccls-0.20190823.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1765820
--------------------------------------------------------------------------------
================================================================================
fedora-repo-zdicts-1910.1-1.fc31 (FEDORA-2019-bc2cf6fcf4)
Zstd dictionaries for Fedora repository metadata
--------------------------------------------------------------------------------
Update Information:
Add F31 dictionaries
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Jonathan Dieter <jdieter(a)gmail.com> - 1920.1-1
- Update with F31 dictionaries
--------------------------------------------------------------------------------
================================================================================
fedora-upgrade-31.3-1.fc31 (FEDORA-2019-195d164298)
Upgrade Fedora to next version using dnf upgrade (unofficial tool)
--------------------------------------------------------------------------------
Update Information:
do not check if F31 is pre-release
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Miroslav Such�� <msuchy(a)redhat.com> 31.3-1
- do not check if F31 is pre-release
--------------------------------------------------------------------------------
================================================================================
gnome-shell-extension-dash-to-dock-67-1.fc31 (FEDORA-2019-27f1434d91)
Dock for the Gnome Shell by micxgx.gmail.com
--------------------------------------------------------------------------------
Update Information:
Upgrade to 67 for GNOME 3.34 (f31) compatibility
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Mike DePaulo <mikedep333(a)gmail.com> - 67-1
- Upgrade to 67 for GNOME 3.34 (f31) compatibility (rhbz#1753665)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1753665 - error activating gnome-shell -extension dash-to dock
https://bugzilla.redhat.com/show_bug.cgi?id=1753665
--------------------------------------------------------------------------------
================================================================================
golang-github-niklasfasching-org-0.1.7-1.fc31 (FEDORA-2019-a0b1cde826)
Org mode parser with html & pretty printed org rendering
--------------------------------------------------------------------------------
Update Information:
Update to latest version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.1.7-1
- Update to latest version
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1765942 - golang-github-niklasfasching-org-0.1.7 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1765942
--------------------------------------------------------------------------------
================================================================================
htslib-1.9-3.fc31 (FEDORA-2019-c404cd1444)
C library for high-throughput sequencing data formats
--------------------------------------------------------------------------------
Update Information:
Initial package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1759940 - Review Request: htslib - C library for high-throughput sequencing data formats
https://bugzilla.redhat.com/show_bug.cgi?id=1759940
--------------------------------------------------------------------------------
================================================================================
i3status-2.13-1.fc31 (FEDORA-2019-9be0104704)
Status bar generator for i3bar, dzen2, xmobar or similar programs
--------------------------------------------------------------------------------
Update Information:
New upstream release 2.13
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 16 2019 Dan ��erm��k <dan.cermak(a)cgc-instruments.com> - 2.13-1
- New upstream release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1725481 - i3status-2.13 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1725481
--------------------------------------------------------------------------------
================================================================================
libxls-1.5.2-1.fc31 (FEDORA-2019-cad9645dc4)
Read binary Excel files from C/C++
--------------------------------------------------------------------------------
Update Information:
Update to latest version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.5.2-1
- Update to latest version
--------------------------------------------------------------------------------
================================================================================
python-astroML-0.4.1-1.fc31 (FEDORA-2019-de6a6c082b)
Python tools for machine learning and data mining in Astronomy
--------------------------------------------------------------------------------
Update Information:
new version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.4.1-1
- new version
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.3-25
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
python-astropy-3.2.2-1.fc31 (FEDORA-2019-66e0685002)
A Community Python Library for Astronomy
--------------------------------------------------------------------------------
Update Information:
New upstream version (3.2.2), bugfix release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Oct 9 2019 Sergio Pascual <sergiopr(a)fedoraproject.org> - 3.2.2-1
- New upstream version (3.2.2)
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 3.2.1-3
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 3.2.1-2
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
python-astropy-healpix-0.4-5.fc31 (FEDORA-2019-bc4c906e47)
HEALPix for Astropy
--------------------------------------------------------------------------------
Update Information:
Disable tests on s90x until numpy is fixed
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.4-5
- Disable tests on s90x until numpy is fixed
* Fri Sep 13 2019 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.4-4
- Patch for astropy.tests.pytest_plugins error (bug 1743897)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.4-3
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
python-astropy-helpers-3.2.2-1.fc31 (FEDORA-2019-1c5f58c03c)
Utilities for building and installing Astropy and Astropy affiliated packages
--------------------------------------------------------------------------------
Update Information:
new version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 3.2.2-1
- new version
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 3.1.1-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 3.1.1-3
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
python-astroscrappy-1.0.8-1.fc31 (FEDORA-2019-0f43c0f244)
Cosmic Ray Annihilation
--------------------------------------------------------------------------------
Update Information:
Update to 1.0.8 fixing some issues with API changes in other packages
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 20 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 1.0.8-1
- new version
- remove patch (fixed upstream)
- skip tests on s390x until endianess issue is fixed
--------------------------------------------------------------------------------
================================================================================
python-ccdproc-2.0.1-1.fc31 (FEDORA-2019-df785b9881)
Astropy affiliated package for reducing optical/IR CCD data
--------------------------------------------------------------------------------
Update Information:
new version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 2.0.1-1
- new version
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 1.3.0-7.post1
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
python-chaospy-3.0.14-2.fc31 (FEDORA-2019-78ff95a847)
Numerical tool for performing uncertainty quantification using polynomial
--------------------------------------------------------------------------------
Update Information:
* Update to 3.0.14
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.14-2
- Enable tests
* Fri Oct 25 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.14-1
- Update to 3.0.14
- Build now uses poetry, so we use new python macros
- https://src.fedoraproject.org/rpms/pyproject-rpm-macros/tree/master
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1761055 - python-chaospy-3.0.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1761055
--------------------------------------------------------------------------------
================================================================================
python-photutils-0.7.1-1.fc31 (FEDORA-2019-aff2457deb)
Astropy affiliated package for image photometry tasks
--------------------------------------------------------------------------------
Update Information:
new version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.7.1-1
- new version
- skip tests on s390x for now (endianess issue in numpy...)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.6-3
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
python-pyvo-1.0-1.fc31 (FEDORA-2019-d9f3cbaf84)
Access to remote data and services of the Virtual observatory (VO) using Python
--------------------------------------------------------------------------------
Update Information:
new version
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 1.0-1
- new version
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.9.3-5
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.9.3-4
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
python-reproject-0.5.1-2.fc31 (FEDORA-2019-32afcc2895)
Reproject astronomical images
--------------------------------------------------------------------------------
Update Information:
use un-cythonized sources
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.5.1-2
- use un-cythonized sources
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.5.1-1
- new version
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.4-8
- Rebuilt for Python 3.8
--------------------------------------------------------------------------------
================================================================================
recoll-1.26.1-1.fc31 (FEDORA-2019-37d5a926d1)
Desktop full text search tool with Qt GUI
--------------------------------------------------------------------------------
Update Information:
Update to latest upstream release recoll 1.26.1
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 26 2019 Terje Rosten <terje.rosten(a)ntnu.no> - 1.26.1-1
- 1.26.1
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1765613 - recoll-1.26.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1765613
--------------------------------------------------------------------------------
================================================================================
samba-4.11.1-1.fc31 (FEDORA-2019-60b6e9e11b)
Server and Client software to interoperate with Windows machines
--------------------------------------------------------------------------------
Update Information:
Since MIT Kerberos deprecated use of DES encryption type, restore Samba AD
domain controller functionality by not using DES encryption keys. Only AES and
RC4 keys would work.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Alexander Bokovoy <abokovoy(a)redhat.com> - 4.11.1-1
- resolves: #1757071 - Deploy new samba DC fails
* Fri Oct 18 2019 Guenther Deschner <gdeschner(a)redhat.com> - 4.11.1-0
- Update to Samba 4.11.1
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1757071 - Deploy new samba DC cause "setup_kerberos_keys: generation of a des-cbc-md5 key failed: Bad encryption type"
https://bugzilla.redhat.com/show_bug.cgi?id=1757071
--------------------------------------------------------------------------------
================================================================================
scribus-generator-2.8.1-3.fc31 (FEDORA-2019-5d5a5e4f66)
Open source high-quality PDF template and mail-merge alternative
--------------------------------------------------------------------------------
Update Information:
This update obsolete the no longer available tkinter and its python2 module
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 26 2019 Luya Tshimbalanga <luya(a)fedoraproject.org> - 2.8.1-3
- Obsolete tkinter and in favor of python3-tkinter for upgrade dependencies
- Use available pkgconf for python3 devel
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1765806 - Can't upgrade to F31 because scribus-generator requires python2-tkinter
https://bugzilla.redhat.com/show_bug.cgi?id=1765806
--------------------------------------------------------------------------------
================================================================================
speech-tools-2.5-10.fc31 (FEDORA-2019-cc9c0dd5a8)
Edinburgh speech tools library
--------------------------------------------------------------------------------
Update Information:
Add Obsoletes to fix upgrade path from F29. No need to log out or reboot.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 26 2019 Zbigniew J��drzejewski-Szmek <zbyszek(a)in.waw.pl> - 2.5-10
- Move Obsoletes to the -libs subpackage
* Fri Oct 25 2019 Luk���� Tyrychtr <lukastyrychtr(a)gmail.com> 2.5-9
- Add an obsoletes directive for the old speech-tools-libs as they're
no longer part of the Festival package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1765236 - dnf upgrade speech-tools-libs produces conflict messages
https://bugzilla.redhat.com/show_bug.cgi?id=1765236
--------------------------------------------------------------------------------
================================================================================
torbrowser-launcher-0.3.2-11.fc31 (FEDORA-2019-8206f596bf)
Tor Browser Bundle managing tool
--------------------------------------------------------------------------------
Update Information:
Appdata correction.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Gwyn Ciesla <gwync(a)protonmail.com> - 0.3.2-11
- Correct two appdata tags.
--------------------------------------------------------------------------------
================================================================================
veusz-3.1-1.fc31 (FEDORA-2019-360fb9a90a)
GUI scientific plotting package
--------------------------------------------------------------------------------
Update Information:
Update to Veusz 3.1
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 27 2019 Jeremy Sanders <jeremy(a)jeremysanders.net> - 3.1-1
- Update to Veusz 3.1
- Remove old sip-devel dependency
--------------------------------------------------------------------------------
I believe they have already been reported ...
GNOME Software can't find Steam / Nvidia drivers after enabling third party repositories * (chrome is ok)
openh264 doesn't work with livestream on Youtube / twitchTV