OLD: Fedora-Rawhide-20201029.n.0
NEW: Fedora-Rawhide-20201030.n.0
===== SUMMARY =====
Added images: 0
Dropped images: 0
Added packages: 9
Dropped packages: 3
Upgraded packages: 102
Downgraded packages: 0
Size of added packages: 11.05 MiB
Size of dropped packages: 1.67 MiB
Size of upgraded packages: 4.21 GiB
Size of downgraded packages: 0 B
Size change of upgraded packages: 92.14 MiB
Size change of downgraded packages: 0 B
===== ADDED IMAGES =====
===== DROPPED IMAGES =====
===== ADDED PACKAGES =====
Package: crlfuzz-1.4.0-1.fc34
Summary: Tool to scan CRLF vulnerability
RPMs: crlfuzz golang-github-dwisiswant0-crlfuzz-devel
Size: 8.45 MiB
Package: golang-github-cli-shurcool-graphql-0-0.1.20201029git0f7232a.fc34
Summary: GraphQL client implementation
RPMs: golang-github-cli-shurcool-graphql-devel
Size: 27.64 KiB
Package: golang-github-enescakir-emoji-1.0.0-1.fc34
Summary: A minimalistic emoji package
RPMs: golang-github-enescakir-emoji-devel
Size: 65.83 KiB
Package: golang-github-muesli-reflow-0.1.0-1.fc34
Summary: Word-wrap strings or entire blocks of text
RPMs: golang-github-muesli-reflow-devel
Size: 16.13 KiB
Package: golang-github-muesli-termenv-0.7.2-1.fc34
Summary: Advanced ANSI style & color support for your terminal applications
RPMs: golang-github-muesli-termenv-devel
Size: 402.40 KiB
Package: golang-github-rivo-uniseg-0.1.0-1.fc34
Summary: Unicode Text Segmentation for Go (or: How to Count Characters in a String)
RPMs: golang-github-rivo-uniseg-devel
Size: 44.51 KiB
Package: python-sphinx-kr-theme-0.2.1-2.fc34
Summary: Kenneth Reitz's krTheme for Sphinx
RPMs: python3-sphinx-kr-theme
Size: 19.99 KiB
Package: wangle-2020.10.26.00-2.fc34
Summary: Framework for building services in a consistent/modular/composable way
RPMs: wangle wangle-devel
Size: 1.93 MiB
Package: wlsunset-0.1.0-1.fc34
Summary: Day/night gamma adjustments for Sway
RPMs: wlsunset
Size: 105.45 KiB
===== DROPPED PACKAGES =====
Package: nspr-4.29.0-1.fc34
Summary: Netscape Portable Runtime
RPMs: nspr nspr-devel
Size: 1.40 MiB
Package: pcllib-1.12-15.fc33
Summary: Portable Coroutine Library (PCL)
RPMs: pcllib pcllib-devel
Size: 191.79 KiB
Package: sos-collector-1.8-4.fc33
Summary: Capture sosreports from multiple nodes simultaneously
RPMs: sos-collector
Size: 77.34 KiB
===== UPGRADED PACKAGES =====
Package: R-R6-2.5.0-1.fc34
Old package: R-R6-2.4.1-5.fc33
Summary: Classes with Reference Semantics
RPMs: R-R6
Size: 95.50 KiB
Size change: 23.98 KiB
Changelog:
* Thu Oct 29 2020 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 2.5.0-1
- update to 2.5.0
Package: R-foreach-1.5.1-1.fc34
Old package: R-foreach-1.5.1-1.fc34~bootstrap
Summary: Provides Foreach Looping Construct
RPMs: R-foreach
Size: 137.43 KiB
Size change: -19 B
Package: R-odbc-1.3.0-1.fc34
Old package: R-odbc-1.2.3-2.fc34
Summary: Connect to ODBC Compatible Databases (using the DBI Interface)
RPMs: R-odbc
Size: 2.24 MiB
Size change: 45.91 KiB
Changelog:
* Thu Oct 29 2020 Elliott Sales de Andrade <quantum.analyst@xxxxxxxxx> - 1.3.0-1
- Update to latest version (#1891997)
Package: acpica-tools-20200925-1.fc34
Old package: acpica-tools-20190509-5.fc31
Summary: ACPICA tools for the development and debug of ACPI tables
RPMs: acpica-tools
Size: 4.76 MiB
Size change: -124.97 KiB
Changelog:
* Thu Oct 24 2019 Al Stone <ahs3@xxxxxxxxxx> - 20190703-1
- Update to 20190703 source tree, including patch refeshes.
* Tue Oct 29 2019 Al Stone <ahs3@xxxxxxxxxx> - 20190816-1
- Update to 20190816 source tree, including patch refeshes.
- Add a patch to fix a non-zero exit from iasl -T ALL that actually succeeds
- Remove the "template" tests; they have been subsumed by aslts.sh as they
should be
* Sat Nov 23 2019 Al Stone <ahs3@xxxxxxxxxx> - 20191018-1
- Update to 20191019 source tree, including patch refeshes.
* Tue Jan 28 2020 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 20190816-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Feb 23 2020 Al Stone <ahs3@xxxxxxxxxx> - 20191018-2
- Upstream does not build from source -- this release not pushed into
the archives and noted here just for record keeping
* Sun Feb 23 2020 Al Stone <ahs3@xxxxxxxxxx> - 20191213-1
- Update to 20191213 source tree, including patch refeshes.
- badexit patch no longer needed, so removed
- GCC10 enforces -fno-common now, catching multiple places where linkage
is not explicitly stated; added a patch to resolve the linker errors
* Mon Feb 24 2020 Al Stone <ahs3@xxxxxxxxxx> - 20200110-1
- Update to 20200110 source tree, including patch refreshes
* Wed Feb 26 2020 Al Stone <ahs3@xxxxxxxxxx> - 20200214-1
- Update to 20200214 source tree, including patch refreshes
- Add patch to fix up issues where strings and 4-byte quantities
get interchanged; C strings want to be null terminated now, but
AML does not so using strncpy is painful.
- Add patch for s390x specific issue (dbtest), where initializing a
string on the stack behaves a little differently
- "PCC" is a defined Register() type, but "PlatformCommChannel" was
being used instead; put it back to "PCC" as it should be in pcc.patch
- Add another big-endian patch to compensate for changes to nsutils.c
* Wed Apr 01 2020 Al Stone <ahs3@xxxxxxxxxx> - 20200326-1
- Update to 20200326 source tree, including patch refreshes
- Removed a couple of patches that got included upstream
* Mon Jun 08 2020 Al Stone <ahs3@xxxxxxxxxx> - 202004306-1
- Update to 202004306 source tree, including patch refreshes
* Mon Jul 27 2020 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 20200430-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 31 2020 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 20200430-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Oct 19 2020 Al Stone <ahs3@xxxxxxxxxx> - 20200925-1
- Update to 20200925 source tree
- Completely revamp the old big-endian patches (maintainability was the goal).
This results in a much larger patch set, but each patch is more clearly used
for a specific purpose.
- The acpinames command has been deprecated upstream; acpiexec provides
replacement functionality.
Package: awscli-1.18.167-1.fc34
Old package: awscli-1.18.166-1.fc34
Summary: Universal Command Line Environment for AWS
RPMs: awscli
Size: 1.89 MiB
Size change: 186 B
Changelog:
* Thu Oct 29 2020 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.18.167-1
- 1.18.167
Package: binutils-2.35.1-10.fc34
Old package: binutils-2.35.1-8.fc34
Summary: A GNU collection of binary utilities
RPMs: binutils binutils-devel binutils-gold
Size: 52.39 MiB
Size change: 291.03 KiB
Changelog:
* Wed Oct 28 2020 Nick Clifton <nickc@xxxxxxxxxx> - 2.35.1-9
- Correction for plugin as-needed patch. (#1889763)
Package: breeze-gtk-5.20.2-4.fc34
Old package: breeze-gtk-5.20.2-1.fc34
Summary: Breeze widget theme for GTK
RPMs: breeze-gtk breeze-gtk-common breeze-gtk-gtk2 breeze-gtk-gtk3
Added RPMs: breeze-gtk-common breeze-gtk-gtk2 breeze-gtk-gtk3
Size: 332.69 KiB
Size change: -1.15 MiB
Changelog:
* Thu Oct 29 2020 Neal Gompa <ngompa13@xxxxxxxxx> - 5.20.2-2
- Split breeze-gtk into gtk2 and gtk3 subpackages and make noarch
* Thu Oct 29 2020 Rex Dieter <rdieter@xxxxxxxxxxxxxxxxx> - 5.20.2-3
- simplifiy, use main as metapackage for cleaner upgrade path
* Thu Oct 29 2020 Rex Dieter <rdieter@xxxxxxxxxxxxxxxxx> - 5.20.2-4
- rebuild without kde-style-breeze
Package: cdparanoia-10.2-35.fc34
Old package: cdparanoia-10.2-34.fc34
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
RPMs: cdparanoia cdparanoia-devel cdparanoia-libs cdparanoia-static
Size: 1.03 MiB
Size change: 4.83 KiB
Changelog:
* Mon Oct 26 2020 Dan Horák <dan[at]danny.cz> - 10.2-35
- Add pkgconfig support
Package: clang-11.0.0-2.fc34
Old package: clang-11.0.0-1.fc34
Summary: A C language family front-end for LLVM
RPMs: clang clang-analyzer clang-devel clang-libs clang-resource-filesystem clang-tools-extra git-clang-format python3-clang
Added RPMs: clang-resource-filesystem
Size: 210.61 MiB
Size change: 320.51 KiB
Changelog:
* Wed Oct 28 2020 Tom Stellard <tstellar@xxxxxxxxxx> - 11.0.0-2
- Add clang-resource-filesystem sub-package
Package: clevis-15-2.fc34
Old package: clevis-15-1.fc34
Summary: Automated decryption framework
RPMs: clevis clevis-dracut clevis-luks clevis-systemd clevis-udisks2
Size: 658.99 KiB
Size change: 1.66 KiB
Changelog:
* Thu Oct 29 2020 Sergio Correia <scorreia@xxxxxxxxxx> - 15-2
- Add jq to dependencies
Package: composer-2.0.3-1.fc34
Old package: composer-2.0.2-1.fc34
Summary: Dependency Manager for PHP
RPMs: composer
Size: 404.34 KiB
Size change: 441 B
Changelog:
* Thu Oct 29 2020 Remi Collet <remi@xxxxxxxxxxxx> - 2.0.3-1
- update to 2.0.3
Package: dnf-4.4.0-3.fc34
Old package: dnf-4.4.0-2.fc34
Summary: Package manager
RPMs: dnf dnf-automatic dnf-data python3-dnf yum
Size: 986.28 KiB
Size change: -1.43 KiB
Changelog:
* Thu Oct 29 2020 Adam Williamson <awilliam@xxxxxxxxxx> - 4.4.0-3
- Rebuild to keep NVR ahead of Fedora 32
Package: doxy2man-0-12.20160831git.fc34
Old package: doxy2man-0-12.20150625git.fc33
Summary: Create man pages from doxygen XML output
RPMs: doxy2man
Size: 347.35 KiB
Size change: 247 B
Changelog:
* Thu Oct 29 2020 Nikos Mavrogiannopoulos <nmav@xxxxxxxxxx> - 0-1.20160831git
- Updated to latest version
Package: dummy-test-package-crested-0-2044
Old package: dummy-test-package-crested-0-2032
Summary: Dummy Test Package called Crested
RPMs: dummy-test-package-crested
Size: 132.02 KiB
Size change: 724 B
Changelog:
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2033
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2034
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2035
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2036
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2037
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2038
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2039
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2040
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2041
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2042
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2043
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2044
- rebuilt
Package: dummy-test-package-gloster-0-1930.fc34
Old package: dummy-test-package-gloster-0-1918.fc34
Summary: Dummy Test Package called Gloster
RPMs: dummy-test-package-gloster
Size: 123.88 KiB
Size change: 739 B
Changelog:
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1919
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1920
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1921
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1922
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1923
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1924
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1925
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1926
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1927
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1928
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1929
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-1930
- rebuilt
Package: dummy-test-package-rubino-0-2044
Old package: dummy-test-package-rubino-0-2032
Summary: Dummy Test Package called Rubino
RPMs: dummy-test-package-rubino
Size: 132.09 KiB
Size change: 738 B
Changelog:
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2033
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2034
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2035
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2036
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2037
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2038
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2039
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2040
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2041
- rebuilt
* Thu Oct 29 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2042
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2043
- rebuilt
* Fri Oct 30 2020 packagerbot <admin@xxxxxxxxxxxxxxxxx> - 0-2044
- rebuilt
Package: dyninst-10.2.1-1.fc34
Old package: dyninst-10.2.0-2.fc34
Summary: An API for Run-time Code Generation
RPMs: dyninst dyninst-devel dyninst-doc dyninst-testsuite
Size: 33.02 MiB
Size change: -107.63 KiB
Changelog:
* Wed Oct 28 2020 Stan Cox <scox@xxxxxxxxxx> - 10.2.1-1
- Update to 10.2.1
Package: ecj-1:4.17-1.fc34
Old package: ecj-1:4.16-4.fc33
Summary: Eclipse Compiler for Java
RPMs: ecj
Size: 2.73 MiB
Size change: 1.56 KiB
Changelog:
* Thu Oct 29 2020 Mat Booth <mat.booth@xxxxxxxxxx> - 1:4.17-1
- Update to latest upstream release
Package: fetchmail-6.4.13-1.fc34
Old package: fetchmail-6.4.12-1.fc34
Summary: A remote mail retrieval and forwarding utility
RPMs: fetchmail
Size: 2.86 MiB
Size change: 12.65 KiB
Changelog:
* Thu Oct 29 2020 Vitezslav Crhonek <vcrhonek@xxxxxxxxxx> - 6.4.13-1
- Update to fetchmail-6.4.13
Package: filesystem-3.14-4.fc34
Old package: filesystem-3.14-3.fc33
Summary: The basic directory layout for a Linux system
RPMs: filesystem filesystem-afs filesystem-content
Size: 5.53 MiB
Size change: 3.24 KiB
Changelog:
* Fri Aug 07 2020 Pavel Raiskup <praiskup@xxxxxxxxxx> - 3.14-4
- /proc and /sys made %ghost to allow filesystem package updates in rootless
container environments (rhbz#1548403)
Package: firefox-82.0.2-1.fc34
Old package: firefox-82.0.1-1.fc34
Summary: Mozilla Firefox Web browser
RPMs: firefox firefox-wayland firefox-x11
Size: 406.72 MiB
Size change: -54.45 KiB
Changelog:
* Thu Oct 29 2020 Martin Stransky <stransky@xxxxxxxxxx> - 82.0.2-1
- Updated to 82.0.2
- Removed mzbz#1668771 due to rhbz#1888920
Package: gasnet-2020.10.0-1.fc34
Old package: gasnet-2020.3.0-4.fc33
Summary: A Portable High-Performance Communication Layer for GAS Languages
RPMs: gasnet gasnet-common gasnet-devel gasnet-doc gasnet-mpich gasnet-openmpi
Size: 13.86 MiB
Size change: 1.52 MiB
Changelog:
* Thu Oct 29 2020 Christoph Junghans <junghans@xxxxxxxxx> - 2020.10.0-1
- Update to 2020.10.0 (#1893034)
Package: geoipupdate-4.5.0-1.fc34
Old package: geoipupdate-4.3.0-2.fc33
Summary: Update GeoIP2 binary databases from MaxMind
RPMs: geoipupdate geoipupdate-cron
Size: 8.99 MiB
Size change: -1.82 KiB
Changelog:
* Thu Oct 29 2020 Paul Howarth <paul@xxxxxxxxxxxx> - 4.5.0-1
- Update to 4.5.0
- The edition ID is now included when there is a failure retrieving a
database
- The Docker image no longer prints the generated GeoIP.conf when starting
up, which prevents a possible leak of the account's license key (GH#109)
- The minimum Go version is now 1.11
- Failing HTTP requests are now retried using an exponential backoff: the
period to keep retrying any failed request is set to 5 minutes by default
and can be adjusted using the new RetryFor configuration option
- When using the go package rather than the command-line tool, the default
value for RetryFor will be 0 seconds, which means no retries will be
performed: to change that, set RetryFor explicitly in the Config you
provide, or obtain your Config value via geoipupdate.NewConfig
Package: git-2.29.2-1.fc34
Old package: git-2.29.0-1.fc34
Summary: Fast Version Control System
RPMs: git git-all git-core git-core-doc git-credential-libsecret git-cvs git-daemon git-email git-gui git-instaweb git-subtree git-svn gitk gitweb perl-Git perl-Git-SVN
Size: 23.52 MiB
Size change: 13.06 KiB
Changelog:
* Sat Oct 24 2020 Todd Zullinger <tmz@xxxxxxxxx> - 2.29.1-1
- update to 2.29.1
- fix bugs in am/rebase handling of committer ident/date
* Thu Oct 29 2020 Todd Zullinger <tmz@xxxxxxxxx> - 2.29.2-1
- update to 2.29.2
Package: gnome-shell-extension-pop-shell-1.0.0-1.fc34
Old package: gnome-shell-extension-pop-shell-0.1.0-1.20201016gita11d3c3.fc34
Summary: GNOME Shell extension for advanced tiling window management
RPMs: gnome-shell-extension-pop-shell gnome-shell-extension-pop-shell-shortcut-overrides
Size: 210.57 KiB
Size change: 410 B
Changelog:
* Thu Oct 29 2020 Carl George <carl@george.computer> - 1.0.0-1
- Latest upstream
Package: gnucash-4.2-3.fc34
Old package: gnucash-4.2-2.fc34
Summary: Finance management application
RPMs: gnucash
Size: 42.74 MiB
Size change: 21.44 KiB
Changelog:
* Wed Oct 28 2020 Jeff Law <law@xxxxxxxxxx> - 4.2-3
- Fix volatile issue exposed by gcc-11
Package: grip-1:4.2.0-1.fc34
Old package: grip-1:4.1.1-2.fc33
Summary: Front-end for CD rippers and Ogg Vorbis encoders
RPMs: grip
Size: 2.58 MiB
Size change: 3.12 KiB
Changelog:
* Mon Oct 26 2020 Dan Horák <dan[at]danny.cz> - 1:4.2.0-1
- Updated to 4.2.0 (#1856585)
Package: gssproxy-0.8.3-6.fc34
Old package: gssproxy-0.8.3-5.fc34
Summary: GSSAPI Proxy
RPMs: gssproxy
Size: 548.36 KiB
Size change: 3.26 KiB
Changelog:
* Thu Oct 29 2020 Robbie Harwood <rharwood@xxxxxxxxxx> - 0.8.3-6
- Leak fix pullup
Package: gtk-layer-shell-0.5.0-1.fc34
Old package: gtk-layer-shell-0.4.0-1.fc34
Summary: Library to create components for Wayland using the Layer Shell
RPMs: gtk-layer-shell gtk-layer-shell-devel
Size: 468.17 KiB
Size change: 15.15 KiB
Changelog:
* Thu Oct 29 2020 Artem Polishchuk <ego.cordatus@xxxxxxxxx> - 0.5.0-1
- build(update): 0.5.0
Package: intel-ipsec-mb-0.55.0-1.fc34
Old package: intel-ipsec-mb-0.54.0-2.fc34
Summary: IPSEC cryptography library optimized for Intel Architecture
RPMs: intel-ipsec-mb intel-ipsec-mb-devel
Size: 938.25 KiB
Size change: 155.15 KiB
Changelog:
* Thu Oct 29 2020 Marcel Cornu <marcel.d.cornu@xxxxxxxxx> 0.55.0-1
- Update for release package v0.55
Package: kbd-2.3.0-4.fc34
Old package: kbd-2.3.0-3.fc34
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
RPMs: kbd kbd-legacy kbd-misc
Size: 3.78 MiB
Size change: 33.87 KiB
Changelog:
* Thu Oct 29 2020 Vitezslav Crhonek <vcrhonek@xxxxxxxxxx> - 2.3.0-4
- Don't require kbd-legacy in main kbd package anymore
Resolves: #1891811
Package: langtable-0.0.54-1.fc34
Old package: langtable-0.0.53-1.fc34
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
RPMs: langtable python3-langtable
Size: 1.19 MiB
Size change: -293 B
Changelog:
* Thu Oct 29 2020 Mike FABIAN <mfabian@xxxxxxxxxx> - 0.0.54-1
- Update to 0.0.54
- add list_common_languages derived from gnome-control-center
by Sundeep ANAND <suanand@xxxxxxxxxx>
Package: libdnf-0.54.2-3.fc34
Old package: libdnf-0.54.2-2.fc34
Summary: Library providing simplified C and Python API to libsolv
RPMs: libdnf libdnf-devel python3-hawkey python3-libdnf
Size: 7.93 MiB
Size change: -18.08 KiB
Changelog:
* Thu Oct 29 2020 Adam Williamson <awilliam@xxxxxxxxxx> - 0.54.2-3
- Rebuild to keep NVR ahead of Fedora 32
Package: libfido2-1.5.0-2.fc34
Old package: libfido2-1.5.0-1.fc34
Summary: FIDO2 library
RPMs: fido2-tools libfido2 libfido2-devel
Size: 1.00 MiB
Size change: -27.97 KiB
Package: libldb-2.2.0-7.fc34
Old package: libldb-2.2.0-6.fc34
Summary: A schema-less, ldap like, API and database
RPMs: ldb-tools libldb libldb-devel python-ldb-devel-common python3-ldb python3-ldb-devel
Size: 2.24 MiB
Size change: 7.07 KiB
Changelog:
* Thu Oct 29 2020 Andreas Schneider <asn@xxxxxxxxxx> - 2.2.0-7
- Fix FTBFS / Increase the over-estimation for sparse files in tests
Package: libopenmpt-0.5.3-1.fc34
Old package: libopenmpt-0.4.11-3.fc33
Summary: C/C++ library to decode tracker music module (MOD) files
RPMs: libopenmpt libopenmpt-devel openmpt123
Size: 4.00 MiB
Size change: 105.71 KiB
Changelog:
* Thu Oct 29 2020 Michael Schwendt <mschwendt@xxxxxxxxxxxxxxxxx> - 0.4.15-1
- update to 0.4.15
* Thu Oct 29 2020 Michael Schwendt <mschwendt@xxxxxxxxxxxxxxxxx> - 0.5.3-1
- upgrade to 0.5.3 (security release for the 0.5 series)
Package: libreoffice-1:7.0.3.1-1.fc34
Old package: libreoffice-1:7.0.2.2-2.fc34
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-vro 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-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
Added RPMs: autocorr-vro
Size: 1.64 GiB
Size change: 1.31 MiB
Changelog:
* Sun Oct 25 2020 Caolán McNamara <caolanm@xxxxxxxxxx> - 1:7.0.2.2-3
- Resolves: rhbz#1891326 suggest package install of the best pt-* langpack
* Thu Oct 29 2020 Caolán McNamara <caolanm@xxxxxxxxxx> - 1:7.0.3.2-1
- latest version
Package: libwebsockets-4.1.4-1.fc34
Old package: libwebsockets-4.1.3-1.fc34
Summary: Lightweight C library for Websockets
RPMs: libwebsockets libwebsockets-devel
Size: 3.04 MiB
Size change: 774 B
Changelog:
* Thu Oct 29 2020 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 4.1.4-1
- Update to latest upstream release 4.1.4 (#1887452)
Package: low-memory-monitor-2.0-6.fc34
Old package: low-memory-monitor-2.0-5.fc33
Summary: Monitors low-memory conditions
RPMs: low-memory-monitor low-memory-monitor-doc
Size: 200.13 KiB
Size change: 2.65 KiB
Changelog:
* Wed Oct 28 2020 Bastien Nocera <bnocera@xxxxxxxxxx> - 2.0-6
+ low-memory-monitor-2.0-6
- Reload presets when updating from an older version to enable daemon
Package: mame-0.226-1.fc34
Old package: mame-0.225-2.fc34
Summary: Multiple Arcade Machine Emulator
RPMs: mame mame-data mame-data-software-lists mame-doc mame-tools
Size: 237.46 MiB
Size change: 2.37 MiB
Changelog:
* Thu Oct 29 2020 Julian Sikorski <belegdol@xxxxxxxxxxxxxxxxx> - 0.226-1
- Update to 0.226
Package: memcached-1.6.8-1.fc34
Old package: memcached-1.6.7-2.fc34
Summary: High Performance, Distributed Memory Object Cache
RPMs: memcached memcached-devel memcached-selinux
Size: 1.07 MiB
Size change: 1.78 KiB
Changelog:
* Thu Oct 29 2020 Tomas Korbar <tkorbar@xxxxxxxxxx> - 0:1.6.8-1
- Update to 1.6.8
Package: mingw-numpy-1.19.3-1.fc34
Old package: mingw-numpy-1.19.2-1.fc34
Summary: MinGW Windows Python numpy library
RPMs: mingw32-python3-numpy mingw64-python3-numpy
Size: 10.46 MiB
Size change: 4.99 KiB
Changelog:
* Thu Oct 29 2020 Sandro Mani <manisandro@xxxxxxxxx> - 1.19.3-1
- Update to 1.19.3
Package: mosquitto-1.6.12-4.fc34
Old package: mosquitto-1.6.12-3.fc34
Summary: Open Source MQTT v3.1/v3.1.1 Broker
RPMs: mosquitto mosquitto-devel
Size: 1.97 MiB
Size change: 2.48 KiB
Changelog:
* Thu Oct 29 2020 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 1.6.12-4
- Rebuilt
Package: mt-st-1.4-3.fc34
Old package: mt-st-1.4-1.fc34
Summary: Tool for controlling tape drives
RPMs: mt-st
Size: 239.32 KiB
Size change: 2.09 KiB
Changelog:
* Thu Sep 24 2020 Dan Horák <dan[at]danny.cz> - 1.4-2
- install completions to system directory
* Mon Oct 12 2020 Paweł Marciniak <sunwire+repo@xxxxxxxxx> - 1.4-3
- Fix not working autocompletion
Package: mtools-4.0.25-1.fc34
Old package: mtools-4.0.24-3.fc33
Summary: Programs for accessing MS-DOS disks without mounting the disks
RPMs: mtools
Size: 1.05 MiB
Size change: 1.69 KiB
Changelog:
* Thu Oct 29 2020 Vojtech Trefny <vtrefny@xxxxxxxxxx> 4.0.25-1
- Update to 4.0.25
Package: mysql-connector-odbc-8.0.22-1.fc34
Old package: mysql-connector-odbc-8.0.21-2.fc34
Summary: ODBC driver for MySQL
RPMs: mysql-connector-odbc
Size: 8.26 MiB
Size change: -69.75 KiB
Changelog:
* Thu Oct 29 2020 Michal Schorm <mschorm@xxxxxxxxxx> 8.0.22-1
- Rebase to 8.0.22
Package: nftables-1:0.9.6-2.fc34
Old package: nftables-1:0.9.3-6.fc33
Summary: Netfilter Tables userspace utillites
RPMs: nftables nftables-devel python3-nftables
Size: 2.22 MiB
Size change: 97.73 KiB
Changelog:
* Sat Sep 05 2020 Neal Gompa <ngompa13@xxxxxxxxx> - 1:0.9.6-1
- Update to 0.9.6 (RH#1846663)
* Thu Oct 29 2020 Stephen Gallagher <sgallagh@xxxxxxxxxx> - 1:0.9.6-2
- Drop upstreamed patch
Package: nmap-2:7.91-3.fc34
Old package: nmap-2:7.91-2.fc34
Summary: Network exploration tool and security scanner
RPMs: nmap nmap-ncat
Size: 28.36 MiB
Size change: 5.73 KiB
Changelog:
* Thu Oct 29 2020 Pavel Zhukov <pzhukov@xxxxxxxxxx> - 2:7.91-3
- Add source verification
Package: nss-3.58.0-5.fc34
Old package: nss-3.58.0-4.fc34
Summary: Network Security Services
RPMs: nspr nspr-devel nss nss-devel nss-pkcs11-devel nss-softokn nss-softokn-devel nss-softokn-freebl nss-softokn-freebl-devel nss-sysinit nss-tools nss-util nss-util-devel
Added RPMs: nspr nspr-devel
Size: 16.32 MiB
Size change: 1.87 MiB
Changelog:
* Tue Oct 27 2020 Daiki Ueno <dueno@xxxxxxxxxx> - 3.58.0-5
- Consolidate NSPR package with this package
Package: numpy-1:1.19.3-1.fc34
Old package: numpy-1:1.19.2-2.fc34
Summary: A fast multidimensional array facility for Python
RPMs: python3-numpy python3-numpy-doc python3-numpy-f2py
Size: 31.36 MiB
Size change: 9.35 KiB
Changelog:
* Thu Oct 29 2020 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1:1.19.3-1
- 1.19.3
Package: ocrmypdf-11.3.1-1.fc34
Old package: ocrmypdf-11.3.0-1.fc34
Summary: Add an OCR text layer to scanned PDF files
RPMs: ocrmypdf ocrmypdf-doc
Size: 5.02 MiB
Size change: 249 B
Changelog:
* Thu Oct 29 2020 Elliott Sales de Andrade <quantum.analyst@xxxxxxxxx> - 11.3.1-1
- Update to latest version (#1892199)
Package: packit-0.19.0-1.fc34
Old package: packit-0.18.0-1.fc34
Summary: A tool for integrating upstream projects with Fedora operating system
RPMs: packit python3-packit
Size: 178.36 KiB
Size change: 1.14 KiB
Changelog:
* Thu Oct 29 2020 Packit Service <user-cont-team+packit-service@xxxxxxxxxx> - 0.19.0-1
- new upstream release: 0.19.0
Package: pam_ssh-2.3-6.fc34
Old package: pam_ssh-2.3-5.fc33
Summary: PAM module for use with SSH keys and ssh-agent
RPMs: pam_ssh
Size: 510.30 KiB
Size change: -339 B
Changelog:
* Thu Oct 29 2020 Dmitry Butskoy <Dmitry@xxxxxxxxxxxx> - 2.3-6
- Use /run instead of /var/run (#1892535)
Package: perl-CPAN-FindDependencies-3.02-1.fc34
Old package: perl-CPAN-FindDependencies-2.49-4.fc33
Summary: Find dependencies for modules on CPAN
RPMs: perl-CPAN-FindDependencies
Size: 47.12 KiB
Size change: 8.93 KiB
Changelog:
* Thu Oct 29 2020 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 3.02-1
- 3.02 bump
Package: perl-Curses-1.37-1.fc34
Old package: perl-Curses-1.36-14.fc33
Summary: Perl bindings for ncurses
RPMs: perl-Curses
Size: 549.67 KiB
Size change: 531 B
Changelog:
* Thu Oct 29 2020 Steve Traylen <steve.traylen@xxxxxxx> - 1.37-1
- 1.37 bump
Package: perl-Graphics-TIFF-7-1.fc34
Old package: perl-Graphics-TIFF-6-10.fc33
Summary: Perl extension for the LibTIFF library
RPMs: perl-Graphics-TIFF
Size: 279.61 KiB
Size change: 3.54 KiB
Changelog:
* Thu Oct 29 2020 Petr Pisar <ppisar@xxxxxxxxxx> - 7-1
- Version 7 bump
Package: perl-Sys-MemInfo-0.99-15.fc34
Old package: perl-Sys-MemInfo-0.99-14.fc33
Summary: Memory information as Perl module
RPMs: perl-Sys-MemInfo
Size: 123.47 KiB
Size change: 494 B
Changelog:
* Thu Oct 29 2020 Petr Pisar <ppisar@xxxxxxxxxx> - 0.99-15
- Modernize a spec file
Package: perl-Test2-Harness-1.0.34-1.fc34
Old package: perl-Test2-Harness-1.0.32-1.fc34
Summary: Test2 Harness designed for the Test2 event system
RPMs: perl-Test2-Harness
Size: 454.75 KiB
Size change: 697 B
Changelog:
* Thu Oct 29 2020 Petr Pisar <ppisar@xxxxxxxxxx> - 1.0.33-1
- 1.000033 bump
* Thu Oct 29 2020 Petr Pisar <ppisar@xxxxxxxxxx> - 1.0.34-1
- 1.000034 bump
Package: php-mockery-1.4.2-1.fc34
Old package: php-mockery-1.3.3-1.fc34
Summary: Mockery is a simple but flexible PHP mock object framework
RPMs: php-mockery
Size: 100.75 KiB
Size change: -1.76 KiB
Changelog:
* Mon Oct 12 2020 Remi Collet <remi@xxxxxxxxxxxx> - 1.4.2-1
- update to 1.4.2
- raise dependency on PHP 7.3
- drop compatibility with old phpunit 5, 6 and 7
- run test suite with both phpunit 8 and 9
Package: php-pecl-event-3.0.0-1.fc34
Old package: php-pecl-event-2.5.7-2.fc34
Summary: Provides interface to libevent library
RPMs: php-pecl-event
Size: 552.90 KiB
Size change: 989 B
Changelog:
* Thu Oct 29 2020 Remi Collet <remi@xxxxxxxxxxxx> - 3.0.0-1
- update to 3.0.0 (beta)
Package: php-phpspec-6.2.2-1.fc34
Old package: php-phpspec-6.2.1-2.fc33
Summary: Specification-oriented BDD framework for PHP
RPMs: php-phpspec
Size: 122.15 KiB
Size change: 376 B
Changelog:
* Thu Oct 29 2020 Remi Collet <remi@xxxxxxxxxxxx> - 6.2.2-1
- update to 6.2.2
- switch to phpunit9
Package: plasma-breeze-5.20.2-2.fc34
Old package: plasma-breeze-5.20.2-1.fc34
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
RPMs: breeze-cursor-theme plasma-breeze plasma-breeze-common
Dropped RPMs: kde-style-breeze
Size: 19.50 MiB
Size change: -4.77 MiB
Changelog:
* Thu Oct 29 2020 Rex Dieter <rdieter@xxxxxxxxxxxxxxxxx> - 5.20.2-2
- drop kde-style-breeze (it was a lie), to be packaged separately now
Package: power-profiles-daemon-0.1-2.fc34
Old package: power-profiles-daemon-0.1-1.fc34
Summary: Makes power profiles handling available over D-Bus
RPMs: power-profiles-daemon power-profiles-daemon-docs
Size: 255.28 KiB
Size change: 2.59 KiB
Changelog:
* Wed Oct 28 2020 Bastien Nocera <bnocera@xxxxxxxxxx> - 0.1-2
+ power-profiles-daemon-0.1-2
- Reload presets when updating from an older version
Package: psutils-2.03-1.fc34
Old package: psutils-1.23-18.fc33
Summary: PostScript utilities
RPMs: psutils
Dropped RPMs: psutils-perl
Size: 50.31 KiB
Size change: -247.05 KiB
Changelog:
* Fri Oct 02 2020 Petr Pisar <ppisar@xxxxxxxxxx> - 2.03-1
- 2.03 bump
Package: python-ailment-9.0.4663-1.fc34
Old package: python-ailment-9.0.4495-1.fc34
Summary: The angr intermediate language
RPMs: python3-ailment
Size: 33.89 KiB
Size change: 116 B
Changelog:
* Thu Oct 29 2020 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 9.0.4663-1
- Update to new upstream release 9.0.4663 (#1891968)
Package: python-archinfo-9.0.4663-1.fc34
Old package: python-archinfo-9.0.4495-1.fc34
Summary: Collection of classes that contain architecture-specific information
RPMs: python3-archinfo
Size: 88.69 KiB
Size change: 132 B
Changelog:
* Thu Oct 29 2020 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 9.0.4663-1
- Update to new upstream release 9.0.4663 (#1891946)
Package: python-automaton-2.2.0-1.fc34
Old package: python-automaton-2.0.1-2.fc33
Summary: Friendly state machines for python
RPMs: python-automaton-doc python3-automaton
Size: 1.00 MiB
Size change: 271 B
Changelog:
* Wed Oct 28 2020 Alfredo Moralejo <amoralej@xxxxxxxxxx> 2.2.0-1
- Update to upstream version 2.2.0
Package: python-beanbag-1.9.2-20.fc34
Old package: python-beanbag-1.9.2-17.fc33
Summary: A helper module for accessing REST APIs
RPMs: python3-beanbag
Size: 33.39 KiB
Size change: 115 B
Changelog:
* Tue Jul 28 2020 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.2-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.9.2-19
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Oct 29 2020 Miro Hrončok <mhroncok@xxxxxxxxxx> - 1.9.2-20
- Fix FTBFS with pytest 5.1+
- Fixes: rhbz#1865274
Package: python-boto3-1.16.7-1.fc34
Old package: python-boto3-1.16.6-1.fc34
Summary: The AWS SDK for Python
RPMs: python3-boto3
Size: 142.83 KiB
Size change: 77 B
Changelog:
* Thu Oct 29 2020 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.16.7-1
- 1.16.7
Package: python-botocore-1.19.7-1.fc34
Old package: python-botocore-1.19.6-1.fc34
Summary: Low-level, data-driven core of boto 3
RPMs: python3-botocore
Size: 3.68 MiB
Size change: 856 B
Changelog:
* Thu Oct 29 2020 Gwyn Ciesla <gwync@xxxxxxxxxxxxxx> - 1.19.7-1
- 1.19.7
Package: python-claripy-9.0.4663-1.fc34
Old package: python-claripy-9.0.4495-1.fc34
Summary: Abstraction layer for constraint solvers
RPMs: python3-claripy
Size: 274.92 KiB
Size change: 555 B
Changelog:
* Thu Oct 29 2020 Fabian Affolter <mail@xxxxxxxxxxxxxxxxxx> - 9.0.4663-1
- Update to new upstream release 9.0.4663 (#1891935)
Package: python-keystoneclient-1:4.1.1-2.fc34
Old package: python-keystoneclient-1:4.0.0-2.fc33
Summary: Client library for OpenStack Identity API
RPMs: python-keystoneclient-doc python3-keystoneclient python3-keystoneclient-tests
Size: 1.53 MiB
Size change: 94.04 KiB
Changelog:
* Wed Oct 28 2020 Alfredo Moralejo <amoralej@xxxxxxxxxx> 1:4.1.1-1
- Update to upstream version 4.1.1
* Wed Oct 28 2020 Alfredo Moralejo <amoralej@xxxxxxxxxx> 1:4.1.1-2
- Update to upstream version 4.1.1
* Thu Oct 29 2020 Alfredo Moralejo <amoralej@xxxxxxxxxx> 1:4.1.1-2
- Update to upstream version 4.1.1
Package: python-mox3-1.1.0-1.fc34
Old package: python-mox3-1.0.0-2.fc33
Summary: Mock object framework for Python
RPMs: python3-mox3
Size: 80.20 KiB
Size change: 21 B
Changelog:
* Wed Oct 28 2020 Alfredo Moralejo <amoralej@xxxxxxxxxx> 1.1.0-1
- Update to upstream version 1.1.0
Package: python-novaclient-1:17.2.1-1.fc34
Old package: python-novaclient-1:17.0.0-2.fc33
Summary: Python API and CLI for OpenStack Nova
RPMs: python-novaclient-doc python3-novaclient
Size: 1.20 MiB
Size change: 1.97 KiB
Changelog:
* Wed Oct 28 2020 Alfredo Moralejo <amoralej@xxxxxxxxxx> 1:17.2.1-1
- Update to upstream version 17.2.1
Package: python-ogr-0.18.0-1.fc34
Old package: python-ogr-0.17.0-1.fc34
Summary: One API for multiple git forges
RPMs: python3-ogr
Size: 115.34 KiB
Size change: 958 B
Changelog:
* Thu Oct 29 2020 Packit Service <user-cont-team+packit-service@xxxxxxxxxx> - 0.18.0-1
- new upstream release: 0.18.0
Package: python-openstackdocstheme-2.2.6-1.fc34
Old package: python-openstackdocstheme-2.2.5-1.fc34
Summary: OpenStack Docs Theme
RPMs: python-openstackdocstheme-doc python3-openstackdocstheme
Size: 2.06 MiB
Size change: 120 B
Changelog:
* Thu Oct 29 2020 Joel Capitao <jcapitao@xxxxxxxxxx> - 2.2.6-1
- Update to 2.2.6
Package: python-oslo-concurrency-4.3.0-2.fc34
Old package: python-oslo-concurrency-4.0.2-2.fc33
Summary: OpenStack Oslo concurrency library
RPMs: python-oslo-concurrency-doc python-oslo-concurrency-lang python3-oslo-concurrency python3-oslo-concurrency-tests
Size: 1.04 MiB
Size change: 1.40 KiB
Changelog:
* Thu Sep 17 2020 RDO <dev@xxxxxxxxxxxxxxxxxxxx> 4.3.0-1
- Update to 4.3.0
* Wed Oct 21 2020 Joel Capitao <jcapitao@xxxxxxxxxx> 4.3.0-2
- Enable sources tarball validation using GPG signature.
Package: python-oslo-utils-4.6.0-2.fc34
Old package: python-oslo-utils-4.1.1-2.fc33
Summary: OpenStack Oslo Utility library
RPMs: python-oslo-utils-doc python-oslo-utils-lang python3-oslo-utils python3-oslo-utils-tests
Size: 1.14 MiB
Size change: 3.59 KiB
Changelog:
* Thu Sep 17 2020 RDO <dev@xxxxxxxxxxxxxxxxxxxx> 4.6.0-1
- Update to 4.6.0
* Wed Oct 21 2020 Joel Capitao <jcapitao@xxxxxxxxxx> 4.6.0-2
- Enable sources tarball validation using GPG signature.
Package: python-pbr-5.5.1-1.fc34
Old package: python-pbr-5.5.0-1.fc34
Summary: Python Build Reasonableness
RPMs: python3-pbr
Size: 1.05 MiB
Size change: 129 B
Changelog:
* Thu Oct 29 2020 Joel Capitao <jcapitao@xxxxxxxxxx> - 5.5.1-1
- Update to 5.5.1 (rhbz#1684239)
Package: python-pymemcache-3.3.0-1.fc34
Old package: python-pymemcache-2.1.1-8.fc33
Summary: A comprehensive, fast, pure Python memcached client
RPMs: python3-pymemcache
Size: 95.15 KiB
Size change: 8.89 KiB
Changelog:
* Tue Sep 15 2020 Joel Capitao <jcapitao@xxxxxxxxxx> - 3.3.0-1
- Update to 3.3.0
- Remove Python 2 subpackage
Package: python-pynetbox-5.1.0-1.fc34
Old package: python-pynetbox-5.0.8-1.fc34
Summary: Python API client library for Netbox
RPMs: python3-pynetbox
Size: 46.20 KiB
Size change: 515 B
Changelog:
* Thu Oct 29 2020 Igor Raits <ignatenkobrain@xxxxxxxxxxxxxxxxx> - 5.1.0-1
- Update to 5.1.0
Package: python-regex-2020.10.28-1.fc34
Old package: python-regex-2020.10.23-1.fc34
Summary: Alternative regular expression module, to replace re
RPMs: python3-regex
Size: 1.67 MiB
Size change: 205 B
Changelog:
* Thu Oct 29 2020 Thomas Moschny <thomas.moschny@xxxxxx> - 2020.10.28-1
- Update to 2020.10.28.
Package: python-statsmodels-0.12.1-1.fc34
Old package: python-statsmodels-0.12.0-1.fc34
Summary: Statistics in Python
RPMs: python3-statsmodels python3-statsmodels-doc
Size: 53.33 MiB
Size change: 285.48 KiB
Changelog:
* Thu Sep 10 2020 Sergio Pascual <sergiopr@xxxxxxxxxxxxxxxxx> - 0.12.0-1
- New upstream source (0.12.0)
* Thu Oct 29 2020 Sergio Pascual <sergiopr@xxxxxxxxxxxxxxxxx> - 0.12.1-1
- New upstream source (0.12.1)
Package: ruby-2.5.8-107.module_f34+10494+9be8b7b5
Old package: ruby-2.5.5-106.module_f34+10429+65de9b67
Summary: An interpreter of object-oriented scripting language
RPMs: ruby ruby-devel ruby-doc ruby-irb ruby-libs rubygem-bigdecimal rubygem-did_you_mean rubygem-io-console rubygem-json rubygem-minitest rubygem-net-telnet rubygem-openssl rubygem-power_assert rubygem-psych rubygem-rake rubygem-rdoc rubygem-test-unit rubygem-xmlrpc rubygems rubygems-devel
Size: 26.06 MiB
Size change: -59.76 KiB
Changelog:
* Mon Oct 26 2020 Jun Aruga <jaruga@xxxxxxxxxx> - 2.5.8-107
- Update to Ruby 2.5.8.
Package: rubygem-acts_as_list-1.0.2-1.fc34
Old package: rubygem-acts_as_list-0.9.16-5.fc33
Summary: A gem allowing a active_record model to act_as_list
RPMs: rubygem-acts_as_list rubygem-acts_as_list-doc
Size: 281.34 KiB
Size change: 4.84 KiB
Changelog:
* Sat Aug 22 2020 Pavel Valena <pvalena@xxxxxxxxxx> - 1.0.1-1
- Update to acts_as_list 1.0.1.
Resolves: rhbz#1686627
* Fri Oct 30 2020 Pavel Valena <pvalena@xxxxxxxxxx> - 1.0.2-1
- Update to acts_as_list 1.0.2.
Resolves: rhbz#1686627
Package: rubygem-image_processing-1.11.0-2.fc34
Old package: rubygem-image_processing-1.11.0-1.fc34
Summary: High-level wrapper for processing images for the web with ImageMagick or libvips
RPMs: rubygem-image_processing rubygem-image_processing-doc
Size: 257.31 KiB
Size change: 60 B
Changelog:
* Tue Aug 11 2020 Pavel Valena <pvalena@xxxxxxxxxx> - 1.11.0-2
- Initial package
Resolves: rhbz#1869719
Package: rubygem-pdf-reader-2.4.1-1.fc34
Old package: rubygem-pdf-reader-2.1.0-6.fc33
Summary: A library for accessing the content of PDF files
RPMs: rubygem-pdf-reader rubygem-pdf-reader-doc
Size: 703.67 KiB
Size change: 9.42 KiB
Changelog:
* Wed Oct 14 2020 Pavel Valena <pvalena@xxxxxxxxxx> - 2.4.1-1
- Update to pdf-reader 2.4.1.
Resolves: rhbz#1742349
Package: rubygem-thor-1.0.1-1.fc34
Old package: rubygem-thor-0.20.3-4.fc33
Summary: Thor is a toolkit for building powerful command-line interfaces
RPMs: rubygem-thor rubygem-thor-doc
Size: 395.02 KiB
Size change: -792 B
Changelog:
* Wed Aug 05 2020 Pavel Valena <pvalena@xxxxxxxxxx> - 1.0.1-1
- Update to Thor 1.0.1.
Resolves: rhbz#1783465
Package: s390utils-2:2.15.1-2.fc34
Old package: s390utils-2:2.15.0-2.fc34
Summary: Utilities and daemons for IBM z Systems
RPMs: s390utils s390utils-base s390utils-cmsfs-fuse s390utils-core s390utils-cpacfstatsd s390utils-cpuplugd s390utils-devel s390utils-hmcdrvfs s390utils-iucvterm s390utils-mon_statd s390utils-osasnmpd s390utils-zdsfs s390utils-ziomon
Size: 2.01 MiB
Size change: 2.31 KiB
Changelog:
* Thu Oct 29 2020 Dan Horák <dan[at]danny.cz> - 2:2.15.1-1
- rebased to 2.15.1
* Thu Oct 29 2020 Petr Šabata <contyk@xxxxxxxxxx> - 2:2.15.1-2
- Fix the development package dependency by adding epoch
Package: samba-2:4.13.1-0.fc34
Old package: samba-2:4.13.0-13.fc34
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-dc-provision 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 samba-winexe
Size: 100.43 MiB
Size change: -237.66 KiB
Changelog:
* Mon Oct 26 2020 Andreas Schneider <asn@xxxxxxxxxx> - 4.13.0-14
- Fixed dbcheck running in a release tarball
- Updated internal resolv_wrapper copy to verison 1.1.7
* Thu Oct 29 2020 Guenther Deschner <gdeschner@xxxxxxxxxx> - 4.13.1-0
- Update to Samba 4.13.1
- resolves: #1892631, #1892634 - Security fixes for CVE-2020-14318
- resolves: #1891685, #1892628 - Security fixes for CVE-2020-14323
- resolves: #1892636, #1892640 - Security fixes for CVE-2020-14383
Package: setzer-0.3.5-1.fc34
Old package: setzer-0.3.4-1.fc34
Summary: LaTeX editor written in Python with Gtk
RPMs: setzer
Size: 3.67 MiB
Size change: 5.82 KiB
Changelog:
* Thu Oct 29 2020 Lyes Saadi <fedora@xxxxxxx> - 0.3.5-1
- Updating to 0.3.5
- Fix #1888889
- Fix #1891239
Package: sil-nuosu-fonts-2.200-1.fc34
Old package: sil-nuosu-fonts-2.1.1-19.fc33
Summary: The Nuosu SIL Font
RPMs: sil-nuosu-fonts
Size: 133.97 KiB
Size change: -65.63 KiB
Changelog:
* Thu Oct 29 2020 Peng Wu <pwu@xxxxxxxxxx> - 2.200-1
- Update to 2.200
- Corrected shape of U+300D and U+300F
Package: slop-7.5-1.fc34
Old package: slop-7.4-11.fc33
Summary: Command line tool to perform region SeLect OPeration with mouse
RPMs: libslopy libslopy-devel slop
Size: 1006.03 KiB
Size change: 6.02 KiB
Changelog:
* Thu Oct 29 2020 Alois Mahdal <amahdal@xxxxxxxxxx> - 7.5-1
- Updated upstream to 7.5
Package: srt-1.4.2-1.fc34
Old package: srt-1.4.1-5.fc33
Summary: Secure Reliable Transport protocol tools
RPMs: srt srt-devel srt-libs
Size: 7.99 MiB
Size change: 1.10 MiB
Changelog:
* Thu Oct 29 2020 Nicolas Chauvet <kwizart@xxxxxxxxx> - 1.4.2-1
- Update to 1.4.2
Package: tboot-1:1.9.11-4.fc34
Old package: tboot-1:1.9.11-2.fc33
Summary: Performs a verified launch using Intel TXT
RPMs: tboot
Size: 657.82 KiB
Size change: 3.51 KiB
Changelog:
* Wed Jul 29 2020 Jeff Law <law@xxxxxxxxxx> - 1:1.9.11-3
- Explicitly allow uninitialized variables in a few places that do it
- on purpose
* Thu Oct 29 2020 Jeff Law <law@xxxxxxxxxx> - 1:1.9.11-4
- Fix buglet exposed by gcc-11 -Warray-parameter
- Temporarily disable -Wstringop-overflow due to false positive in gcc-11
Package: texlive-base-7:20200327-19.fc34
Old package: texlive-base-7:20200327-17.fc34
Summary: TeX formatting system
RPMs: texlive-a2ping texlive-accfonts texlive-adhocfilelist texlive-afm2pl texlive-aleph texlive-amstex texlive-arara texlive-attachfile2 texlive-authorindex texlive-autosp texlive-axodraw2 texlive-base texlive-bib2gls texlive-bibexport texlive-bibtex texlive-bibtex8 texlive-bibtexu texlive-bundledoc texlive-cachepic texlive-checkcites texlive-checklistings texlive-chklref texlive-chktex texlive-cjkutils texlive-clojure-pamphlet texlive-cluttex texlive-context texlive-context-doc texlive-convbkmk texlive-crossrefware texlive-cslatex texlive-csplain texlive-ctan-o-mat texlive-ctanbib texlive-ctanify texlive-ctanupload texlive-ctie texlive-cweb texlive-cyrillic texlive-de-macro texlive-detex texlive-diadia texlive-dosepsbin texlive-dtl texlive-dtxgen texlive-dvi2tty texlive-dviasm texlive-dvicopy texlive-dvidvi texlive-dviinfox texlive-dviljk texlive-dviout-util texlive-dvipdfmx texlive-dvipng texlive-dvipos texlive-dvips texlive-dvisvgm texlive-ebong texlive-eplain texlive-epspdf texlive-epstopdf texlive-exceltex texlive-fig4latex texlive-findhyph texlive-fontinst texlive-fontools texlive-fontware texlive-fragmaster texlive-getmap texlive-glossaries texlive-glyphlist texlive-gregoriotex texlive-gsftopk texlive-installfont texlive-jadetex texlive-jfmutil texlive-kotex-utils texlive-kpathsea texlive-l3build texlive-lacheck texlive-latex texlive-latex-git-log texlive-latex-papersize texlive-latex2man texlive-latex2nemeth texlive-latexdiff texlive-latexfileversion texlive-latexindent texlive-latexpand texlive-lcdftypetools texlive-lib texlive-lib-devel texlive-lilyglyphs texlive-listbib texlive-listings-ext texlive-lollipop texlive-ltxfileinfo texlive-ltximg texlive-luahbtex texlive-luajittex texlive-luaotfload texlive-luatex texlive-lwarp texlive-lyluatex texlive-m-tx texlive-make4ht texlive-makedtx texlive-makeindex texlive-match_parens texlive-mathspic texlive-metafont texlive-metapost texlive-mex texlive-mf2pt1 texlive-mflua texlive-mfware texlive-mkgrkindex texlive-mkjobtexmf texlive-mkpic texlive-mltex texlive-mptopdf texlive-multibibliography texlive-musixtex texlive-musixtnt texlive-oberdiek texlive-omegaware texlive-patgen texlive-pax texlive-pdfbook2 texlive-pdfcrop texlive-pdfjam texlive-pdflatexpicscale texlive-pdftex texlive-pdftex-quiet texlive-pdftosrc texlive-pdfxup texlive-pedigree-perl texlive-perltex texlive-petri-nets texlive-pfarrei texlive-pkfix texlive-pkfix-helper texlive-pmx texlive-pmxchords texlive-ps2eps texlive-ps2pk texlive-pst-pdf texlive-pst2pdf texlive-psutils texlive-ptex texlive-ptex-fontmaps texlive-ptex2pdf texlive-purifyeps texlive-pygmentex texlive-pythontex texlive-rubik texlive-seetexk texlive-splitindex texlive-srcredact texlive-sty2dtx texlive-svn-multi texlive-synctex texlive-tex texlive-tex4ebook texlive-tex4ht texlive-texcount texlive-texdef texlive-texdiff texlive-texdirflatten texlive-texdoc texlive-texdoctk texlive-texfot texlive-texlive-en texlive-texlive-scripts texlive-texlive-scripts-extra texlive-texlive.infra texlive-texliveonfly texlive-texloganalyser texlive-texosquery texlive-texplate texlive-texsis texlive-texware texlive-thumbpdf texlive-tie texlive-tpic2pdftex texlive-ttfutils texlive-typeoutfileinfo texlive-ulqda texlive-uptex texlive-urlbst texlive-velthuis texlive-vlna texlive-vpe texlive-web texlive-webquiz texlive-wordcount texlive-xdvi texlive-xetex texlive-xindex texlive-xindy texlive-xmltex texlive-xpdfopen texlive-yplan
Size: 813.38 MiB
Size change: -1.23 MiB
Changelog:
* Sun Oct 11 2020 Jeff Law <law@xxxxxxxxxx> - 7:20200327-18
- Re-enable LTO
* Thu Oct 29 2020 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 7:20200327-19
- fix dependencies of texlive-ptex and texlive-uptex
Package: thunderbird-78.4.0-2.fc34
Old package: thunderbird-78.4.0-1.fc34
Summary: Mozilla Thunderbird mail/newsgroup client
RPMs: thunderbird thunderbird-wayland
Size: 364.35 MiB
Size change: 90.41 MiB
Changelog:
* Thu Oct 22 2020 Jan Horak <jhorak@xxxxxxxxxx> - 78.4.0-2
- Update to 78.4.0 build1
Package: ucx-1.8.1-4.fc34
Old package: ucx-1.8.1-3.fc33
Summary: UCX is a communication library implementing high-performance messaging
RPMs: ucx ucx-cma ucx-devel ucx-ib ucx-rdmacm
Size: 2.27 MiB
Size change: -2.51 KiB
Changelog:
* Thu Oct 29 2020 Jeff Law <law@xxxxxxxxxx> 1.8.1-4
- Disable -Warray-bounds diagnostics for gcc-11
Package: usbutils-013-1.fc34
Old package: usbutils-012-5.fc33
Summary: Linux USB utilities
RPMs: usbutils
Size: 584.89 KiB
Size change: 293 B
Changelog:
* Thu Oct 29 2020 Peter Robinson <pbrobinson@xxxxxxxxxxxxxxxxx> - 013-1
- Update to 013
Package: xlockmore-5.66-1.fc34
Old package: xlockmore-5.64-3.fc33
Summary: Screen lock and screen saver
RPMs: xlockmore xlockmore-gtk xlockmore-motif
Size: 6.20 MiB
Size change: 92.20 KiB
Changelog:
* Thu Oct 29 2020 Adrian Reber <adrian@xxxxxxxx> - 5.66-1
- Updated to 5.66 (#1837169)
Package: xtl-0.6.21-1.fc34
Old package: xtl-0.6.20-1.fc34
Summary: QuantStack tools library
RPMs: xtl-devel xtl-doc
Size: 23.98 MiB
Size change: 3.55 KiB
Changelog:
* Thu Oct 29 2020 Elliott Sales de Andrade <quantum.analyst@xxxxxxxxx> - 0.6.21-1
- Update to latest version (#1892529)
Package: ydiff-1.2-1.fc34
Old package: ydiff-1.1-10.fc33
Summary: View colored, incremental diff
RPMs: python3-ydiff ydiff
Size: 42.90 KiB
Size change: 1.59 KiB
Changelog:
* Thu Oct 29 2020 Alois Mahdal <amahdal@xxxxxxxxxx> - 1.2-1
- Updated upstream to 1.2
===== DOWNGRADED PACKAGES =====
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx