2019-10-28 @ 15:00 UTC - Fedora QA Meeting - Minutes
by Adam Williamson
==================================
#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.201...
.
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
3 years, 11 months
Proposed test case for disk dismount
by pmkellly@frontier.com
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)
3 years, 11 months
Fedora rawhide compose report: 20191028.n.0 changes
by Fedora Rawhide Report
OLD: Fedora-Rawhide-20191027.n.0
NEW: Fedora-Rawhide-20191028.n.0
===== SUMMARY =====
Added images: 0
Dropped images: 2
Added packages: 3
Dropped packages: 3
Upgraded packages: 42
Downgraded packages: 0
Size of added packages: 81.66 MiB
Size of dropped packages: 514.37 KiB
Size of upgraded packages: 478.33 MiB
Size of downgraded packages: 0 B
Size change of upgraded packages: -100.87 MiB
Size change of downgraded packages: 0 B
===== ADDED IMAGES =====
===== DROPPED IMAGES =====
Image: LXQt raw-xz armhfp
Path: Spins/armhfp/images/Fedora-LXQt-armhfp-Rawhide-20191027.n.0-sda.raw.xz
Image: Silverblue dvd-ostree x86_64
Path: Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-Rawhide-20191027.n.0.iso
===== ADDED PACKAGES =====
Package: cri-o-2:1.13.10-2.module_f32+6882+7402ab8a
Summary: Kubernetes Container Runtime Interface for OCI-based containers
RPMs: cri-o
Size: 53.87 MiB
Package: cri-tools-1.13.0-1.gitc06001f.module_f32+6882+7402ab8a
Summary: CLI and validation tools for Container Runtime Interface
RPMs: cri-tools
Size: 27.77 MiB
Package: python-sphinxcontrib-log-cabinet-1.0.1-1.fc32
Summary: Organize changelog directives in Sphinx docs
RPMs: python3-sphinxcontrib-log-cabinet
Size: 15.18 KiB
===== DROPPED PACKAGES =====
Package: python-astroML-addons-0.2.2-21.fc32
Summary: Performance add-ons for the astroML package
RPMs: python3-astroML-addons
Size: 201.31 KiB
Package: python-gflags-2.0-19.fc32
Summary: Commandline flags module for Python
RPMs: python2-gflags python3-gflags
Size: 124.32 KiB
Package: python-google-apputils-0.4.2-17.fc32
Summary: Google Application Utilities for Python
RPMs: python2-google-apputils python3-google-apputils
Size: 188.75 KiB
===== UPGRADED PACKAGES =====
Package: E-2.4-1.fc32
Old package: E-2.3-2.fc31
Summary: Equational Theorem Prover
RPMs: E
Size: 8.70 MiB
Size change: 411.93 KiB
Changelog:
* Sun Oct 27 2019 Jerry James <loganjerry(a)gmail.com> - 2.4-1
- New upstream release
- Add -simple-apps patch
Package: ccls-0.20190823.4-1.fc32
Old package: ccls-0.20190823.3-1.fc32
Summary: C/C++/ObjC language server
RPMs: ccls
Size: 2.91 MiB
Size change: 626 B
Changelog:
* Sun Oct 27 2019 Dan ��erm��k <dan.cermak(a)cgc-instruments.com> - 0.20190823.4-1
- New upstream release 20190823.4
Package: container-selinux-2:2.119.1-0.1.dev.git2ecb2a8.fc32
Old package: container-selinux-2:2.119.0-0.1.dev.gitb383f07.fc32
Summary: SELinux policies for container runtimes
RPMs: container-selinux
Size: 47.51 KiB
Size change: 10 B
Changelog:
* Sun Oct 27 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:2.119.1-0.1.dev.git2ecb2a8
- bump to 2.119.1
- autobuilt 2ecb2a8
Package: eccodes-2.14.1-1.fc32
Old package: eccodes-2.13.0-2.fc31
Summary: WMO data format decoding and encoding
RPMs: eccodes eccodes-data eccodes-devel eccodes-doc
Size: 6.47 MiB
Size change: 12.60 KiB
Changelog:
* Sun Oct 27 2019 Jos de Kloe <josdekloe(a)gmail.com> - 2.14.1-1
- Upgrade to upstream version 2.14.1
Package: fedora-repo-zdicts-1910.1-1.fc32
Old package: fedora-repo-zdicts-1812.1-3.fc31
Summary: Zstd dictionaries for Fedora repository metadata
RPMs: fedora-repo-zdicts
Size: 177.03 KiB
Size change: 98.39 KiB
Changelog:
* Sun Oct 27 2019 Jonathan Dieter <jdieter(a)gmail.com> - 1920.1-1
- Update with F31 dictionaries
Package: fedora-upgrade-31.3-1.fc32
Old package: fedora-upgrade-31.2-1.fc32
Summary: Upgrade Fedora to next version using dnf upgrade (unofficial tool)
RPMs: fedora-upgrade
Size: 22.54 KiB
Size change: 79 B
Changelog:
* Sun Oct 27 2019 Miroslav Such�� <msuchy(a)redhat.com> 31.3-1
- do not check if F31 is pre-release
Package: gnome-shell-extension-dash-to-dock-67-1.fc32
Old package: gnome-shell-extension-dash-to-dock-66-2.fc31
Summary: Dock for the Gnome Shell by micxgx.gmail.com
RPMs: gnome-shell-extension-dash-to-dock
Size: 146.65 KiB
Size change: 4.59 KiB
Changelog:
* Sun Oct 27 2019 Mike DePaulo <mikedep333(a)gmail.com> - 67-1
- Upgrade to 67 for GNOME 3.34 (f31) compatibility (rhbz#1753665)
Package: golang-github-niklasfasching-org-0.1.7-1.fc32
Old package: golang-github-niklasfasching-org-0.1.6-1.fc32
Summary: Org mode parser with html & pretty printed org rendering
RPMs: go-org golang-github-niklasfasching-org-devel
Size: 10.14 MiB
Size change: 139.07 KiB
Changelog:
* Sun Oct 27 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.1.7-1
- Update to latest version
Package: htslib-1.9-3.fc32
Old package: htslib-1.9-2.fc32
Summary: C library for high-throughput sequencing data formats
RPMs: htslib htslib-devel htslib-tools
Size: 4.55 MiB
Size change: 3.78 KiB
Changelog:
* Sun Oct 27 2019 Jun Aruga <jaruga(a)redhat.com> - 1.9-3
- Fix a bug that %{_libexecdir}/%{name} directory is not removed,
when uninstalling the package "rpm -e htslib".
- Add %dir to directories to verify the files in the directory.
Package: i3-4.17.1-1.fc32
Old package: i3-4.16.1-3.fc31
Summary: Improved tiling window manager
RPMs: i3 i3-doc
Size: 139.66 MiB
Size change: -100.42 MiB
Changelog:
* Mon Sep 16 2019 anadahz <andz(a)torproject.org> - 4.17.1-1
- New version
- Add Missing R: pulseaudio-utils
Package: i3status-2.13-1.fc32
Old package: i3status-2.12-3.fc31
Summary: Status bar generator for i3bar, dzen2, xmobar or similar programs
RPMs: i3status
Size: 342.25 KiB
Size change: 25.75 KiB
Changelog:
* Mon Sep 16 2019 Dan ��erm��k <dan.cermak(a)cgc-instruments.com> - 2.13-1
- New upstream release
Package: jake-10.1.4-1.fc32
Old package: jake-10.1.1-1.fc32
Summary: The JavaScript build tool for Node.js
RPMs: jake
Size: 41.11 KiB
Size change: 416 B
Changelog:
* Sun Oct 27 2019 Tom Hughes <tom(a)compton.nu> - 10.1.2-1
- Update to 10.1.2 upstream release
* Sun Oct 27 2019 Tom Hughes <tom(a)compton.nu> - 10.1.3-1
- Update to 10.1.3 upstream release
* Sun Oct 27 2019 Tom Hughes <tom(a)compton.nu> - 10.1.4-1
- Update to 10.1.4 upstream release
Package: libburn-1.5.2-1.fc32
Old package: libburn-1.5.0-3.fc31
Summary: Library for reading, mastering and writing optical discs
RPMs: cdrskin libburn libburn-devel libburn-doc
Size: 2.17 MiB
Size change: 39.22 KiB
Changelog:
* Sun Oct 27 2019 Robert Scheck <robert(a)fedoraproject.org> 1.5.2-1
- Upgrade to 1.5.2 (#1765953)
Package: libinput-1.14.3-1.fc32
Old package: libinput-1.14.2-1.fc32
Summary: Input device library
RPMs: libinput libinput-devel libinput-test libinput-utils
Size: 3.19 MiB
Size change: 10.82 KiB
Changelog:
* Mon Oct 28 2019 Peter Hutterer <peter.hutterer(a)redhat.com> 1.14.3-1
- libinput 1.14.3
Package: libisoburn-1.5.2-1.fc32
Old package: libisoburn-1.5.0-4.fc31
Summary: Library to enable creation and expansion of ISO-9660 filesystems
RPMs: libisoburn libisoburn-devel libisoburn-doc xorriso
Size: 5.12 MiB
Size change: 45.54 KiB
Changelog:
* Sun Oct 27 2019 Robert Scheck <robert(a)fedoraproject.org> 1.5.2-1
- Upgrade to 1.5.2 (#1765954)
Package: libisofs-1.5.2-1.fc32
Old package: libisofs-1.5.0-3.fc31
Summary: Library to create ISO 9660 disk images
RPMs: libisofs libisofs-devel libisofs-doc
Size: 2.07 MiB
Size change: 13.65 KiB
Changelog:
* Sun Oct 27 2019 Robert Scheck <robert(a)fedoraproject.org> 1.5.2-1
- Upgrade to 1.5.2 (#1765955)
Package: libxls-1.5.2-1.fc32
Old package: libxls-1.5.0-3.fc31
Summary: Read binary Excel files from C/C++
RPMs: libxls libxls-devel
Size: 378.28 KiB
Size change: 4.92 KiB
Changelog:
* Sun Oct 27 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.5.2-1
- Update to latest version
Package: lua-lxc-3.0.2-4.fc32
Old package: lua-lxc-3.0.2-3.fc31
Summary: Lua binding for LXC
RPMs: lua-lxc
Size: 139.29 KiB
Size change: 495 B
Changelog:
* Sun Oct 27 2019 Thomas Moschny <thomas.moschny(a)gmx.de> - 3.0.2-4
- Build against Lua 5.3 on EPEL8.
Package: octave-miscellaneous-1.3.0-1.fc32
Old package: octave-miscellaneous-1.2.1-16.fc31
Summary: Miscellaneous functions for Octave
RPMs: octave-miscellaneous
Size: 508.91 KiB
Size change: -9.11 KiB
Changelog:
* Sun Oct 27 2019 Thomas Sailer <t.sailer(a)alumni.ethz.ch> - 1.3.0-1
- drop BR on octave-general
- Update to 1.3.0 (#1765941)
Package: perl-IO-Socket-Timeout-0.32-13.fc32
Old package: perl-IO-Socket-Timeout-0.32-12.fc31
Summary: IO::Socket with read/write timeout
RPMs: perl-IO-Socket-Timeout
Size: 23.45 KiB
Size change: 873 B
Changelog:
* Sun Oct 27 2019 Paul Howarth <paul(a)city-fan.org> - 0.32-13
- Spec tidy-up
- Use author-independent source URL
- Switch to upstream's preferred flow, using Module::Build::Tiny
- Classify buildreqs by usage
- Make %files list more explicit
Package: perl-LockFile-Simple-0.208-17.fc32
Old package: perl-LockFile-Simple-0.208-16.fc31
Summary: Simple file locking scheme
RPMs: perl-LockFile-Simple
Size: 25.81 KiB
Size change: 124 B
Changelog:
* Sun Oct 27 2019 Paul Howarth <paul(a)city-fan.org> - 0.208-17
- Spec tidy-up
- Specify all dependencies
- Drop redundant buildroot cleaning in %install section
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't need to remove empty directories from the buildroot
- Make %files list more explicit
Package: perl-Moo-2.003006-1.fc32
Old package: perl-Moo-2.003004-7.fc31
Summary: Minimalist Object Orientation (with Moose compatibility)
RPMs: perl-Moo
Size: 66.43 KiB
Size change: 1.14 KiB
Changelog:
* Sun Oct 27 2019 Emmanuel Seyman <emmanuel(a)seyman.fr> - 2.003006-1
- Update to 2.003006
- Replace calls to %{__perl} with /usr/bin/perl
- Replace calls to "make pure_install" with %{make_install}
- Replace calls to make with %{make_build}
- Pass NO_PERLLOCAL=1 to Makefile.PL
Package: perl-Redis-1.995-3.fc32
Old package: perl-Redis-1.995-2.fc31
Summary: Perl binding for Redis database
RPMs: perl-Redis
Size: 61.17 KiB
Size change: 2.77 KiB
Changelog:
* Sun Oct 27 2019 Paul Howarth <paul(a)city-fan.org> - 1.995-3
- Spec tidy-up
- Switch to upstream's preferred flow, using Module::Build::Tiny
- Classify buildreqs by usage
- Make %files list more explicit
Package: perl-Set-Scalar-1.29-15.fc32
Old package: perl-Set-Scalar-1.29-14.fc31
Summary: Basic set operations
RPMs: perl-Set-Scalar
Size: 39.93 KiB
Size change: 1.31 KiB
Changelog:
* Sun Oct 27 2019 Paul Howarth <paul(a)city-fan.org> - 1.29-15
- Spec tidy-up
- Use author-independent source URL
- Specify all build dependencies
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Simplify find command using -delete
- Don't need to remove empty directories from the buildroot
- Fix permissions verbosely
- Make %files list more explicit
Package: podman-2:1.6.3-0.19.dev.gitac73fd3.fc32
Old package: podman-2:1.6.3-0.18.dev.gitea46937.fc32
Summary: Manage Pods, Containers and Container Images
RPMs: podman podman-docker podman-manpages podman-remote podman-tests
Size: 108.10 MiB
Size change: 26.78 KiB
Changelog:
* Sun Oct 27 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.6.3-0.19.dev.gitac73fd3
- autobuilt ac73fd3
Package: protobuf-3.6.1-8.fc32
Old package: protobuf-3.6.1-7.fc32
Summary: Protocol Buffers - Google's data interchange format
RPMs: protobuf protobuf-compiler protobuf-devel protobuf-java protobuf-java-util protobuf-javadoc protobuf-lite protobuf-lite-devel protobuf-lite-static protobuf-parent protobuf-static protobuf-vim python2-protobuf python3-protobuf
Size: 29.27 MiB
Size change: -14.00 KiB
Changelog:
* Sat Oct 26 2019 Orion Poplawski <orion(a)nwra.com> - 3.6.1-8
- Drop obsolete BR on python-google-apputils
Package: python-astroML-0.4.1-1.fc32
Old package: python-astroML-0.3-25.fc32
Summary: Python tools for machine learning and data mining in Astronomy
RPMs: python-astroML-doc python3-astroML
Size: 234.32 KiB
Size change: -432.66 KiB
Changelog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.4.1-1
- new version
Package: python-astropy-healpix-0.4-5.fc32
Old package: python-astropy-healpix-0.4-4.fc32
Summary: HEALPix for Astropy
RPMs: python3-astropy-healpix
Size: 635.58 KiB
Size change: -12.40 KiB
Changelog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.4-5
- Disable tests on s90x until numpy is fixed
Package: python-astropy-helpers-3.2.2-1.fc32
Old package: python-astropy-helpers-3.1.1-4.fc32
Summary: Utilities for building and installing Astropy and Astropy affiliated packages
RPMs: python3-astropy-helpers
Size: 74.15 KiB
Size change: -8.99 KiB
Changelog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 3.2.2-1
- new version
Package: python-astroscrappy-1.0.8-1.fc32
Old package: python-astroscrappy-1.0.5-16.fc32
Summary: Cosmic Ray Annihilation
RPMs: python3-astroscrappy
Size: 1.10 MiB
Size change: -120.25 KiB
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
Package: python-blessed-1.16.1-1.fc32
Old package: python-blessed-1.15.0-12.fc32
Summary: A thin, practical wrapper around terminal capabilities in Python
RPMs: python3-blessed
Size: 131.68 KiB
Size change: 2.00 KiB
Changelog:
* Sun Oct 27 2019 Avram Lubkin <aviso(a)rockhopper.net> - 1.16.1-1
- Updated to 1.16.1
Package: python-ccdproc-2.0.1-1.fc32
Old package: python-ccdproc-1.3.0-7.post1.fc32
Summary: Astropy affiliated package for reducing optical/IR CCD data
RPMs: python3-ccdproc
Size: 392.29 KiB
Size change: -6.15 KiB
Changelog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 2.0.1-1
- new version
Package: python-chaospy-3.0.14-2.fc32
Old package: python-chaospy-3.0.14-1.fc32
Summary: Numerical tool for performing uncertainty quantification using polynomial
RPMs: python-chaospy-doc python3-chaospy
Size: 17.79 MiB
Size change: -201 B
Changelog:
* Sun Oct 27 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.14-2
- Enable tests
Package: python-invoke-1.3.0-1.fc32
Old package: python-invoke-1.2.0-5.fc32
Summary: A Python task execution tool and library
RPMs: python3-invoke
Size: 142.55 KiB
Size change: 3.91 KiB
Changelog:
* Mon Oct 07 2019 Othman Madjoudj <athmane(a)fedoraproject.org> - 1.3.0-1
- Update to 1.3.0 (rhbz #1742597)
Package: python-lazy-object-proxy-1.4.3-1.fc32
Old package: python-lazy-object-proxy-1.4.2-2.fc32
Summary: A fast and thorough lazy object proxy
RPMs: python3-lazy-object-proxy
Size: 175.06 KiB
Size change: 910 B
Changelog:
* Sun Oct 27 2019 Gwyn Ciesla <gwync(a)protonmail.com> - 1.4.3-1
- 1.4.3
Package: python-photutils-0.7.1-1.fc32
Old package: python-photutils-0.6-3.fc32
Summary: Astropy affiliated package for image photometry tasks
RPMs: python3-photutils
Size: 2.78 MiB
Size change: 141.61 KiB
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...)
Package: python-pyvo-1.0-1.fc32
Old package: python-pyvo-0.9.3-5.fc32
Summary: Access to remote data and services of the Virtual observatory (VO) using Python
RPMs: python3-pyvo
Size: 801.92 KiB
Size change: -635.79 KiB
Changelog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 1.0-1
- new version
Package: python-reproject-0.5.1-2.fc32
Old package: python-reproject-0.4-8.fc32
Summary: Reproject astronomical images
RPMs: python3-reproject
Size: 1.38 MiB
Size change: -208.54 KiB
Changelog:
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.5.1-1
- new version
* Sun Oct 27 2019 Christian Dersch <lupinix(a)fedoraproject.org> - 0.5.1-2
- use un-cythonized sources
Package: samba-2:4.11.1-1.fc32
Old package: samba-2:4.11.1-0.fc32
Summary: Server and Client software to interoperate with Windows machines
RPMs: ctdb ctdb-tests libsmbclient libsmbclient-devel libwbclient libwbclient-devel python3-samba python3-samba-dc python3-samba-test samba samba-client samba-client-libs samba-common samba-common-libs samba-common-tools samba-dc samba-dc-bind-dlz samba-dc-libs samba-devel samba-krb5-printing samba-libs samba-pidl samba-test samba-test-libs samba-vfs-cephfs samba-vfs-glusterfs samba-winbind samba-winbind-clients samba-winbind-krb5-locator samba-winbind-modules
Size: 96.15 MiB
Size change: -29.83 KiB
Changelog:
* Sun Oct 27 2019 Alexander Bokovoy <abokovoy(a)redhat.com> - 4.11.1-1
- resolves: #1757071 - Deploy new samba DC fails
Package: speech-tools-2.5-11.fc32
Old package: speech-tools-2.5-10.fc32
Summary: Edinburgh speech tools library
RPMs: speech-tools speech-tools-libs speech-tools-libs-devel speech-tools-libs-static
Size: 23.30 MiB
Size change: 3.20 KiB
Changelog:
* Sun Oct 27 2019 Zbigniew J��drzejewski-Szmek <zbyszek(a)in.waw.pl> - 2.5-11
- Add Obsoletes for the old festival-speech-tools-devel subpackage too
Package: torbrowser-launcher-0.3.2-11.fc32
Old package: torbrowser-launcher-0.3.2-10.fc32
Summary: Tor Browser Bundle managing tool
RPMs: torbrowser-launcher
Size: 64.83 KiB
Size change: 54 B
Changelog:
* Sun Oct 27 2019 Gwyn Ciesla <gwync(a)protonmail.com> - 0.3.2-11
- Correct two appdata tags.
Package: veusz-3.1-1.fc32
Old package: veusz-3.0.1-6.fc32
Summary: GUI scientific plotting package
RPMs: veusz
Size: 8.91 MiB
Size change: 17.87 KiB
Changelog:
* Thu Oct 03 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 3.0.1-7
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Sun Oct 27 2019 Jeremy Sanders <jeremy(a)jeremysanders.net> - 3.1-1
- Update to Veusz 3.1
- Remove old sip-devel dependency
===== DOWNGRADED PACKAGES =====
3 years, 11 months
Fedora 31 updates-testing report
by updates@fedoraproject.org
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
--------------------------------------------------------------------------------
3 years, 11 months
I had some problems with f31
by Fast OS
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
3 years, 11 months
Fedora rawhide compose report: 20191027.n.0 changes
by Fedora Rawhide Report
OLD: Fedora-Rawhide-20191024.n.0
NEW: Fedora-Rawhide-20191027.n.0
===== SUMMARY =====
Added images: 1
Dropped images: 0
Added packages: 39
Dropped packages: 37
Upgraded packages: 156
Downgraded packages: 0
Size of added packages: 56.65 MiB
Size of dropped packages: 192.55 MiB
Size of upgraded packages: 7.51 GiB
Size of downgraded packages: 0 B
Size change of upgraded packages: 324.38 MiB
Size change of downgraded packages: 0 B
===== ADDED IMAGES =====
Image: Everything boot ppc64le
Path: Everything/ppc64le/iso/Fedora-Everything-netinst-ppc64le-Rawhide-20191027.n.0.iso
===== DROPPED IMAGES =====
===== ADDED PACKAGES =====
Package: aopalliance-1.0-17.module_f28+4409+43f8f627
Summary: Java/J2EE AOP standards
RPMs: aopalliance
Size: 32.04 KiB
Package: apache-commons-cli-1.4-4.module_f28+3939+dc18cd75
Summary: Command Line Interface Library for Java
RPMs: apache-commons-cli
Size: 145.59 KiB
Package: apache-commons-codec-1.12-1.module_f28+4409+43f8f627
Summary: Implementations of common encoders and decoders
RPMs: apache-commons-codec
Size: 579.83 KiB
Package: apache-commons-io-1:2.6-3.module_f28+4409+43f8f627
Summary: Utilities to assist with developing IO functionality
RPMs: apache-commons-io
Size: 445.10 KiB
Package: apache-commons-lang3-3.7-3.module_f28+3939+dc18cd75
Summary: Provides a host of helper utilities for the java.lang API
RPMs: apache-commons-lang3
Size: 973.96 KiB
Package: apache-commons-logging-1.2-13.module_f28+4409+43f8f627
Summary: Apache Commons Logging
RPMs: apache-commons-logging
Size: 167.97 KiB
Package: atinject-1-28.20100611svn86.module_f28+3939+dc18cd75
Summary: Dependency injection specification for Java (JSR-330)
RPMs: atinject
Size: 38.02 KiB
Package: cdi-api-1.2-8.module_f28+4409+43f8f627
Summary: CDI API
RPMs: cdi-api
Size: 137.12 KiB
Package: geronimo-annotation-1.0-23.module_f28+3939+dc18cd75
Summary: Java EE: Annotation API v1.3
RPMs: geronimo-annotation
Size: 48.29 KiB
Package: glassfish-el-3.0.1-0.7.b08.module_f28+4409+43f8f627
Summary: J2EE Expression Language Implementation
RPMs: glassfish-el-api
Size: 207.79 KiB
Package: google-guice-4.1-11.module_f28+3939+dc18cd75
Summary: Lightweight dependency injection framework for Java 5 and above
RPMs: google-guice
Size: 1020.81 KiB
Package: guava-25.0-3.module_f28+4409+43f8f627
Summary: Google Core Libraries for Java
RPMs: guava
Size: 2.27 MiB
Package: guava20-20.0-8.module_f28+3939+dc18cd75
Summary: Google Core Libraries for Java
RPMs: guava20
Size: 2.06 MiB
Package: hawtjni-1.16-2.module_f28+3939+dc18cd75
Summary: Code generator that produces the JNI code
RPMs: hawtjni-runtime
Size: 83.72 KiB
Package: httpcomponents-client-4.5.5-4.module_f28+3939+dc18cd75
Summary: HTTP agent implementation based on httpcomponents HttpCore
RPMs: httpcomponents-client httpcomponents-client-cache
Size: 1.56 MiB
Package: httpcomponents-core-4.4.11-1.module_f28+4409+43f8f627
Summary: Set of low level Java HTTP transport components for HTTP services
RPMs: httpcomponents-core
Size: 1.24 MiB
Package: jansi-1.17.1-1.module_f28+4409+43f8f627
Summary: Jansi is a java library for generating and interpreting ANSI escape sequences
RPMs: jansi
Size: 155.45 KiB
Package: jansi-native-1.7-7.module_f28+4409+43f8f627
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
RPMs: jansi-native
Size: 731.02 KiB
Package: jboss-interceptors-1.2-api-1.0.0-8.module_f28+3939+dc18cd75
Summary: Java EE Interceptors 1.2 API
RPMs: jboss-interceptors-1.2-api
Size: 64.17 KiB
Package: jsoup-1.11.3-3.module_f28+3939+dc18cd75
Summary: Java library for working with real-world HTML
RPMs: jsoup
Size: 769.64 KiB
Package: jsr-305-0-0.22.20130910svn.module_f28+4409+43f8f627
Summary: Correctness annotations for Java code
RPMs: jsr-305
Size: 33.25 KiB
Package: libdasm-1.6-7.fc32
Summary: Simple x86 disassembly library
RPMs: libdasm libdasm-devel
Size: 323.77 KiB
Package: maven-resolver-1:1.3.3-1.module_f28+4409+43f8f627
Summary: Apache Maven Artifact Resolver library
RPMs: maven-resolver-api maven-resolver-connector-basic maven-resolver-impl maven-resolver-spi maven-resolver-transport-file maven-resolver-transport-http maven-resolver-transport-wagon maven-resolver-util
Size: 1.22 MiB
Package: maven-shared-utils-3.2.1-0.1.module_f28+3939+dc18cd75
Summary: Maven shared utility classes
RPMs: maven-shared-utils
Size: 327.76 KiB
Package: maven-wagon-3.1.0-1.module_f28+3939+dc18cd75
Summary: Tools to manage artifacts and deployment
RPMs: maven-wagon-file maven-wagon-http maven-wagon-http-shared maven-wagon-provider-api
Size: 325.00 KiB
Package: openmpi-2.1.6-1.module_f32+6879+0562c5f6
Summary: Open Message Passing Interface
RPMs: openmpi openmpi-devel openmpi-java openmpi-java-devel python2-openmpi python3-openmpi
Size: 39.44 MiB
Package: plexus-cipher-1.7-14.module_f28+4409+43f8f627
Summary: Plexus Cipher: encryption/decryption Component
RPMs: plexus-cipher
Size: 55.24 KiB
Package: plexus-classworlds-2.5.2-9.module_f28+3939+dc18cd75
Summary: Plexus Classworlds Classloader Framework
RPMs: plexus-classworlds
Size: 127.91 KiB
Package: plexus-containers-1.7.1-8.module_f28+3939+dc18cd75
Summary: Containers for Plexus
RPMs: plexus-containers-component-annotations
Size: 45.19 KiB
Package: plexus-interpolation-1.22-9.module_f28+3939+dc18cd75
Summary: Plexus Interpolation API
RPMs: plexus-interpolation
Size: 155.37 KiB
Package: plexus-sec-dispatcher-1.4-26.module_f28+4409+43f8f627
Summary: Plexus Security Dispatcher Component
RPMs: plexus-sec-dispatcher
Size: 70.80 KiB
Package: plexus-utils-3.2.0-1.module_f28+4409+43f8f627
Summary: Plexus Common Utilities
RPMs: plexus-utils
Size: 516.98 KiB
Package: python-cfgv-2.0.1-3.fc32
Summary: Validate configuration and produce human readable error messages
RPMs: python3-cfgv
Size: 20.19 KiB
Package: python-cssselect2-0.2.2-2.fc32
Summary: CSS selectors for Python ElementTree
RPMs: python3-cssselect2
Size: 33.55 KiB
Package: python-hvac-0.9.5-1.fc32
Summary: HashiCorp Vault API client for Python
RPMs: python3-hvac
Size: 143.09 KiB
Package: python-pyhcl-0.3.13-2.fc32
Summary: HCL configuration parser for Python
RPMs: python3-pyhcl
Size: 31.75 KiB
Package: sisu-1:0.3.3-6.module_f28+3939+dc18cd75
Summary: Eclipse dependency injection framework
RPMs: sisu-inject sisu-plexus
Size: 1.01 MiB
Package: slf4j-1.7.25-4.module_f28+3939+dc18cd75
Summary: Simple Logging Facade for Java
RPMs: jcl-over-slf4j slf4j
Size: 212.47 KiB
Package: triehash-0.3-1.fc32
Summary: Generator for order-preserving minimal perfect hash functions in C
RPMs: triehash
Size: 20.04 KiB
===== DROPPED PACKAGES =====
Package: bzr-2.7.0-23.fc30
Summary: Friendly distributed version control system
RPMs: bzr bzr-doc
Size: 36.95 MiB
Package: gcc-python-plugin-0.17-4.fc31
Summary: GCC plugin that embeds Python
RPMs: gcc-python-plugin-c-api gcc-python-plugin-docs gcc-python2-debug-plugin gcc-python2-plugin gcc-python3-debug-plugin gcc-python3-plugin
Size: 7.69 MiB
Package: git-remote-bzr-0.2-12.fc31
Summary: Bazaar wrapper for git
RPMs: git-remote-bzr
Size: 22.43 KiB
Package: libgit2-0.28.2-2.module_f32+6196+765f0a38
Summary: C implementation of the Git core methods as a library with a solid API
RPMs: libgit2 libgit2-devel
Size: 3.30 MiB
Package: meson-0.52.0-1.module_f32+6772+c061bd0b
Summary: High productivity build system
RPMs: meson
Size: 898.74 KiB
Package: newsboat-2.16.1-2.module_f32+6216+ec3854f2
Summary: RSS/Atom feed reader for the text console
RPMs: newsboat
Size: 12.86 MiB
Package: ninja-build-1.9.0-1.module_f32+6269+9bdc5fd1
Summary: Small build system with a focus on speed
RPMs: ninja-build
Size: 675.49 KiB
Package: python-epdb-0.15-11.fc32
Summary: Extended Python debugger
RPMs: python2-epdb python3-epdb
Size: 102.41 KiB
Package: python-jenkinsapi-0.2.29-13.fc32
Summary: A Python API for accessing resources on a Jenkins(CI) server
RPMs: python2-jenkinsapi python3-jenkinsapi
Size: 187.31 KiB
Package: python-ngram-3.3.2-4.git20170720.f8543bd.fc32
Summary: Set-based subclass providing fuzzy search based on N-grams
RPMs: python-ngram-doc python2-ngram python3-ngram
Size: 233.89 KiB
Package: python-pygit2-0.28.2-1.module_f32+6196+765f0a38
Summary: Python bindings for libgit2
RPMs: python-pygit2-doc python2-pygit2 python3-pygit2
Size: 2.12 MiB
Package: python-tbgrep-0.3.0-19.fc32
Summary: Extract Python Tracebacks from text
RPMs: python2-tbgrep python3-tbgrep
Size: 55.03 KiB
Package: python-tpg-3.2.2-11.fc32
Summary: A Python "toy parser generator"
RPMs: python2-tpg python3-tpg
Size: 742.33 KiB
Package: rpm-4.15.0-1.module_f32+6706+162221eb
Summary: The RPM package management system
RPMs: python2-rpm python3-rpm rpm rpm-apidocs rpm-build rpm-build-libs rpm-cron rpm-devel rpm-libs rpm-plugin-audit rpm-plugin-ima rpm-plugin-prioreset rpm-plugin-selinux rpm-plugin-syslog rpm-plugin-systemd-inhibit rpm-sign rpm-sign-libs
Size: 8.02 MiB
Package: rust-afterburn-4.1.3-1.module_f32+6562+7b34f47a
Summary: Simple cloud provider agent
RPMs: afterburn afterburn-dracut
Size: 6.92 MiB
Package: rust-askalono-cli-0.3.0-2.module_f32+6466+db07261e
Summary: Tool to detect the contents of license files
RPMs: askalono-cli
Size: 11.82 MiB
Package: rust-bat-0.11.0-3.module_f32+6468+a8794f84
Summary: cat(1) clone with wings
RPMs: bat
Size: 8.09 MiB
Package: rust-dutree-0.2.11-1.module_f32+6696+6c182efe
Summary: Command line tool to analyze disk usage
RPMs: dutree
Size: 2.37 MiB
Package: rust-exa-0.9.0-2.module_f32+6497+9ec9d088
Summary: Modern replacement for ls
RPMs: exa
Size: 1.83 MiB
Package: rust-fd-find-7.3.0-3.module_f32+6501+ff5211bb
Summary: Simple, fast and user-friendly alternative to find
RPMs: fd-find
Size: 3.92 MiB
Package: rust-ffsend-0.2.49-1.module_f32+6178+aa586b1f
Summary: Easily and securely share files from the command line
RPMs: ffsend
Size: 11.14 MiB
Package: rust-heatseeker-1.6.1-3.module_f32+6569+12f0292a
Summary: Fast, robust, and portable fuzzy finder
RPMs: heatseeker
Size: 1.11 MiB
Package: rust-hyperfine-1.6.0-2.module_f32+6187+ed838234
Summary: Command-line benchmarking tool
RPMs: hyperfine
Size: 3.80 MiB
Package: rust-lsd-0.16.0-1.module_f32+6545+f3d888a1
Summary: Ls command with a lot of pretty colors and some other stuff
RPMs: lsd
Size: 2.04 MiB
Package: rust-packaging-10-6.module_f32+6333+1aad2772
Summary: RPM macros for building Rust packages on various architectures
RPMs: python3-rust2rpm rust-packaging
Size: 286.29 KiB
Package: rust-pretty-git-prompt-0.2.0-10.module_f32+6237+6d8711b7
Summary: Your current git repository information inside a beautiful shell prompt
RPMs: pretty-git-prompt
Size: 1.98 MiB
Package: rust-ripgrep-11.0.2-1.module_f32+6250+6eaf9603
Summary: Line oriented search tool using Rust's regex library
RPMs: ripgrep
Size: 7.03 MiB
Package: rust-sd-0.6.5-3.module_f32+6555+b92c2a79
Summary: Intuitive find & replace CLI
RPMs: sd
Size: 3.10 MiB
Package: rust-silver-1.1.0-1.module_f32+6384+06a7604d
Summary: Cross-shell customizable powerline-like prompt with icons
RPMs: silver
Size: 3.85 MiB
Package: rust-skim-0.6.9-1.module_f32+6665+286e7495
Summary: Fuzzy Finder in Rust
RPMs: skim
Size: 4.72 MiB
Package: rust-srpm-macros-10-2.module_f32+6155+c7b14fbd
Summary: RPM macros for building Rust source packages
RPMs: rust-srpm-macros
Size: 9.42 KiB
Package: rust-tokei-10.0.1-2.module_f32+6558+17227b7c
Summary: Utility that allows you to count code, quickly
RPMs: tokei
Size: 5.58 MiB
Package: rust-zincati-0.0.5-1.module_f32+6701+84b375ae
Summary: Update agent for Fedora CoreOS
RPMs: zincati
Size: 7.79 MiB
Package: rust-zram-generator-0.1.2-1.module_f32+6777+4fdfe9cf
Summary: Systemd unit generator for zram devices
RPMs: zram-generator
Size: 1.09 MiB
Package: stratis-cli-1.0.4-1.module_f32+6319+03e8a8b6
Summary: Command-line tool for interacting with the Stratis daemon
RPMs: stratis-cli
Size: 263.28 KiB
Package: stratisd-1.0.5-1.module_f32+6319+03e8a8b6
Summary: Daemon that manages block devices to create filesystems
RPMs: stratisd
Size: 7.52 MiB
Package: zola-0.8.0-5.module_f32+6659+2316e7c7
Summary: Fast static site generator with everything built-in
RPMs: zola
Size: 22.52 MiB
===== UPGRADED PACKAGES =====
Package: R-R.devices-2.16.1-1.fc32
Old package: R-R.devices-2.16.0-4.fc31
Summary: Unified Handling of Graphics Devices
RPMs: R-R.devices
Size: 385.23 KiB
Size change: 1.32 KiB
Changelog:
* Thu Oct 24 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 2.16.1-1
- Update to latest version
Package: R-jpeg-0.1.8.1-1.fc32
Old package: R-jpeg-0.1.8-8.fc31
Summary: Read and write JPEG images
RPMs: R-jpeg
Size: 211.62 KiB
Size change: 1.13 KiB
Changelog:
* Thu Oct 24 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.1.8.1-1
- Update to latest version
Package: R-rlang-0.4.1-1.fc32
Old package: R-rlang-0.4.0-3.fc31
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
RPMs: R-rlang
Size: 5.34 MiB
Size change: 112.30 KiB
Changelog:
* Fri Oct 25 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.4.1-1
- Update to latest version
Package: SuperLUMT-3.1.0-24.fc32
Old package: SuperLUMT-3.1.0-23.fc32
Summary: Single precision real SuperLU routines for shared memory parallel machines
RPMs: SuperLUMT SuperLUMT-common SuperLUMT-complex SuperLUMT-complex16 SuperLUMT-devel SuperLUMT-double SuperLUMT64 SuperLUMT64-complex SuperLUMT64-complex16 SuperLUMT64-devel SuperLUMT64-double
Size: 3.94 MiB
Size change: -36.58 KiB
Changelog:
* Thu Oct 24 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.1.0-24
- Optimize OpenMP flags
Package: anaconda-32.11-1.fc32
Old package: anaconda-32.10-1.fc32
Summary: Graphical system installer
RPMs: anaconda anaconda-core anaconda-dracut anaconda-gui anaconda-install-env-deps anaconda-live anaconda-tui anaconda-widgets anaconda-widgets-devel
Size: 19.14 MiB
Size change: 285.32 KiB
Changelog:
* Thu Oct 24 2019 Martin Kolman <mkolman(a)redhat.com> - 32.11-1
- Fix the timeout of DBus calls (vponcova)
- Remove pydbus from the spec file (vponcova)
- Test DBus support with Gio.TestDBus (vponcova)
- Update the support for DBus properties (vponcova)
- Create variants for the signal PropertiesChanged (vponcova)
- Test the extended support for the DBus observer (vponcova)
- Remove PropertiesCache (vponcova)
- Extend the DBus observer (vponcova)
- Test the extended support for DBus connection (vponcova)
- Extend the support for DBus connections (vponcova)
- Don't use pydbus in the function get_object_path (vponcova)
- Test the client support for DBus objects (vponcova)
- Add the client support for DBus objects (vponcova)
- Test the server support for DBus objects (vponcova)
- Add the server support for DBus objects (vponcova)
- Extend DBus constants (vponcova)
- Test the extended support for DBus specification (vponcova)
- Extend the support for DBus specification (vponcova)
- Test the support for parsing the XML specification (vponcova)
- Add support for parsing the XML specification (vponcova)
- Test the DBus signals (vponcova)
- Extend the Signal class (vponcova)
- Don't use signals from pydbus (vponcova)
- Test the DBus error registration (vponcova)
- Don't use DBus error registration from pydbus (vponcova)
- Remove pydbus from the comments (vponcova)
- Test the extended support for DBus typing (vponcova)
- Extend the support for DBus typing (vponcova)
- Don't import Variant from pydbus (vponcova)
- Fix other payload module cyclic imports (vponcova)
- Add code conventions to upstream (jkonecny)
- Fix payload module cyclic imports (jkonecny)
- Enable networking in the testing environment by default (vponcova)
- network: adapt network config via kickstart from disk to NM in initramfs
(#1757781) (rvykydal)
- network: fix handling of ksdevice=bootif in initramfs (rvykydal)
- Make sure we work with fresh data when trying to do netroot (vpodzime)
- Make our manual triggering on network in dracut work (#1082500) (vpodzime)
- iscsi: do not generate initiator for generated kickstart if iscsi is not used
(rvykydal)
- network: remove useless function (rvykydal)
- network: remove Network command from anaconda (rvykydal)
- network: remove parse method from Network command (rvykydal)
- network: remove packages attribute from Network command (rvykydal)
- Move payload live_os source under its directory (jkonecny)
- Create an empty payload source live_os folder (jkonecny)
- Move payload service constants to the main dir (jkonecny)
- Remove modules.payload.live folder (jkonecny)
- Move rest of payload utils to live_image utils (jkonecny)
- Move create_rescue_image to payload base utils (jkonecny)
- Move get_kernel_version_list to payload base (jkonecny)
- Move InstallFromTarTask to live_image payload (jkonecny)
- Move InstallFromImageTask to payload.base (jkonecny)
- Move UpdateBLSConfigurationTask to payload base (jkonecny)
- Move DownloadProgress to payload live_image (jkonecny)
- Move TeardownInstallationSourceImageTask to payload (jkonecny)
- Move SetupInstallationSourceImageTask to payload (jkonecny)
- Move CheckInstallationSourceImageTask to payload (jkonecny)
- Fix imports after move of live_image payload (jkonecny)
- Move lime_image code to the payloads folder (jkonecny)
- Fix imports after move of live_os payload (jkonecny)
- Move live_os code to the payloads folder (jkonecny)
- Fix imports after move of DNF payload (jkonecny)
- Move DNF handler to payloads folder (jkonecny)
- Remove useless support for boot loader update (vponcova)
Package: bamf-0.5.4-3.fc32
Old package: bamf-0.5.4-2.fc31.1
Summary: Application matching framework
RPMs: bamf bamf-daemon bamf-devel
Size: 1.64 MiB
Size change: -115 B
Changelog:
* Mon Oct 14 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.5.4-3
- Build with Python 3 instead of Python 2
Package: bemenu-0.2.0-1.fc32
Old package: bemenu-0.1.0-3.20190819git442d283.fc32
Summary: Dynamic menu library and client program inspired by dmenu
RPMs: bemenu bemenu-devel
Size: 573.85 KiB
Size change: -667 B
Changelog:
* Fri Oct 25 2019 Jan Stan��k <jstanek(a)redhat.com> - 0.2.0-1
- Upgrade to release 0.2.0
Package: bes-3.20.5-1.fc32
Old package: bes-3.19.1-6.fc30
Summary: Back-end server software framework for OPeNDAP
RPMs: bes bes-devel bes-doc
Size: 313.64 MiB
Size change: 230.13 MiB
Changelog:
* Sun Feb 17 2019 Orion Poplawski <orion(a)nwra.com> - 3.20.1-1
- Update to 3.20.1
* 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
* Mon Jul 29 2019 Orion Poplawski <orion(a)nwra.com> - 3.20.5-1
- Update to 3.20.5
* Sat Oct 26 2019 Orion Poplawski <orion(a)nwra.com> - 3.20.5-1
- Add patch to fix getopt() calls
Package: borgmatic-1.4.0-1.fc32
Old package: borgmatic-1.3.26-1.fc32
Summary: Simple Python wrapper script for borgbackup
RPMs: borgmatic
Size: 96.71 KiB
Size change: 5.43 KiB
Changelog:
* Wed Oct 23 2019 Felix Kaechele <heffer(a)fedoraproject.org> - 1.4.0-1
- update to 1.4.0
Package: breezy-3.0.1-4.fc32
Old package: breezy-3.0.1-3.fc32
Summary: Friendly distributed version control system
RPMs: breezy breezy-doc
Size: 31.16 MiB
Size change: 2.32 KiB
Changelog:
* Thu Oct 24 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 3.0.1-4
- On Fedora 32+, replace bazaar with breezy
https://fedoraproject.org/wiki/Changes/ReplaceBazaarWithBreezy
Package: buildah-1.12.0-0.46.dev.gitcddb66e.fc32
Old package: buildah-1.12.0-0.45.dev.gitfa4eec7.fc32
Summary: A command line tool used for creating OCI Images
RPMs: buildah buildah-tests
Size: 84.79 MiB
Size change: 83.15 KiB
Changelog:
* Fri Oct 25 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 1.12.0-0.46.dev.gitcddb66e
- autobuilt cddb66e
Package: castget-2.0.1-1.fc32
Old package: castget-2.0.0-1.fc32
Summary: A command-line podcast downloader
RPMs: castget
Size: 257.77 KiB
Size change: 19.01 KiB
Changelog:
* Sat Oct 26 2019 Ed Marshall <esm(a)logic.net> - 2.0.1-1
- Update to 2.0.1.
Package: catch-2.10.2-1.fc32
Old package: catch-2.10.1-1.fc32
Summary: Modern, C++-native, header-only, framework for unit-tests, TDD and BDD
RPMs: catch-devel
Size: 1.09 MiB
Size change: 1.05 KiB
Changelog:
* Fri Oct 25 2019 Tom Hughes <tom(a)compton.nu> - 2.10.2-1
- Update to 2.10.2 upstream release
Package: ccache-3.7.5-1.fc32
Old package: ccache-3.7.1-2.fc31
Summary: C/C++ compiler cache
RPMs: ccache
Size: 1.10 MiB
Size change: 7.88 KiB
Changelog:
* Thu Oct 24 2019 Michael Cullen <mich181189(a)fedoraproject.org> - 3.7.5-1
- Updated to 3.7.5
- Updated upstream URL
Package: cereal-1.3.0-1.fc32
Old package: cereal-1.2.2-7.fc31
Summary: A header-only C++11 serialization library
RPMs: cereal-devel
Size: 203.97 KiB
Size change: 9.81 KiB
Changelog:
* Sat Oct 26 2019 Christoph Junghans <junghans(a)votca.org> - 1.3.0-1
- Version bump (bug #1765568)
Package: cldr-emoji-annotation-36.12.120191002_0-1.fc32
Old package: cldr-emoji-annotation-35.12.14971_0-2.fc31
Summary: Emoji annotation files in CLDR
RPMs: cldr-emoji-annotation cldr-emoji-annotation-devel
Size: 4.61 MiB
Size change: 314.88 KiB
Changelog:
* Fri Oct 25 2019 Takao Fujiwara <tfujiwar(a)gmail.com> - 36.12.120191002_0-1
- Integrated Emoji 12.1 CLDR 36
Package: cloud-utils-0.31-5.fc32
Old package: cloud-utils-0.31-3.fc31
Summary: Cloud image management utilities
RPMs: cloud-utils cloud-utils-growpart
Size: 72.76 KiB
Size change: -8.99 KiB
Changelog:
* Thu Oct 24 2019 Juerg Haefliger <juergh(a)gmail.com> - 0.31-4
- Drop euca2ools dependency (retired package) and wrapper scripts [bz#1762325].
* Thu Oct 24 2019 Juerg Haefliger <juergh(a)gmail.com> - 0.31-5
- Bump the release number to differentiate from the previous version which didn't build.
Package: cockpit-composer-9-1.fc32
Old package: cockpit-composer-8-1.fc32
Summary: Composer GUI for use with Cockpit
RPMs: cockpit-composer
Size: 1.67 MiB
Size change: 40.95 KiB
Changelog:
* Fri Oct 25 2019 Martin Pitt <martin(a)piware.de> - 9-1
- Translation updates
- Expose Image Builder on /composer, not /welder
- NPM dependency updates
Package: combblas-1.6.2-0.6.beta2.fc32
Old package: combblas-1.6.2-0.3.beta2.fc32
Summary: The Combinatorial BLAS Library
RPMs: combblas-mpich combblas-mpich-devel combblas-openmpi combblas-openmpi-devel
Size: 6.48 MiB
Size change: -16.47 KiB
Changelog:
* Thu Oct 24 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1.6.2-0.4.beta2
- Add debug macro
* Thu Oct 24 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1.6.2-0.5.beta2
- Fix debug macro
* Thu Oct 24 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1.6.2-0.6.beta2
- Use -j1 with ctest
Package: container-selinux-2:2.119.0-0.1.dev.gitb383f07.fc32
Old package: container-selinux-2:2.118.0-0.1.dev.git79bdcb5.fc32
Summary: SELinux policies for container runtimes
RPMs: container-selinux
Size: 47.50 KiB
Size change: -6 B
Changelog:
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:2.119.0-0.1.dev.gitb383f07
- bump to 2.119.0
- autobuilt b383f07
Package: darktable-2.6.3-2.fc32
Old package: darktable-2.6.3-1.fc32
Summary: Utility to organize and develop raw images
RPMs: darktable darktable-tools-noise
Size: 12.25 MiB
Size change: 8.07 MiB
Changelog:
* Wed Oct 23 2019 Germano Massullo <germano.massullo(a)gmail.com> - 2.6.3-2
- Enabled again ppc64le and aarch64 architectures, disabling OpenMP. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920
Package: dionaea-0.7.0-6.fc32
Old package: dionaea-0.7.0-5.fc32.3
Summary: Low interaction honeypot
RPMs: dionaea dionaea-doc python3-dionaea
Size: 3.38 MiB
Size change: 1.10 KiB
Changelog:
* Thu Oct 24 2019 Michal Ambroz <rebus at, seznam.cz> 0.7.0-6
- rebuilt rawhide after ressurection of libdasm/libemu
Package: dmapd-0.0.84-1.fc32
Old package: dmapd-0.0.83-1.fc32
Summary: A server that provides DAAP and DPAP shares
RPMs: dmapd dmapd-devel
Size: 761.36 KiB
Size change: 2.31 KiB
Changelog:
* Sat Oct 26 2019 W. Michael Petullo <mike[(a)]flyn.org> - 0.0.84-1
- New upstream version
Package: dxf2gcode-20191025-1.fc32
Old package: dxf2gcode-20190103-6.fc32
Summary: 2D drawings to CNC machine compatible G-Code converter
RPMs: dxf2gcode
Size: 675.18 KiB
Size change: 5.65 KiB
Changelog:
* Fri Oct 25 2019 Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> - 20191025-1
- Update to the latest available version
Package: fedora-gather-easyfix-0.2.1-43.fc32
Old package: fedora-gather-easyfix-0.2.1-40.fc32
Summary: Gather easyfix tickets across fedorahosted projects
RPMs: fedora-gather-easyfix
Size: 126.72 KiB
Size change: 223 B
Changelog:
* Fri Oct 25 2019 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 0.2.1-41
- rebuilt
* Fri Oct 25 2019 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 0.2.1-42
- rebuilt
* Fri Oct 25 2019 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 0.2.1-43
- rebuilt
Package: fedora-obsolete-packages-32-21
Old package: fedora-obsolete-packages-32-20
Summary: A package to obsolete retired packages
RPMs: fedora-obsolete-packages
Size: 58.36 KiB
Size change: 5.37 KiB
Changelog:
* Sat Oct 26 2019 Zbigniew J��drzejewski-Szmek <zbyszek(a)in.waw.pl> - 32-21
- Obsolete zanata-platform
- Obsolete maven-site-plugin (#1755570)
- Obsolete CGAL (#1757792)
- Obsolete a bunch of python3 packages that require python3.7 and break
the upgrade path after the switch to python3.8 (#1754151)
- Obsolete python3-sip (#1753069)
Package: file-5.37-8.fc32
Old package: file-5.37-7.fc32
Summary: A utility for determining file types
RPMs: file file-devel file-libs file-static python3-magic
Size: 4.14 MiB
Size change: -478 B
Changelog:
* Fri Oct 25 2019 Kamil Dudka <kdudka(a)redhat.com> - 5.37-8
- fix heap-based buffer overflow in cdf_read_property_info() (CVE-2019-18218)
Package: freedoom-0.12.1-1.fc32
Old package: freedoom-0.12.0-1.fc32
Summary: Doom styled first person shooter game
RPMs: freedoom freedoom2
Size: 16.09 MiB
Size change: 10.53 KiB
Changelog:
* Fri Oct 25 2019 Gwyn Ciesla <gwync(a)protonmail.com> - 0.12.1-1
- 0.12.1
Package: gap-pkg-cryst-4.1.21-1.fc32
Old package: gap-pkg-cryst-4.1.20-1.fc32
Summary: GAP support for crystallographic groups
RPMs: gap-pkg-cryst gap-pkg-cryst-doc
Size: 359.38 KiB
Size change: -590 B
Changelog:
* Thu Oct 24 2019 Jerry James <loganjerry(a)gmail.com> - 4.1.21-1
- New upstream version
Package: gap-pkg-tomlib-1.2.9-1.fc32
Old package: gap-pkg-tomlib-1.2.8-3.fc31
Summary: GAP Table of Marks package
RPMs: gap-pkg-tomlib gap-pkg-tomlib-doc
Size: 49.31 MiB
Size change: 254.76 KiB
Changelog:
* Thu Oct 24 2019 Jerry James <loganjerry(a)gmail.com> - 1.2.9-1
- New upstream version
- Drop upstreamed -doc patch
- Use the %license macro
Package: git-2.24.0-0.1.rc1.fc32
Old package: git-2.23.0-1.fc32
Summary: Fast Version Control System
RPMs: git git-all git-core git-core-doc git-cvs git-daemon git-email git-gui git-instaweb git-subtree git-svn gitk gitweb perl-Git perl-Git-SVN
Size: 31.57 MiB
Size change: 126.08 KiB
Changelog:
* Sat Oct 19 2019 Todd Zullinger <tmz(a)pobox.com> - 2.24.0-0.0.rc0
- update to 2.24.0-rc0
- fix t0500-progress-display on big-endian arches
* Thu Oct 24 2019 Todd Zullinger <tmz(a)pobox.com> - 2.24.0-0.1.rc1
- update to 2.24.0-rc1
- skip failing test in t7812-grep-icase-non-ascii on s390x
- gitk: add Requires: git-gui (#1765113)
Package: glibc-2.30.9000-15.fc32
Old package: glibc-2.30.9000-13.fc32
Summary: The GNU libc libraries
RPMs: compat-libpthread-nonshared glibc glibc-all-langpacks glibc-benchtests glibc-common glibc-devel glibc-headers glibc-langpack-aa glibc-langpack-af glibc-langpack-agr glibc-langpack-ak glibc-langpack-am glibc-langpack-an glibc-langpack-anp glibc-langpack-ar glibc-langpack-as glibc-langpack-ast glibc-langpack-ayc glibc-langpack-az glibc-langpack-be glibc-langpack-bem glibc-langpack-ber glibc-langpack-bg glibc-langpack-bhb glibc-langpack-bho glibc-langpack-bi glibc-langpack-bn glibc-langpack-bo glibc-langpack-br glibc-langpack-brx glibc-langpack-bs glibc-langpack-byn glibc-langpack-ca glibc-langpack-ce glibc-langpack-chr glibc-langpack-cmn glibc-langpack-crh glibc-langpack-cs glibc-langpack-csb glibc-langpack-cv glibc-langpack-cy glibc-langpack-da glibc-langpack-de glibc-langpack-doi glibc-langpack-dsb glibc-langpack-dv glibc-langpack-dz glibc-langpack-el glibc-langpack-en glibc-langpack-eo glibc-langpack-es glibc-langpack-et glibc-langpack-eu glibc-langpack-fa glibc-langpack-ff glibc-langpack-fi glibc-langpack-fil glibc-langpack-fo glibc-langpack-fr glibc-langpack-fur glibc-langpack-fy glibc-langpack-ga glibc-langpack-gd glibc-langpack-gez glibc-langpack-gl glibc-langpack-gu glibc-langpack-gv glibc-langpack-ha glibc-langpack-hak glibc-langpack-he glibc-langpack-hi glibc-langpack-hif glibc-langpack-hne glibc-langpack-hr glibc-langpack-hsb glibc-langpack-ht glibc-langpack-hu glibc-langpack-hy glibc-langpack-ia glibc-langpack-id glibc-langpack-ig glibc-langpack-ik glibc-langpack-is glibc-langpack-it glibc-langpack-iu glibc-langpack-ja glibc-langpack-ka glibc-langpack-kab glibc-langpack-kk glibc-langpack-kl glibc-langpack-km glibc-langpack-kn glibc-langpack-ko glibc-langpack-kok glibc-langpack-ks glibc-langpack-ku glibc-langpack-kw glibc-langpack-ky glibc-langpack-lb glibc-langpack-lg glibc-langpack-li glibc-langpack-lij glibc-langpack-ln glibc-langpack-lo glibc-langpack-lt glibc-langpack-lv glibc-langpack-lzh glibc-langpack-mag glibc-langpack-mai glibc-langpack-mfe glibc-langpack-mg glibc-langpack-mhr glibc-langpack-mi glibc-langpack-miq glibc-langpack-mjw glibc-langpack-mk glibc-langpack-ml glibc-langpack-mn glibc-langpack-mni glibc-langpack-mr glibc-langpack-ms glibc-langpack-mt glibc-langpack-my glibc-langpack-nan glibc-langpack-nb glibc-langpack-nds glibc-langpack-ne glibc-langpack-nhn glibc-langpack-niu glibc-langpack-nl glibc-langpack-nn glibc-langpack-nr glibc-langpack-nso glibc-langpack-oc glibc-langpack-om glibc-langpack-or glibc-langpack-os glibc-langpack-pa glibc-langpack-pap glibc-langpack-pl glibc-langpack-ps glibc-langpack-pt glibc-langpack-quz glibc-langpack-raj glibc-langpack-ro glibc-langpack-ru glibc-langpack-rw glibc-langpack-sa glibc-langpack-sah glibc-langpack-sat glibc-langpack-sc glibc-langpack-sd glibc-langpack-se glibc-langpack-sgs glibc-langpack-shn glibc-langpack-shs glibc-langpack-si glibc-langpack-sid glibc-langpack-sk glibc-langpack-sl glibc-langpack-sm glibc-langpack-so glibc-langpack-sq glibc-langpack-sr glibc-langpack-ss glibc-langpack-st glibc-langpack-sv glibc-langpack-sw glibc-langpack-szl glibc-langpack-ta glibc-langpack-tcy glibc-langpack-te glibc-langpack-tg glibc-langpack-th glibc-langpack-the glibc-langpack-ti glibc-langpack-tig glibc-langpack-tk glibc-langpack-tl glibc-langpack-tn glibc-langpack-to glibc-langpack-tpi glibc-langpack-tr glibc-langpack-ts glibc-langpack-tt glibc-langpack-ug glibc-langpack-uk glibc-langpack-unm glibc-langpack-ur glibc-langpack-uz glibc-langpack-ve glibc-langpack-vi glibc-langpack-wa glibc-langpack-wae glibc-langpack-wal glibc-langpack-wo glibc-langpack-xh glibc-langpack-yi glibc-langpack-yo glibc-langpack-yue glibc-langpack-yuw glibc-langpack-zh glibc-langpack-zu glibc-locale-source glibc-minimal-langpack glibc-nss-devel glibc-static glibc-utils libnsl nscd nss_db nss_hesiod
Size: 714.83 MiB
Size change: 3.42 MiB
Changelog:
* Thu Oct 24 2019 DJ Delorie <dj(a)redhat.com> - 2.30.9000-14
- Add Requires on basesystem for main package (#1757267)
- Add Requires on coreutils for glibc-headers (uses rm)
* Fri Oct 25 2019 DJ Delorie <dj(a)redhat.com> - 2.30.9000-15
- Add *.mo files to all-langpacks (#1624528)
Package: gnome-documents-3.34.0-1.fc31
Old package: gnome-documents-3.33.90-1.fc31
Summary: A document manager application for GNOME
RPMs: gnome-documents gnome-documents-libs
Size: 3.08 MiB
Size change: -6.10 KiB
Changelog:
* Thu Oct 24 2019 Kalev Lember <klember(a)redhat.com> - 3.34.0-1
- Update to 3.34.0
Package: gnome-music-3.34.1-1.fc32
Old package: gnome-music-3.34.0-1.fc32
Summary: Music player and management application for GNOME
RPMs: gnome-music
Size: 2.58 MiB
Size change: 1.72 KiB
Changelog:
* Sat Oct 26 2019 Kalev Lember <klember(a)redhat.com> - 3.34.1-1
- Update to 3.34.1
Package: gnome-shell-extension-netspeed-3.30-0.6.20191015gitafff448.fc32
Old package: gnome-shell-extension-netspeed-3.30-0.4.20190430gita62e19b.fc31
Summary: A gnome-shell extension to show speed of the internet
RPMs: gnome-shell-extension-netspeed
Size: 31.56 KiB
Size change: 2.65 KiB
Changelog:
* Fri Oct 25 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 3.30-0.5.20191015gitafff448
- Update to 3.30-0.5.20191015gitafff448
* Fri Oct 25 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 3.30-0.6.20191015gitafff448
- Add missing locales
Package: golang-github-jinzhu-now-1.1.1-1.fc32
Old package: golang-github-jinzhu-now-1.0.1-2.fc31
Summary: Time toolkit for Go
RPMs: golang-github-jinzhu-now-devel
Size: 15.23 KiB
Size change: 708 B
Changelog:
* Fri Oct 25 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.1.1-1
- Update to latest version
Package: grisbi-1.2.2-1.fc32
Old package: grisbi-1.0.0-11.fc31
Summary: Personal finances manager
RPMs: grisbi
Size: 28.84 MiB
Size change: 886.90 KiB
Changelog:
* Wed Oct 02 2019 Aurelien Bompard <abompard(a)fedoraproject.org> - 1.2.2-1
- Version 1.2.2
Package: gtkmm30-3.24.2-1.fc32
Old package: gtkmm30-3.24.1-2.fc31
Summary: C++ interface for the GTK+ library
RPMs: gtkmm30 gtkmm30-devel gtkmm30-doc
Size: 20.48 MiB
Size change: 809.92 KiB
Changelog:
* Thu Oct 24 2019 Kalev Lember <klember(a)redhat.com> - 3.24.2-1
- Update to 3.24.2
Package: htslib-1.9-2.fc32
Old package: htslib-1.9-1.fc32
Summary: C library for high-throughput sequencing data formats
RPMs: htslib htslib-devel htslib-tools
Size: 4.55 MiB
Size change: 272.50 KiB
Changelog:
* Tue Oct 22 2019 Jun Aruga <jaruga(a)redhat.com> - 1.9-2
- Add configure script.
- Enable separately-compiled plugins.
- Enable support for Google Cloud Storage URLs.
- Enable libcurl-based support for http/https/etc URLs.
- Enable support for Amazon AWS S3 URLs.
- Move the man5 page files to main package.
Package: hypre-2.18.1-1.fc32
Old package: hypre-2.18.0-2.fc32
Summary: High performance matrix preconditioners
RPMs: hypre hypre-devel hypre-doc hypre-mpich hypre-mpich-devel hypre-openmpi hypre-openmpi-devel
Size: 30.56 MiB
Size change: 17.91 KiB
Changelog:
* Tue Oct 15 2019 Dave love <loveshack(a)fedoraproject.org> - 2.18.1-1
- New version
Package: icemon-3.3-1.fc32
Old package: icemon-3.2.0-1.fc31
Summary: Icecream GUI monitor
RPMs: icemon
Size: 933.96 KiB
Size change: -10.13 KiB
Changelog:
* Fri Sep 27 2019 Michal Schmidt <mschmidt(a)redhat.com> - 3.3-1
- Updated to 3.3
Package: initial-setup-0.3.77-1.fc32
Old package: initial-setup-0.3.76-1.fc32
Summary: Initial system configuration utility
RPMs: initial-setup initial-setup-gui
Size: 590.64 KiB
Size change: -566 B
Changelog:
* Thu Oct 24 2019 Martin Kolman <mkolman(a)redhat.com> - 0.3.77-1
- Run the installation tasks of the Localization module (vponcova)
- Use new DBus support for reading a kickstart file (vponcova)
- Use autosetup instead of setup (mkolman)
- Bump Anaconda version due to networking changes (mkolman)
Package: iwd-0.23-1.fc32
Old package: iwd-0.22-1.fc32
Summary: Wireless daemon for Linux
RPMs: iwd
Size: 2.16 MiB
Size change: 25.39 KiB
Changelog:
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 0.23-1
- Update to 0.23 release
Package: java-latest-openjdk-1:13.0.1.9-2.rolling.fc32
Old package: java-latest-openjdk-1:13.0.0.33-3.rolling.fc32
Summary: OpenJDK Runtime Environment 13
RPMs: java-latest-openjdk java-latest-openjdk-demo java-latest-openjdk-demo-slowdebug java-latest-openjdk-devel java-latest-openjdk-devel-slowdebug java-latest-openjdk-headless java-latest-openjdk-headless-slowdebug java-latest-openjdk-javadoc java-latest-openjdk-javadoc-zip java-latest-openjdk-jmods java-latest-openjdk-jmods-slowdebug java-latest-openjdk-slowdebug java-latest-openjdk-src java-latest-openjdk-src-slowdebug
Size: 2.76 GiB
Size change: -91.38 KiB
Changelog:
* Mon Oct 21 2019 Petra Alice Mikova <pmikova(a)redhat.com> - 1:13.0.1.9-1.rolling
- Updated to October 2019 CPU sources
* Fri Oct 25 2019 Petra Alice Mikova <pmikova(a)redhat.com> - 1:13.0.1.9-2.rolling
- Fixed hardcoded major version in jdk13u to macro
- added jdk8231405_guarantee_d_nonequals_null_failed_null_dominator_info.patch
- added jdk8231583_fix_register_clash_in_sbsa_resolve_forwarding_pointer_borrowing.patch
Package: kata-osbuilder-1.9.0-0.3.git4287ba6.fc32
Old package: kata-osbuilder-1.9.0-0.2.git4287ba6.fc32
Summary: Kata guest initrd and image build scripts
RPMs: kata-osbuilder
Size: 20.87 MiB
Size change: -522 B
Changelog:
* Thu Oct 24 2019 Cole Robinson <crobinso(a)redhat.com> - 1.9.0-0.3.git4287ba6
- Link to kernel in /usr/share/kata-containers, not /boot
Package: kdevelop-python-5.4.3-1.fc32
Old package: kdevelop-python-5.4.1-1.py3.fc31
Summary: Python 3 Plugin for KDevelop
RPMs: kdevelop-python
Size: 14.70 MiB
Size change: 111.57 KiB
Changelog:
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 5.4.1-2.py3
- Rebuilt for Python 3.8
* Tue Sep 03 2019 Jan Grulich <jgrulich(a)redhat.com> - 5.4.2-1.py3
- 5.4.2
* Tue Oct 22 2019 Jan Grulich <jgrulich(a)redhat.com> - 5.4.3-1
- 5.4.3
* Thu Oct 24 2019 Jan Grulich <jgrulich(a)redhat.com> - 5.4.3-2
- Build against Python 3.8
Package: kernel-5.4.0-0.rc4.git3.1.fc32
Old package: kernel-5.4.0-0.rc4.git2.1.fc32
Summary: The Linux kernel
RPMs: kernel kernel-core kernel-devel kernel-lpae kernel-lpae-core kernel-lpae-devel kernel-lpae-modules kernel-lpae-modules-extra kernel-modules kernel-modules-extra
Size: 369.38 MiB
Size change: 15.82 KiB
Changelog:
* Thu Oct 24 2019 Jeremy Cline <jcline(a)redhat.com> - 5.4.0-0.rc4.git3.1
- Linux v5.4-rc4-85-gf116b96685a0
Package: ledger-3.1.3-1.20191025git49b07a1.fc32
Old package: ledger-3.1.1-24.fc32
Summary: A powerful command-line double-entry accounting system
RPMs: ledger ledger-devel
Dropped RPMs: emacs-ledger emacs-ledger-el
Size: 11.22 MiB
Size change: -1.49 MiB
Changelog:
* Fri Oct 25 2019 Jani Juhani Sinervo <jani(a)sinervo.fi> - 3.1.3-1.20191025git49b07a1
- Update to version 3.1.3
- emacs-ledger and emacs-ledger-el have been separated from the main tree
- Enable tests
Package: libedit-3.1-29.20191025cvs.fc32
Old package: libedit-3.1-28.20190324cvs.fc31
Summary: The NetBSD Editline library
RPMs: libedit libedit-devel
Size: 870.92 KiB
Size change: -1.27 KiB
Changelog:
* Sat Oct 26 2019 Jerry James <loganjerry(a)gmail.com> - 3.1-29.20191025cvs
- New version (20191025-3.1)
Package: libell-0.25-1.fc32
Old package: libell-0.24-1.fc32
Summary: Embedded Linux library
RPMs: libell libell-devel
Size: 1.24 MiB
Size change: -129 B
Changelog:
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 0.25-1
- Update to 0.25 release
Package: libemu-0.2.0-13.20130410gitab48695.fc32
Old package: libemu-0.2.0-12.20130410gitab48695.fc32
Summary: The x86 shell-code detection and emulation
RPMs: libemu libemu-devel
Size: 2.01 MiB
Size change: 2.82 KiB
Changelog:
* Wed Oct 16 2019 Michal Ambroz <rebus at, seznam.cz> - 0.2.0-13.20130410gitab48695
- add back the Group tag for compatibility with EPEL
Package: libepoxy-1.5.3-5.fc32
Old package: libepoxy-1.5.3-4.fc32
Summary: epoxy runtime library
RPMs: libepoxy libepoxy-devel
Size: 2.26 MiB
Size change: 785 B
Changelog:
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 1.5.3-5
- Rebuild for libglvnd 1.2, drop work-arounds
Package: libglvnd-1:1.2.0-7.fc32
Old package: libglvnd-1:1.1.1-5.fc31
Summary: The GL Vendor-Neutral Dispatch library
RPMs: libglvnd libglvnd-core-devel libglvnd-devel libglvnd-egl libglvnd-gles libglvnd-glx libglvnd-opengl
Size: 3.44 MiB
Size change: 871.58 KiB
Changelog:
* Thu Oct 24 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:1.2.0-1
- libglvnd 1.2.0
* Fri Oct 25 2019 Pete Walter <pwalter(a)fedoraproject.org> - 1:1.2.0-2
- Sync headers with mesa
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 1:1.2.0-4
- Obsolete/Provide the bits moved from mesa so builds don't break
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 1:1.2.0-4
- Also provide old libGLES-devel
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 1:1.2.0-5
- provides shouldn't have been versioned
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 1:1.2.0-6
- Add %{?_isa} too, just for fun!
* Sat Oct 26 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 1:1.2.0-7
- Move from core to main
Package: libmodulemd-2.8.2-1.fc32
Old package: libmodulemd-2.8.1-1.fc32
Summary: Module metadata manipulation library
RPMs: libmodulemd libmodulemd-devel python3-libmodulemd
Size: 2.05 MiB
Size change: 3.12 KiB
Changelog:
* Thu Oct 24 2019 Stephen Gallagher <sgallagh(a)redhat.com> - 2.8.2-1
- Update to 2.8.2
- Use safer version of dup()
- Fix loading of YAML module stream with no module or stream name
Package: libnbd-1.1.7-1.fc32
Old package: libnbd-1.1.6-1.fc32
Summary: NBD client library in userspace
RPMs: libnbd libnbd-devel nbdfuse ocaml-libnbd ocaml-libnbd-devel python3-libnbd
Size: 3.01 MiB
Size change: 66.13 KiB
Changelog:
* Thu Oct 24 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.1.7-1
- New upstream version 1.1.7.
Package: libpasastro-1.1-8.20191024git4360b2a.fc32
Old package: libpasastro-1.1-7.20171110svn.fc31
Summary: Pascal interface for standard astronomy libraries
RPMs: libpasastro
Size: 1.72 MiB
Size change: 16.33 KiB
Changelog:
* Fri Oct 25 2019 Mattia Verga <mattia.verga(a)protonmail.com> - 1.1-8.20191024git4360b2a
- Update to git 4360b2a
- Added libpasraw.so
- Need LibRaw-devel as Build Require
Package: libreoffice-1:6.3.3.2-1.fc32
Old package: libreoffice-1:6.3.2.2-1.fc32
Summary: Free Software Productivity Suite
RPMs: autocorr-af autocorr-bg autocorr-ca autocorr-cs autocorr-da autocorr-de autocorr-dsb autocorr-el autocorr-en autocorr-es autocorr-fa autocorr-fi autocorr-fr autocorr-ga autocorr-hr autocorr-hsb autocorr-hu autocorr-is autocorr-it autocorr-ja autocorr-ko autocorr-lb autocorr-lt autocorr-mn autocorr-nl autocorr-pl autocorr-pt autocorr-ro autocorr-ru autocorr-sk autocorr-sl autocorr-sr autocorr-sv autocorr-tr autocorr-vi autocorr-zh libreoffice libreoffice-base libreoffice-bsh libreoffice-calc libreoffice-core libreoffice-data libreoffice-draw libreoffice-emailmerge libreoffice-filters libreoffice-gdb-debug-support libreoffice-glade libreoffice-graphicfilter libreoffice-gtk3 libreoffice-help-ar libreoffice-help-bg libreoffice-help-bn libreoffice-help-ca libreoffice-help-cs libreoffice-help-da libreoffice-help-de libreoffice-help-dz libreoffice-help-el libreoffice-help-en libreoffice-help-eo libreoffice-help-es libreoffice-help-et libreoffice-help-eu libreoffice-help-fi libreoffice-help-fr libreoffice-help-gl libreoffice-help-gu libreoffice-help-he libreoffice-help-hi libreoffice-help-hr libreoffice-help-hu libreoffice-help-id libreoffice-help-it libreoffice-help-ja libreoffice-help-ko libreoffice-help-lt libreoffice-help-lv libreoffice-help-nb libreoffice-help-nl libreoffice-help-nn libreoffice-help-pl libreoffice-help-pt-BR libreoffice-help-pt-PT libreoffice-help-ro libreoffice-help-ru libreoffice-help-si libreoffice-help-sk libreoffice-help-sl libreoffice-help-sv libreoffice-help-ta libreoffice-help-tr libreoffice-help-uk libreoffice-help-zh-Hans libreoffice-help-zh-Hant libreoffice-impress libreoffice-kde5 libreoffice-kf5 libreoffice-langpack-af libreoffice-langpack-ar libreoffice-langpack-as libreoffice-langpack-bg libreoffice-langpack-bn libreoffice-langpack-br libreoffice-langpack-ca libreoffice-langpack-cs libreoffice-langpack-cy libreoffice-langpack-da libreoffice-langpack-de libreoffice-langpack-dz libreoffice-langpack-el libreoffice-langpack-en libreoffice-langpack-eo libreoffice-langpack-es libreoffice-langpack-et libreoffice-langpack-eu libreoffice-langpack-fa libreoffice-langpack-fi libreoffice-langpack-fr libreoffice-langpack-ga libreoffice-langpack-gl libreoffice-langpack-gu libreoffice-langpack-he libreoffice-langpack-hi libreoffice-langpack-hr libreoffice-langpack-hu libreoffice-langpack-id libreoffice-langpack-it libreoffice-langpack-ja libreoffice-langpack-kk libreoffice-langpack-kn libreoffice-langpack-ko libreoffice-langpack-lt libreoffice-langpack-lv libreoffice-langpack-mai libreoffice-langpack-ml libreoffice-langpack-mr libreoffice-langpack-nb libreoffice-langpack-nl libreoffice-langpack-nn libreoffice-langpack-nr libreoffice-langpack-nso libreoffice-langpack-or libreoffice-langpack-pa libreoffice-langpack-pl libreoffice-langpack-pt-BR libreoffice-langpack-pt-PT libreoffice-langpack-ro libreoffice-langpack-ru libreoffice-langpack-si libreoffice-langpack-sk libreoffice-langpack-sl libreoffice-langpack-sr libreoffice-langpack-ss libreoffice-langpack-st libreoffice-langpack-sv libreoffice-langpack-ta libreoffice-langpack-te libreoffice-langpack-th libreoffice-langpack-tn libreoffice-langpack-tr libreoffice-langpack-ts libreoffice-langpack-uk libreoffice-langpack-ve libreoffice-langpack-xh libreoffice-langpack-zh-Hans libreoffice-langpack-zh-Hant libreoffice-langpack-zu libreoffice-librelogo libreoffice-math libreoffice-nlpsolver libreoffice-officebean libreoffice-officebean-common libreoffice-ogltrans libreoffice-opensymbol-fonts libreoffice-pdfimport libreoffice-postgresql libreoffice-pyuno libreoffice-rhino libreoffice-sdk libreoffice-sdk-doc libreoffice-ure libreoffice-ure-common libreoffice-wiki-publisher libreoffice-writer libreoffice-x11 libreoffice-xsltfilter libreofficekit libreofficekit-devel
Size: 1.66 GiB
Size change: 78.80 MiB
Changelog:
* Thu Oct 24 2019 Caol��n McNamara <caolanm(a)redhat.com> - 1:6.3.3.2-1
- latest stable release
Package: libxkbcommon-0.9.1-1.fc32
Old package: libxkbcommon-0.8.4-2.fc31
Summary: X.Org X11 XKB parsing library
RPMs: libxkbcommon libxkbcommon-devel libxkbcommon-x11 libxkbcommon-x11-devel
Size: 1.21 MiB
Size change: -31.01 KiB
Changelog:
* Mon Oct 21 2019 Peter Hutterer <peter.hutterer(a)redhat.com> 0.9.1-1
- libxkbcommon 0.9.1
Package: libxsmm-1.14-1.fc32
Old package: libxsmm-1.13-2.fc31
Summary: Small dense or sparse matrix multiplications and convolutions for x86_64
RPMs: libxsmm libxsmm-devel libxsmm-doc
Size: 2.88 MiB
Size change: 390.01 KiB
Changelog:
* Fri Oct 25 2019 Dave love <loveshack(a)fedoraproject.org> - 1.14-1
- New version
Package: logwatch-7.5.2-1.fc32
Old package: logwatch-7.5.1-3.fc31
Summary: A log file analysis program
RPMs: logwatch
Size: 377.94 KiB
Size change: 1.21 KiB
Changelog:
* Fri Oct 25 2019 Jan Syn����ek <jsynacek(a)redhat.com> - 7.5.2-1
- Update to 7.5.2 (#1765446)
Package: lollypop-1.2.2-1.fc32
Old package: lollypop-1.2.1-1.fc32
Summary: Music player for GNOME
RPMs: lollypop
Size: 807.33 KiB
Size change: -1.08 KiB
Changelog:
* Sat Oct 26 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.2-1
- Update to 1.2.2
Package: lua-lpeg-1.0.2-1.fc32
Old package: lua-lpeg-1.0.1-11.fc31
Summary: Parsing Expression Grammars for Lua
RPMs: lua-lpeg lua5.1-lpeg
Size: 500.08 KiB
Size change: 15.42 KiB
Changelog:
* Thu Oct 24 2019 Tomas Krizek <tomas.krizek(a)nic.cz> - 1.0.2-1
- Update to latest upstream release (BZ#1375680)
Package: magic-8.2.151-1.fc32
Old package: magic-8.2.145-1.fc32
Summary: A very capable VLSI layout tool
RPMs: magic magic-doc
Size: 9.07 MiB
Size change: 24.12 KiB
Changelog:
* Fri Oct 25 2019 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 8.2.151-1
- 8.2.151
Package: maradns-3.4.01-1.fc32
Old package: maradns-2.0.17-3.fc31
Summary: Authoritative and recursive DNS server made with security in mind
RPMs: maradns
Size: 2.16 MiB
Size change: 9.29 KiB
Changelog:
* Fri Oct 25 2019 Tomek Torcz <tomek(a)pipebreaker.pl> - 3.4.01-1
- new version (rhbz#1765310)
Package: maven-1:3.6.1-1.fc32
Old package: maven-1:3.5.4-12.fc32
Summary: Java project management and project comprehension tool
RPMs: maven maven-javadoc maven-lib
Size: 5.50 MiB
Size change: 2.96 MiB
Changelog:
* Wed Oct 16 2019 Fabio Valentini <decathorpe(a)gmail.com> - 1:3.6.1-1
- Update to version 3.6.1.
Package: mbuffer-20191016-1.fc32
Old package: mbuffer-20190725-1.fc32
Summary: Measuring Buffer is an enhanced version of buffer
RPMs: mbuffer
Size: 370.80 KiB
Size change: 2.62 KiB
Changelog:
* Sat Oct 26 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 20191016-1
- Update to new upstream version 20191016
Package: megaglest-3.13.0-2.fc32
Old package: megaglest-3.13.0-1.fc32
Summary: Open Source 3d real time strategy game
RPMs: megaglest
Size: 17.15 MiB
Size change: 14.11 KiB
Changelog:
* Thu Oct 24 2019 Scott Talbert <swt(a)techie.net> - 3.13.0-2
- Rebuild with wxWidgets GTK3 build
Package: mesa-19.2.2-3.fc32
Old package: mesa-19.2.1-2.fc32
Summary: Mesa graphics libraries
RPMs: mesa-dri-drivers mesa-filesystem mesa-libEGL mesa-libEGL-devel mesa-libGL mesa-libGL-devel mesa-libOSMesa mesa-libOSMesa-devel mesa-libOpenCL mesa-libOpenCL-devel mesa-libd3d mesa-libd3d-devel mesa-libgbm mesa-libgbm-devel mesa-libglapi mesa-libxatracker mesa-libxatracker-devel mesa-omx-drivers mesa-vdpau-drivers mesa-vulkan-devel mesa-vulkan-drivers
Dropped RPMs: mesa-khr-devel mesa-libGLES mesa-libGLES-devel
Size: 149.29 MiB
Size change: -1.94 MiB
Changelog:
* Fri Oct 25 2019 Pete Walter <pwalter(a)fedoraproject.org> - 19.2.2-1
- Update to 19.2.2
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 19.2.2-2
- Rebuild against libglvnd 1.2
- Fix up and remove bits now in libglvnd
* Fri Oct 25 2019 Peter Robinson <pbrobinson(a)gmail.com> - 19.2.2-3
- adjust mesa-khr-devel requires now provided by libglvnd
Package: metis-5.1.0-22.fc32
Old package: metis-5.1.0-21.fc31
Summary: Serial Graph Partitioning and Fill-reducing Matrix Ordering
RPMs: metis metis-devel metis64 metis64-devel
Size: 5.67 MiB
Size change: -2.88 KiB
Changelog:
* Thu Oct 24 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 5.1.0-22
- Fix descriptions
Package: minetestmapper-20191011-1.fc32
Old package: minetestmapper-20180325-5.fc31
Summary: Generates a overview image of a minetest map
RPMs: minetestmapper
Size: 361.62 KiB
Size change: 17 B
Changelog:
* Fri Oct 25 2019 Gwyn Ciesla <gwync(a)protonmail.com> - 20191011-1
- 2019-10-11
Package: mingw-gtkmm30-3.24.2-1.fc32
Old package: mingw-gtkmm30-3.24.1-2.fc32
Summary: MinGW Windows C++ interface for the GTK+ library
RPMs: mingw32-gtkmm30 mingw64-gtkmm30
Size: 3.59 MiB
Size change: 256 B
Changelog:
* Thu Oct 24 2019 Sandro Mani <manisandro(a)gmail.com> - 3.24.2-1
- Update to 3.24.2
Package: mingw-numpy-1.17.3-2.fc32
Old package: mingw-numpy-1.17.3-1.fc32
Summary: MinGW Windows Python numpy library
RPMs: mingw32-python3-numpy mingw64-python3-numpy
Size: 8.54 MiB
Size change: 40.74 KiB
Changelog:
* Thu Oct 24 2019 Sandro Mani <manisandro(a)gmail.com> - 1.17.3-2
- Link devel files to include dir
- Add missing headers
Package: mingw-pango-1.44.7-1.fc32
Old package: mingw-pango-1.44.6-2.fc32
Summary: MinGW Windows Pango library
RPMs: mingw32-pango mingw32-pango-static mingw64-pango mingw64-pango-static
Size: 1.04 MiB
Size change: -1.64 KiB
Changelog:
* Sat Oct 26 2019 Sandro Mani <manisandro(a)gmail.com> - 1.44.7-1
- Update to 1.44.7
Package: mingw-spatialindex-1.9.3-1.fc32
Old package: mingw-spatialindex-1.9.2-1.fc32
Summary: MinGW Windows spatialindex library
RPMs: mingw32-spatialindex mingw64-spatialindex
Size: 708.59 KiB
Size change: 150 B
Changelog:
* Sat Oct 26 2019 Sandro Mani <manisandro(a)gmail.com> - 1.9.3-1
- Update to 1.9.3
Package: mmapper-19.10.0-1.fc32
Old package: mmapper-19.04.0-1.fc32
Summary: Graphical MUME mapper
RPMs: mmapper
Size: 11.51 MiB
Size change: 2.29 MiB
Changelog:
* Sat Oct 26 2019 Kalev Lember <klember(a)redhat.com> - 19.10.0-1
- Update to 19.10.0
- Disable github version checks
Package: munin-2.0.51-1.fc32
Old package: munin-2.0.49-4.fc31
Summary: Network-wide resource monitoring tool
RPMs: munin munin-apache munin-cgi munin-common munin-nginx munin-node munin-plugins-ruby
Size: 687.63 KiB
Size change: 1.15 KiB
Changelog:
* Thu Oct 17 2019 Kim B. Heino <b(a)bbbs.net> - 2.0.50-1
- Upgrade to 2.0.50
* Thu Oct 17 2019 Kim B. Heino <b(a)bbbs.net> - 2.0.50-2
- Revert 290650ee2c as it breaks munin-limits on rhel
* Sat Oct 19 2019 Kim B. Heino <b(a)bbbs.net> - 2.0.51-1
- Upgrade to 2.0.51
Package: nbdkit-1.15.6-1.fc32
Old package: nbdkit-1.15.5-1.fc32
Summary: NBD server
RPMs: nbdkit nbdkit-bash-completion nbdkit-basic-filters nbdkit-basic-plugins nbdkit-curl-plugin nbdkit-devel nbdkit-example-plugins nbdkit-ext2-plugin nbdkit-guestfs-plugin nbdkit-gzip-plugin nbdkit-iso-plugin nbdkit-libvirt-plugin nbdkit-linuxdisk-plugin nbdkit-lua-plugin nbdkit-nbd-plugin nbdkit-ocaml-plugin nbdkit-ocaml-plugin-devel nbdkit-perl-plugin nbdkit-python-plugin nbdkit-ruby-plugin nbdkit-server nbdkit-ssh-plugin nbdkit-tar-plugin nbdkit-tcl-plugin nbdkit-vddk-plugin nbdkit-xz-filter
Size: 6.31 MiB
Size change: -9.58 KiB
Changelog:
* Thu Oct 24 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.15.6-1
- New upstream version 1.15.6.
Package: nekovm-2.3.0-1.fc32
Old package: nekovm-2.2.0-11.fc31
Summary: Neko embedded scripting language and virtual machine
RPMs: nekovm nekovm-devel
Size: 2.63 MiB
Size change: -2.08 KiB
Changelog:
* Sat Oct 26 2019 Andy Li <andy(a)onthewings.net> - 2.3.0-1
- New upstream version 2.3.0.
Package: netcdf4-python-1.5.3-1.fc32
Old package: netcdf4-python-1.5.2-2.fc32
Summary: Python/numpy interface to netCDF
RPMs: netcdf4-python python3-netcdf4
Size: 2.95 MiB
Size change: -25.73 KiB
Changelog:
* Thu Oct 24 2019 Orion Poplawski <orion(a)nwra.com> - 1.5.3-1
- Update to 1.5.3
Package: officeparser-0.20180820-1.fc32
Old package: officeparser-0.20140818-11.fc31
Summary: Parse the format of OLE compound documents used by MS Office applications
RPMs: officeparser
Size: 18.66 KiB
Size change: 224 B
Changelog:
* Fri Oct 25 2019 Michal Ambroz <rebus AT_ seznam.cz> - 0.20180820-1
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.20140818-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Package: opal-prd-6.5.1-1.fc32
Old package: opal-prd-6.5-1.fc32
Summary: OPAL Processor Recovery Diagnostics Daemon
RPMs: opal-firmware opal-prd opal-utils
Size: 1005.87 KiB
Size change: 564 B
Changelog:
* Thu Oct 24 2019 Dan Hor��k <dan(a)danny.cz> - 6.5.1-1
- update to 6.5.1
Package: openvpn-auth-ldap-2.0.4-1.fc32
Old package: openvpn-auth-ldap-2.0.3-28.fc31
Summary: OpenVPN plugin for LDAP authentication
RPMs: openvpn-auth-ldap
Size: 301.09 KiB
Size change: 40.31 KiB
Changelog:
* Fri Oct 25 2019 Orion Poplawski <orion(a)nwra.com> - 2.0.4-1
- Update to 2.0.4
- Build against openvpn-plugin.h from openvpn-devel
Package: pango-1.44.7-1.fc32
Old package: pango-1.44.6-1.fc32
Summary: System for layout and rendering of internationalized text
RPMs: pango pango-devel pango-tests
Size: 5.23 MiB
Size change: 5.90 KiB
Changelog:
* Fri Oct 25 2019 Kalev Lember <klember(a)redhat.com> - 1.44.7-1
- Update to 1.44.7
Package: panoglview-0.2.2-29.fc32
Old package: panoglview-0.2.2-28.fc31
Summary: Immersive viewer for spherical panoramas
RPMs: panoglview
Size: 449.14 KiB
Size change: -424 B
Changelog:
* Thu Oct 24 2019 Scott Talbert <swt(a)techie.net> - 0.2.2-29
- Rebuild with wxWidgets GTK3 build
Package: pdc-client-1.8.0-17.fc32
Old package: pdc-client-1.8.0-15.fc32
Summary: Console client for interacting with Product Definition Center
RPMs: pdc-client python3-pdc-client
Size: 104.02 KiB
Size change: 12 B
Changelog:
* Fri Oct 25 2019 Lubom��r Sedl���� <lsedlar(a)redhat.com> - 1.8.0-16
- Require pdc-client from python subpackage
* Fri Oct 25 2019 Lubom��r Sedl���� <lsedlar(a)redhat.com> - 1.8.0-17
- Bump release to be the same as 31
Package: perl-CPAN-FindDependencies-2.49-1.fc32
Old package: perl-CPAN-FindDependencies-2.48-4.fc31
Summary: Find dependencies for modules on CPAN
RPMs: perl-CPAN-FindDependencies
Size: 38.09 KiB
Size change: 159 B
Changelog:
* Thu Oct 24 2019 Jitka Plesnikova <jplesnik(a)redhat.com> - 2.49-1
- 2.49 bump
Package: perl-Clone-Choose-0.010-7.fc32
Old package: perl-Clone-Choose-0.010-6.fc31
Summary: Choose appropriate clone utility
RPMs: perl-Clone-Choose
Size: 15.52 KiB
Size change: 329 B
Changelog:
* Fri Oct 25 2019 Paul Howarth <paul(a)city-fan.org> - 0.010-7
- Spec tidy-up
- Use author-independent source URL
- Drop redundant use of %{?perl_default_filter}
- Follow upstream guidance (META.json) on run-time dependencies
- Use %{make_build} and %{make_install}
- Fix permissions verbosely
- Make %files list more explicit
Package: perl-Clone-PP-1.07-10.fc32
Old package: perl-Clone-PP-1.07-9.fc31
Summary: Recursively copy Perl data-types
RPMs: perl-Clone-PP
Size: 15.22 KiB
Size change: 66 B
Changelog:
* Fri Oct 25 2019 Paul Howarth <paul(a)city-fan.org> - 1.07-10
- Spec tidy-up
- Classify buildreqs by usage
- Fix permissions verbosely
- Make %files list more explicit
Package: perl-Convert-UUlib-2:1.6-1.fc32
Old package: perl-Convert-UUlib-2:1.5-14.fc31
Summary: Perl interface to the uulib library
RPMs: perl-Convert-UUlib
Size: 1.08 MiB
Size change: 2.36 KiB
Changelog:
* Thu Oct 24 2019 Robert Scheck <robert(a)fedoraproject.org> 2:1.6-1
- Upgrade to 1.6 (#1711098)
Package: perl-Crypt-Blowfish-2.14-16.fc32
Old package: perl-Crypt-Blowfish-2.14-15.fc31
Summary: XS Blowfish implementation for Perl
RPMs: perl-Crypt-Blowfish
Size: 141.50 KiB
Size change: -292 B
Changelog:
* Fri Oct 25 2019 Paul Howarth <paul(a)city-fan.org> - 2.14-16
- Spec tidy-up
- Use author-independent source URL
- Simplify find commands using -empty and -delete
- Fix permissions verbosely
- Make %files list more explicit
Package: perl-HTTP-Cookies-6.05-1.fc32
Old package: perl-HTTP-Cookies-6.04-7.fc31
Summary: HTTP cookie jars
RPMs: perl-HTTP-Cookies
Size: 37.43 KiB
Size change: 811 B
Changelog:
* Thu Oct 24 2019 Jitka Plesnikova <jplesnik(a)redhat.com> - 6.05-1
- 6.05 bump
Package: perl-Hash-Merge-0.300-8.fc32
Old package: perl-Hash-Merge-0.300-7.fc31
Summary: Merges arbitrary deep hashes into a single hash
RPMs: perl-Hash-Merge
Size: 20.12 KiB
Size change: 192 B
Changelog:
* Fri Oct 25 2019 Paul Howarth <paul(a)city-fan.org> - 0.300-8
- Spec tidy-up
- Use author-independent source URL
- Drop redundant use of %{?perl_default_filter}
- Use %{make_build} and %{make_install}
- Fix permissions verbosely
- Make %files list more explicit
Package: perl-IO-CaptureOutput-1.1104-15.fc32
Old package: perl-IO-CaptureOutput-1.1104-14.fc31
Summary: Capture STDOUT/STDERR from sub-processes and XS/C modules
RPMs: perl-IO-CaptureOutput
Size: 28.23 KiB
Size change: 7.95 KiB
Changelog:
* Fri Oct 25 2019 Paul Howarth <paul(a)city-fan.org> - 1.1104-15
- Spec tidy-up
- Use author-independent source URL
- Specify all dependencies
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Simplify find command using -delete
- Don't need to remove empty directories from the buildroot
- Fix permissions verbosely
- Package CONTRIBUTING.mkdn and LICENSE files
- Make %files list more explicit
Package: perl-LWP-Protocol-PSGI-0.11-1.fc32
Old package: perl-LWP-Protocol-PSGI-0.10-8.fc31
Summary: Override LWP's HTTP/HTTPS backend with your own PSGI application
RPMs: perl-LWP-Protocol-PSGI
Size: 24.43 KiB
Size change: 26 B
Changelog:
* Fri Oct 25 2019 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.11-1
- 0.11 bump
Package: perl-MooseX-Getopt-0.74-6.fc32
Old package: perl-MooseX-Getopt-0.74-5.fc31
Summary: Moose role for processing command line options
RPMs: perl-MooseX-Getopt
Size: 84.21 KiB
Size change: -104 B
Changelog:
* Thu Oct 24 2019 aul Howarth <paul(a)city-fan.org> - 0.74-6
- Avoid the need for bootstrapping EPEL builds
Package: perl-Net-Whois-Raw-2.99.026-1.fc32
Old package: perl-Net-Whois-Raw-2.99.024-1.fc32
Summary: Get Whois information for domains
RPMs: perl-Net-Whois-Raw pwhois
Size: 92.07 KiB
Size change: 385 B
Changelog:
* Thu Oct 24 2019 Jitka Plesnikova <jplesnik(a)redhat.com> - 2.99.025-1
- 2.99025 bump
* Fri Oct 25 2019 Jitka Plesnikova <jplesnik(a)redhat.com> - 2.99.026-1
- 2.99026 bump
Package: perl-PPI-HTML-1.08-21.fc32
Old package: perl-PPI-HTML-1.08-20.fc31
Summary: Generate syntax-highlighted HTML for Perl using PPI
RPMs: perl-PPI-HTML
Size: 25.46 KiB
Size change: 252 B
Changelog:
* Thu Oct 24 2019 Paul Howarth <paul(a)city-fan.org> - 1.08-21
- Spec tidy-up
- Use author-independent source URL
- Specify all build dependencies
- Simplify find command using -delete
- Fix permissions verbosely
- Use %license
- Make %files list more explicit
Package: perl-PerlIO-via-Timeout-0.32-13.fc32
Old package: perl-PerlIO-via-Timeout-0.32-12.fc31
Summary: PerlIO layer that adds read & write timeout to a handle
RPMs: perl-PerlIO-via-Timeout
Size: 22.00 KiB
Size change: 1.14 KiB
Changelog:
* Sat Oct 26 2019 Paul Howarth <paul(a)city-fan.org> - 0.32-13
- Spec tidy-up
- Use author-independent source URL
- Switch to upstream's preferred flow, using Module::Build::Tiny
- Classify buildreqs by usage
- Make %files list more explicit
Package: perl-Pod-Coverage-Moose-0.07-13.fc32
Old package: perl-Pod-Coverage-Moose-0.07-12.fc31
Summary: Pod::Coverage extension for Moose
RPMs: perl-Pod-Coverage-Moose
Size: 23.03 KiB
Size change: 2.25 KiB
Changelog:
* Sat Oct 26 2019 Paul Howarth <paul(a)city-fan.org> - 0.07-13
- Spec tidy-up
- Use author-independent source URL
- Drop redundant use of %{?perl_default_filter}
- Switch to upstream's preferred flow, using Module::Build::Tiny
- Fix permissions verbosely
- Package CONTRIBUTING file
- Make %files list more explicit
Package: perl-Proc-ProcessTable-0.59-3.fc32
Old package: perl-Proc-ProcessTable-0.59-2.fc31
Summary: Perl extension to access the Unix process table
RPMs: perl-Proc-ProcessTable
Size: 238.87 KiB
Size change: -190 B
Changelog:
* Thu Oct 24 2019 Paul Howarth <paul(a)city-fan.org> - 0.59-3
- Spec tidy-up
- Classify buildreqs by usage
- Use %{make_build} and %{make_install}
- Simplify find command using -empty
- Make %files list more explicit
Package: perl-Role-Tiny-2.001004-1.fc32
Old package: perl-Role-Tiny-2.001003-1.fc32
Summary: A nouvelle cuisine portion size slice of Moose
RPMs: perl-Role-Tiny
Size: 33.14 KiB
Size change: 236 B
Changelog:
* Fri Oct 25 2019 Paul Howarth <paul(a)city-fan.org> - 2.001004-1
- Update to 2.001004
Package: perl-Scalar-List-Utils-3:1.53-439.fc32
Old package: perl-Scalar-List-Utils-3:1.52-439.fc32
Summary: A selection of general-utility scalar and list subroutines
RPMs: perl-Scalar-List-Utils
Size: 327.88 KiB
Size change: 395 B
Changelog:
* Mon Aug 19 2019 Jan Pazdziora <jpazdziora(a)redhat.com> - 3:1.52-439
- 1742608 - Rebase to upstream version 1.52.
* Fri Oct 25 2019 Jan Pazdziora <jpazdziora(a)redhat.com> - 3:1.53-439
- 1765091 - Rebase to upstream version 1.53.
Package: perl-Term-Shell-0.11-3.fc32
Old package: perl-Term-Shell-0.11-2.fc31
Summary: Simple command-line shell framework
RPMs: perl-Term-Shell
Dropped RPMs: perl-Term-Shell-tests
Size: 50.08 KiB
Size change: -2.08 KiB
Changelog:
* Sat Oct 26 2019 Paul Howarth <paul(a)city-fan.org> - 0.11-3
- Spec tidy-up
- Follow upstream's guidance on optional dependencies
- Package examples and LICENSE file
- Drop tests sub-package
- Fix permissions verbosely
- Make %files list more explicit
Package: perl-libwww-perl-6.40-1.fc32
Old package: perl-libwww-perl-6.39-3.fc31
Summary: A Perl interface to the World-Wide Web
RPMs: perl-libwww-perl
Size: 201.24 KiB
Size change: 769 B
Changelog:
* Fri Oct 25 2019 Jitka Plesnikova <jplesnik(a)redhat.com> - 6.40-1
- 6.40 bump
Package: php-PsrLog-1.1.1-1.fc32
Old package: php-PsrLog-1.1.0-3.fc31
Summary: Common interface for logging libraries
RPMs: php-PsrLog
Size: 14.92 KiB
Size change: -24 B
Changelog:
* Fri Oct 25 2019 Remi Collet <remi(a)remirepo.net> - 1.1.1-1
- update to 1.1.1
Package: php-jsonlint-1.7.2-1.fc32
Old package: php-jsonlint-1.7.1-5.fc31
Summary: JSON Lint for PHP
RPMs: php-jsonlint
Size: 18.65 KiB
Size change: -46 B
Changelog:
* Fri Oct 25 2019 Remi Collet <remi(a)remirepo.net> - 1.7.2-1
- update to 1.7.2
Package: php-kolab-net-ldap3-1.1.3-1.fc32
Old package: php-kolab-net-ldap3-1.1.1-1.fc32
Summary: Advanced functionality for accessing LDAP directories
RPMs: php-kolab-net-ldap3
Size: 41.13 KiB
Size change: 101 B
Changelog:
* Thu Oct 24 2019 Remi Collet <remi(a)remirepo.net> - 1.1.3-1
- update to 1.1.3
Package: php-pecl-http-3.2.2-1.fc32
Old package: php-pecl-http-3.2.1-3.fc32
Summary: Extended HTTP support
RPMs: php-pecl-http php-pecl-http-devel
Size: 1.69 MiB
Size change: -1.30 KiB
Changelog:
* Thu Oct 24 2019 Remi Collet <remi(a)remirepo.net> - 3.2.2-1
- update to 3.2.2
Package: php-pecl-raphf-2.0.1-1.fc32
Old package: php-pecl-raphf-2.0.0-12.fc32
Summary: Resource and persistent handles factory
RPMs: php-pecl-raphf php-pecl-raphf-devel
Size: 209.97 KiB
Size change: -1.50 KiB
Changelog:
* Fri Oct 25 2019 Remi Collet <remi(a)remirepo.net> - 2.0.1-1
- update to 2.0.1
Package: plexus-pom-5.1-1.fc32
Old package: plexus-pom-5.0-6.fc31
Summary: Root Plexus Projects POM
RPMs: plexus-pom
Size: 15.24 KiB
Size change: -84 B
Changelog:
* Thu Oct 24 2019 Fabio Valentini <decathorpe(a)gmail.com> - 5.1-1
- Update to version 5.1.
Package: podman-2:1.6.3-0.18.dev.gitea46937.fc32
Old package: podman-2:1.6.3-0.13.dev.git674dc2b.fc32
Summary: Manage Pods, Containers and Container Images
RPMs: podman podman-docker podman-manpages podman-remote podman-tests
Size: 108.08 MiB
Size change: -166.25 KiB
Changelog:
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.6.3-0.14.dev.git43b1c2f
- autobuilt 43b1c2f
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.6.3-0.15.dev.gitba4a808
- autobuilt ba4a808
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.6.3-0.16.dev.git77c7a28
- autobuilt 77c7a28
* Fri Oct 25 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.6.3-0.17.dev.gita01cb22
- autobuilt a01cb22
* Sat Oct 26 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.6.3-0.18.dev.gitea46937
- autobuilt ea46937
Package: pycairo-1.18.2-1.fc32
Old package: pycairo-1.18.1-4.fc32
Summary: Python bindings for the cairo library
RPMs: python2-cairo python2-cairo-devel python3-cairo python3-cairo-devel
Size: 1.23 MiB
Size change: 2.17 KiB
Changelog:
* Thu Oct 24 2019 Kalev Lember <klember(a)redhat.com> - 1.18.2-1
- Update to 1.18.2
Package: pypy-7.2.0-3.fc32
Old package: pypy-7.2.0-2.fc32
Summary: Python implementation with a Just-In-Time compiler
RPMs: pypy pypy-devel pypy-libs
Size: 97.28 MiB
Size change: 4.27 MiB
Changelog:
* Wed Oct 23 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 7.2.0-3
- Enable JIT on aarch64
Package: pypy3-7.2.0-2.fc32
Old package: pypy3-7.2.0-1.fc32
Summary: Python 3 implementation with a Just-In-Time compiler
RPMs: pypy3 pypy3-devel pypy3-libs
Size: 96.35 MiB
Size change: 2.67 MiB
Changelog:
* Wed Oct 23 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 7.2.0-2
- Enable JIT on aarch64
Package: pytest-4.6.6-1.fc32
Old package: pytest-4.6.5-4.fc32
Summary: Simple powerful testing with Python
RPMs: python3-pytest
Size: 1.32 MiB
Size change: 1.05 KiB
Changelog:
* Fri Oct 25 2019 Thomas Moschny <thomas.moschny(a)gmx.de> - 4.6.6-1
- Update to 4.6.6.
Package: python-PyGithub-1.44-1.fc32
Old package: python-PyGithub-1.43.8-3.fc32
Summary: Python library to work with the Github API
RPMs: python3-pygithub
Size: 215.43 KiB
Size change: 379 B
Changelog:
* Wed Oct 23 2019 Jiri Popelka <jpopelka(a)redhat.com> - 1.44-1
- Latest upstream
Package: python-aiohttp-3.6.2-1.fc32
Old package: python-aiohttp-3.6.1-1.fc32
Summary: Python HTTP client/server for asyncio
RPMs: python3-aiohttp
Size: 1.76 MiB
Size change: 7.11 KiB
Changelog:
* Fri Oct 25 2019 Fabian Affolter <mail(a)fabian-affolter.ch> - 3.6.2-1
- Update to new upstream version 3.6.2
Package: python-blivet-1:3.1.6-1.fc32
Old package: python-blivet-1:3.1.5-4.fc32
Summary: A python module for system storage configuration
RPMs: blivet-data python3-blivet
Size: 873.55 KiB
Size change: 1.82 KiB
Changelog:
* Fri Oct 25 2019 Vojtech Trefny <vtrefny(a)redhat.com> - 3.1.6-1
- Do not allow creating VGs with PVs with different sector size (vtrefny)
- Add a new "sector_size" property to storage devices. (vtrefny)
- Ignore invalid-overridden-method warning for abstract properties (vtrefny)
- Change NFSMount._availability_errors to a property (vtrefny)
- Fix util.detect_virt function (vtrefny)
- Do not try to normalize size for zero size device factories (vtrefny)
- Always set default key size to 512 bits for ciphers with XTS mode (vtrefny)
Package: python-chaospy-3.0.14-1.fc32
Old package: python-chaospy-3.0.11-3.fc32
Summary: Numerical tool for performing uncertainty quantification using polynomial
RPMs: python-chaospy-doc python3-chaospy
Size: 17.79 MiB
Size change: 7.65 KiB
Changelog:
* 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
Package: python-colorclass-2.2.0-8.fc32
Old package: python-colorclass-2.2.0-7.fc32
Summary: Yet another ANSI color text library for Python
RPMs: python2-colorclass python3-colorclass
Size: 79.19 KiB
Size change: -239 B
Changelog:
* Thu Oct 03 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 2.2.0-8
- Rebuilt for Python 3.8.0rc1 (#1748018)
Package: python-cycler-0.10.0-13.fc32
Old package: python-cycler-0.10.0-12.fc32
Summary: Cycle through lists in various ways (used by matplotlib)
RPMs: python3-cycler
Dropped RPMs: python2-cycler
Size: 19.30 KiB
Size change: -18.64 KiB
Changelog:
* Thu Oct 24 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 0.10.0-13
- Subpackage python2-cycler has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
Package: python-feedparser-5.2.1-13.fc32
Old package: python-feedparser-5.2.1-12.fc32
Summary: Parse RSS and Atom feeds in Python
RPMs: python-feedparser-doc python3-feedparser
Dropped RPMs: python2-feedparser
Size: 390.35 KiB
Size change: -104.32 KiB
Changelog:
* Thu Oct 24 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 5.2.1-13
- Subpackage python2-feedparser has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
Package: python-fido2-0.7.2-1.fc32
Old package: python-fido2-0.7.1-1.fc32
Summary: Functionality for FIDO 2.0, including USB device communication
RPMs: python3-fido2
Size: 201.70 KiB
Size change: 12.39 KiB
Changelog:
* Thu Oct 24 2019 Orion Poplawski <orion(a)nwra.com> - 0.7.2-1
- Update to 0.7.2
Package: python-lark-parser-0.7.7-1.fc32
Old package: python-lark-parser-0.7.1-4.fc32
Summary: Lark is a modern general-purpose parsing library for Python
RPMs: python3-lark-parser
Size: 229.78 KiB
Size change: -4.06 KiB
Changelog:
* Fri Oct 25 2019 Thomas Andrejak <thomas.andrejak(a)c-s.fr> - 0.7.7-1
- Update to 0.7.7
Package: python-nibabel-2.5.1-1.fc32
Old package: python-nibabel-2.5.0-3.fc32
Summary: Python package to access a cacophony of neuro-imaging file formats
RPMs: python3-nibabel
Size: 3.19 MiB
Size change: 3.70 KiB
Changelog:
* Fri Oct 25 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.5.1-1
- Update to 2.5.1
Package: python-oauth2client-4.1.3-8.fc32
Old package: python-oauth2client-4.1.3-7.fc32
Summary: Python client library for OAuth 2.0
RPMs: python3-oauth2client
Size: 139.85 KiB
Size change: 33 B
Changelog:
* Sat Oct 26 2019 Orion Poplawski <orion(a)nwra.com> - 4.1.3-8
- Drop py3dir
- Drop obsolete dependency on python-gflags
Package: python-pam-1.8.4-6.fc32
Old package: python-pam-1.8.4-5.fc32
Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux
RPMs: python3-pam
Dropped RPMs: python2-pam
Size: 16.02 KiB
Size change: -15.79 KiB
Changelog:
* Thu Oct 24 2019 Juan Orti Alcaine <jortialc(a)redhat.com> - 1.8.4-6
- Drop python2 support
Package: python-pep517-0.7.0-0.fc32
Old package: python-pep517-0.5.0-4.fc32
Summary: Wrappers to build Python packages using PEP 517 hooks
RPMs: python3-pep517
Size: 37.64 KiB
Size change: 6.94 KiB
Changelog:
* Wed Oct 23 2019 Petr Viktorin <pviktori(a)redhat.com> - 0.7.0-1
- Update to version 0.7.0
- Change dependency from pytoml to toml
Package: python-pynwb-1.1.2-1.fc32
Old package: python-pynwb-1.1.0-2.fc32
Summary: PyNWB is a Python package for working with NWB files
RPMs: python3-pynwb
Size: 115.03 KiB
Size change: -12.69 KiB
Changelog:
* Fri Oct 25 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.1.2-1
- Update to 1.1.2
Package: python-pysb-1.10.0-1.fc32
Old package: python-pysb-1.9.1-4.fc32
Summary: Rule-based modeling of biochemical systems as Python programs
RPMs: python-pysb-doc python3-pysb
Size: 804.74 KiB
Size change: 21.91 KiB
Changelog:
* Fri Oct 25 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.10.0-1
- Update to 1.10.0
Package: python-tabulate-0.8.5-1.fc32
Old package: python-tabulate-0.8.3-7.fc32
Summary: Pretty-print tabular data in Python, a library and a command-line utility
RPMs: python3-tabulate
Size: 44.85 KiB
Size change: -1.62 KiB
Changelog:
* Fri Oct 25 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.8.5-1
- Update to 0.8.5
Package: python-wxpython4-4.0.7-1.fc32
Old package: python-wxpython4-4.0.6-9.fc32
Summary: New implementation of wxPython, a GUI toolkit for Python
RPMs: python-wxpython4-doc python3-wxpython4 python3-wxpython4-media python3-wxpython4-webview
Size: 60.34 MiB
Size change: 1.16 MiB
Changelog:
* Sat Oct 26 2019 Scott Talbert <swt(a)techie.net> - 4.0.7-1
- Update to new upstream release 4.0.7 (#1765757)
Package: python-zope-interface-4.6.0-5.fc32
Old package: python-zope-interface-4.6.0-4.fc32
Summary: Zope 3 Interface Infrastructure
RPMs: python3-zope-interface
Dropped RPMs: python2-zope-interface
Size: 683.72 KiB
Size change: -765.81 KiB
Changelog:
* Fri Oct 25 2019 Lum��r Balhar <lbalhar(a)redhat.com> - 4.6.0-5
- Python 2 subpackage removed
Package: python-zuul-sphinx-0.4.1-1.fc32
Old package: python-zuul-sphinx-0.2.1-8.fc32
Summary: Sphinx extension for Zuul jobs
RPMs: python3-zuul-sphinx
Size: 26.96 KiB
Size change: 2.67 KiB
Changelog:
* Fri Oct 11 2019 Fabien Boucher <fboucher(a)redhat.com> - 0.4.1-1
- Bump to 0.4.1
Package: qemu-2:4.1.0-5.fc32
Old package: qemu-2:4.1.0-4.fc32
Summary: QEMU is a FAST! processor emulator
RPMs: ivshmem-tools qemu qemu-audio-alsa qemu-audio-oss qemu-audio-pa qemu-audio-sdl qemu-block-curl qemu-block-dmg qemu-block-gluster qemu-block-iscsi qemu-block-nfs qemu-block-rbd qemu-block-ssh qemu-common qemu-guest-agent qemu-img qemu-kvm qemu-kvm-core qemu-system-aarch64 qemu-system-aarch64-core qemu-system-alpha qemu-system-alpha-core qemu-system-arm qemu-system-arm-core qemu-system-cris qemu-system-cris-core qemu-system-hppa qemu-system-hppa-core qemu-system-lm32 qemu-system-lm32-core qemu-system-m68k qemu-system-m68k-core qemu-system-microblaze qemu-system-microblaze-core qemu-system-mips qemu-system-mips-core qemu-system-moxie qemu-system-moxie-core qemu-system-nios2 qemu-system-nios2-core qemu-system-or1k qemu-system-or1k-core qemu-system-ppc qemu-system-ppc-core qemu-system-riscv qemu-system-riscv-core qemu-system-s390x qemu-system-s390x-core qemu-system-sh4 qemu-system-sh4-core qemu-system-sparc qemu-system-sparc-core qemu-system-tricore qemu-system-tricore-core qemu-system-unicore32 qemu-system-unicore32-core qemu-system-x86 qemu-system-x86-core qemu-system-xtensa qemu-system-xtensa-core qemu-ui-curses qemu-ui-gtk qemu-ui-sdl qemu-user qemu-user-binfmt qemu-user-static
Size: 536.82 MiB
Size change: -39.66 KiB
Changelog:
* Thu Oct 24 2019 Cole Robinson <crobinso(a)redhat.com> - 2:4.1.0-5
- Workaround for qcow2 triggered XFS corruption (bz #1763519)
Package: recoll-1.26.1-1.fc32
Old package: recoll-1.26.0-1.fc32
Summary: Desktop full text search tool with Qt GUI
RPMs: recoll recoll-gssp recoll-kio
Size: 20.14 MiB
Size change: 2.77 KiB
Changelog:
* Sat Oct 26 2019 Terje Rosten <terje.rosten(a)ntnu.no> - 1.26.1-1
- 1.26.1
Package: rpkg-1.59-2.fc32
Old package: rpkg-1.59-1.fc32
Summary: Python library for interacting with rpm+git
RPMs: python3-rpkg rpkg-common
Size: 185.71 KiB
Size change: -2.16 KiB
Changelog:
* Fri Oct 25 2019 Ondrej Nosek <onosek(a)redhat.com> - 1.59-2
- Backport: container-build: add --isolated and --koji-parent-build arguments
- Backport: Pass skip_build option to buildContainer
- Backport: Reuse koji_cli.lib.unique_path
Package: runc-2:1.0.0-123.dev.gitc4d8e16.fc32
Old package: runc-2:1.0.0-122.dev.git792af40.fc32
Summary: CLI for running Open Containers
RPMs: runc
Size: 12.21 MiB
Size change: -73.10 KiB
Changelog:
* Thu Oct 24 2019 RH Container Bot <rhcontainerbot(a)fedoraproject.org> - 2:1.0.0-123.dev.gitc4d8e16
- autobuilt c4d8e16
Package: rust-crc-1.9.0-1.fc32
Old package: rust-crc-1.8.1-7.fc31
Summary: Rust implementation of CRC(16, 32, 64) with support of various standards
RPMs: rust-crc+default-devel rust-crc+std-devel rust-crc-devel
Size: 37.45 KiB
Size change: 2.03 KiB
Changelog:
* Wed Oct 23 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.9.0-1
- Update to 1.9.0
Package: rust-getrandom-0.1.13-1.fc32
Old package: rust-getrandom-0.1.11-1.fc32
Summary: Small cross-platform library for retrieving random data from system source
RPMs: rust-getrandom+compiler_builtins-devel rust-getrandom+default-devel rust-getrandom+dummy-devel rust-getrandom+log-devel rust-getrandom+rustc-dep-of-std-devel rust-getrandom+rustc-std-workspace-core-devel rust-getrandom+std-devel rust-getrandom-devel
Size: 86.53 KiB
Size change: 1.41 KiB
Changelog:
* Fri Oct 25 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.13-1
- Update to 0.1.13
Package: rust-libc-0.2.65-1.fc32
Old package: rust-libc-0.2.62-1.fc32
Summary: Raw FFI bindings to platform libraries like libc
RPMs: rust-libc+align-devel rust-libc+default-devel rust-libc+extra_traits-devel rust-libc+rustc-dep-of-std-devel rust-libc+rustc-std-workspace-core-devel rust-libc+std-devel rust-libc+use_std-devel rust-libc-devel
Size: 267.73 KiB
Size change: 1.60 KiB
Changelog:
* Fri Oct 25 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.65-1
- Update to 0.2.65
Package: rxvt-unicode-9.22-17.fc32
Old package: rxvt-unicode-9.22-16.fc32
Summary: Unicode version of rxvt
RPMs: rxvt-unicode rxvt-unicode-terminfo
Dropped RPMs: rxvt-unicode-256color rxvt-unicode-256color-ml rxvt-unicode-ml
Size: 3.84 MiB
Size change: -9.90 MiB
Changelog:
* Wed Oct 23 2019 Robbie Harwood <rharwood(a)redhat.com> - 9.22-16
- Enable startup notifications
- Resolves: #1428830
* Thu Oct 24 2019 Robbie Harwood <rharwood(a)redhat.com> - 9.22-17
- Merge all {,256}{,ml} variants into one package (with compat symlinks)
- Resolves: #1669302
- Resolves: #1732589
Package: scribus-generator-2.8.1-3.fc32
Old package: scribus-generator-2.8.1-2.fc32
Summary: Open source high-quality PDF template and mail-merge alternative
RPMs: scribus-generator
Size: 1.68 MiB
Size change: 362 B
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
Package: selinux-policy-3.14.5-11.fc32
Old package: selinux-policy-3.14.5-10.fc32
Summary: SELinux policy configuration
RPMs: selinux-policy selinux-policy-devel selinux-policy-doc selinux-policy-minimum selinux-policy-mls selinux-policy-sandbox selinux-policy-targeted
Size: 24.47 MiB
Size change: -4.15 KiB
Changelog:
* Fri Oct 25 2019 Lukas Vrabec <lvrabec(a)redhat.com> - 3.14.5-11
- Allow confined users to run newaliases
- Add interface mysql_dontaudit_rw_db()
- Label /var/lib/xfsdump/inventory as amanda_var_lib_t
- Allow tmpreaper_t domain to read all domains state
- Make httpd_var_lib_t label system mountdir attribute
- Update cockpit policy
- Update timedatex policy to add macros, more detail below
- Allow nagios_script_t domain list files labled sysfs_t.
- Allow jetty_t domain search and read cgroup_t files.
- Donaudit ifconfig_t domain to read/write mysqld_db_t files
- Dontaudit domains read/write leaked pipes
Package: soci-4.0.0-1.fc32
Old package: soci-3.2.3-20.fc31
Summary: The database access library for C++ programmers
RPMs: soci soci-devel soci-doc soci-mysql soci-mysql-devel soci-odbc soci-odbc-devel soci-postgresql soci-postgresql-devel soci-sqlite3 soci-sqlite3-devel
Size: 3.29 MiB
Size change: 751.56 KiB
Changelog:
* Sat Oct 26 2019 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> 4.0.0-1
- Update to upstream release 4.0.0-rc1
- Slightly modernized the RPM spec file
Package: spatialindex-1.9.3-1.fc32
Old package: spatialindex-1.9.2-1.fc32
Summary: Spatial index library
RPMs: spatialindex spatialindex-devel
Size: 2.10 MiB
Size change: 240 B
Changelog:
* Thu Oct 24 2019 Volker Fr��hlich <volker27(a)gmx.at> - 1.9.3-1
- New upstream release
Package: speech-tools-2.5-10.fc32
Old package: speech-tools-2.5-8.fc31
Summary: Edinburgh speech tools library
RPMs: speech-tools speech-tools-libs speech-tools-libs-devel speech-tools-libs-static
Size: 23.30 MiB
Size change: -79.75 KiB
Changelog:
* 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.
* Sat Oct 26 2019 Zbigniew J��drzejewski-Szmek <zbyszek(a)in.waw.pl> - 2.5-10
- Move Obsoletes to the -libs subpackage
Package: srcpd-2.1.3-11.fc32
Old package: srcpd-2.1.3-10.fc31
Summary: Simple Railroad Command Protocol (SRCP) server
RPMs: srcpd
Size: 851.30 KiB
Size change: -677 B
Changelog:
* Sat Oct 26 2019 Denis Fateyev <denis(a)fateyev.com> - 2.1.3-11
- Modernize package spec
Package: t1utils-1.41-1.fc32
Old package: t1utils-1.39-10.fc31
Summary: Collection of Type 1 and 2 font manipulation utilities
RPMs: t1utils
Size: 408.44 KiB
Size change: 15.06 KiB
Changelog:
* Sat Oct 26 2019 Robert Scheck <robert(a)fedoraproject.org> 1.41-1
- Update to 1.41
Package: tomboy-1.15.9-11.fc32
Old package: tomboy-1.15.9-10.fc31
Summary: Note-taking application
RPMs: tomboy tomboy-devel
Size: 32.37 MiB
Size change: 3.73 KiB
Changelog:
* Sat Oct 26 2019 Thomas Moschny <thomas.moschny(a)gmx.de> - 1.15.9-11
- Rebuilt because of missing mono dependencies (#1765631).
Package: udica-0.2.1-1.fc32
Old package: udica-0.2.0-1.fc32
Summary: A tool for generating SELinux security policies for containers
RPMs: udica
Size: 47.79 KiB
Size change: 1.11 KiB
Changelog:
* Fri Oct 25 2019 Lukas Vrabec <lvrabec(a)redhat.com> - 0.2.1-1
- New rebase https://github.com/containers/udica/releases/tag/v0.2.1
Package: utf8cpp-3.1-1.fc32
Old package: utf8cpp-2.3.6-1.fc32
Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings
RPMs: utf8cpp-devel
Size: 24.74 KiB
Size change: 3.22 KiB
Changelog:
* Tue Oct 22 2019 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 3.1-1
- update to 3.1
- include cmake import file
- symlink headers in the previous location for compatibility
Package: xkeyboard-config-2.28-1.fc32
Old package: xkeyboard-config-2.27-2.fc31
Summary: X Keyboard Extension configuration data
RPMs: xkeyboard-config xkeyboard-config-devel
Size: 761.26 KiB
Size change: 17.25 KiB
Changelog:
* Fri Oct 25 2019 Peter Hutterer <peter.hutterer(a)redhat.com> 2.28-1
- xkeyboard-config 2.28
Package: xoreos-tools-0.0.5-2.fc32
Old package: xoreos-tools-0.0.5-1.fc32
Summary: Tools to help the development of xoreos
RPMs: xoreos-tools
Size: 27.70 MiB
Size change: -253.42 KiB
Changelog:
* Fri Oct 25 2019 Ben Rosser <rosser.bjr(a)gmail.com> - 0.0.5-2
- Enable test suite (rhbz#1764497).
Package: xsom-20140514-1.fc32
Old package: xsom-0-22.20110809svn.fc31
Summary: XML Schema Object Model (XSOM)
RPMs: xsom xsom-javadoc
Size: 642.79 KiB
Size change: 8.24 KiB
Changelog:
* Thu Oct 24 2019 Fabio Valentini <decathorpe(a)gmail.com> - 20140514-1
- Update to version 20140514.
Package: yubikey-manager-3.0.0-6.gitcfa1907.fc32
Old package: yubikey-manager-3.0.0-5.gitcfa1907.fc32
Summary: Python library and command line tool for configuring a YubiKey
RPMs: python3-yubikey-manager yubikey-manager
Size: 174.89 KiB
Size change: 191 B
Changelog:
* Thu Oct 24 2019 Gerald Cox <gbcox(a)fedoraproject.org - 3.0.0-6.gitcfa1907
- PCSC Exceptions - rhbz#1684945 rhbz#1737264
===== DOWNGRADED PACKAGES =====
3 years, 11 months