dnf and deltarpm (Was: Re: Fedora rawhide compose report:
20180529.n.0 changes)
by Tomasz Kłoczko
On 29 May 2018 at 15:49, Fedora Rawhide Report <rawhide(a)fedoraproject.org>
wrote:
[..]
> Package: dnf-2.7.5-15.fc29
> Old package: dnf-2.7.5-12.fc29
> Summary: Package manager
> RPMs: dnf dnf-automatic dnf-data dnf-yum python2-dnf python3-dnf
> Added RPMs: dnf-data
> Dropped RPMs: dnf-conf
> Size: 1.82 MiB
> Size change: 342.44 KiB
> Changelog:
> * Fri May 25 2018 Martin Hatina <mhatina(a)redhat.com> - 2.7.5-13
> - Rebase to dnf from dnf-2-modularity-6 release.
>
> * Fri May 25 2018 Martin Hatina <mhatina(a)redhat.com> - 2.7.5-14
> - Fix patch applying.
>
> * Mon May 28 2018 Martin Hatina <mhatina(a)redhat.com> - 2.7.5.15
> - Do not require libdnf
>
It is yet another hidden change not listed in above.
python3-dnf subpackage started (again) require deltarp.
Previouselly is spec was "Recommends: deltarpm" and now it is (again)
"Requires: deltarpm"
dnf maintainer(s) knows about this
https://bugzilla.redhat.com/show_bug.cgi?id=1583834
However for some reason looks like they prefers to apply kind of ostrich
tactics.
Because today has been published next dnf release I'm going to repeating
the bugzilla ticket question about deltrpm question but this time
publically.
I want to believe that it was nothing more than trivial mistake because
Fedora does not offer repo with delta files so fixed instead weak
dependency does not make here IMO sense, and such change only pointlessly
enlarges the size of the @core.
kloczek
--
Tomasz Kłoczko | LinkedIn:http://lnkd.in/FXPWxH
5 years, 6 months
Unified Unison package (again)
by Richard W.M. Jones
Previously discussed several times, most recently:
* 2015 https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.o...
* 2011 https://lists.fedoraproject.org/pipermail/devel/2011-September/thread.htm...
Unison is a fairly widely used file synchronization package. Think of
it as a more efficient, multi-directional 'rsync'.
Unison has the unfortunate property that versions of Unison are not
compatible with each other unless they have the exact same major.minor
release. eg. Unison 2.40.128 is compatible with Unison 2.40.102, but
incompatible with Unison 2.48.3 (the latest upstream).
The reason that matters is you might be running Unison across multiple
machines, running different Linux distros, which have different
versions of Unison.
For this reason, Fedora packages three different Unison branches in
separate packages:
* unison213 (currently Unison 2.13.16)
* unison227 (currently Unison 2.27.157)
* unison240 (currently Unison 2.40.128)
* There was a "unison" package, but it is retired
We don't package the latest upstream versions (Unison 2.48.4,
Unison 2.51.2) at all.
Because of what I said above, it matters what Debian is shipping:
* unison 2.27.57
* unison 2.32.52
* unison 2.40
=> If you wanted to communicate between Fedora and Debian you could
use either 2.27 or 2.40.
It's not likely that Unison will use a stable, cross-version protocol
any time soon.
I'm proposing that we clear up this mess by creating a single unified
package called just "unison" which will build subpackages for each
version. It will contain multiple source tarballs for each major
branch.
Although this is very slightly dubious from a packaging point of view,
I believe it's the best solution here. It means we can build multiple
versions, we don't need to go through the new package review process
every time upstream releases a new major version, and it'll make
managing the package simpler at the cost of a somewhat more complex
spec file.
If no one has any objections, I'll submit a unified unison package to
the new package process.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
5 years, 6 months
Re: Looking up module information via Koji
by Owen Taylor
[ Broadening the audience to include devel(a)lists.fedoraproject.org ]
Anybody have thoughts about my question below? some examples of places
which will need logic like this to replace PDC usage:
ODCS
Resolve a module name:stream to a particular build, and do dependency
expansion
fedmod
Get the flatpak-runtime modulemd to find what packages aren't in the
runtime and need to be bundled
atomic-reactor
Load the modulemd for particular module builds to get profile
information and figure out what to install in a container
flatpak-module-tools
Load modulemd and do dependency expansion to build a container locally
rpkg
Load the modulemd module we are building into a flatpak to find what
runtime it is using, and hence the right build target
Thanks!
Owen
On Mon, May 21, 2018 at 1:29 PM, Owen Taylor <otaylor(a)redhat.com> wrote:
> My understanding is that with the planned retirement of the PDC:
>
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.
> fedoraproject.org/thread/JHKHWYU5XK7H2P2QZZCCQR4ZRCTY3OSB/
>
> Querying for module information should be done using the MBS and/or Koji
> APIs.
>
> Various code that I maintain (in OSBS, fedmod, and random tooling) wants
> to do module build lookups - different variations of "look up the modulemd
> for latest build of a NAME:STREAM[:VERSION]". Variations generally being
> exactly what "latest" means here.
>
> The code generally already is using Koji and the MBS api is quite limited,
> so I've chosen to do the lookups via Koji.
>
> https://fishsoup.net/misc/get-module-builds
>
> Is a test tool that incorporates most of the capability that I needed
> across my uses. It's distinctly more than a couple of lines of code - I can
> cut-and-paste it for now, but what's the right long-term home? Is there a
> simpler way?
>
> My best idea right now is that if the 'base_version' and'status' part of
> my code was simplified to simply be "tag" and avoid reliance on the tag
> structure of Fedora, then this might make a reasonable addition to the Koji
> CLI and API - there are some things that using raw tags for the query makes
> trickier, but it's probably workable.
>
> Thanks for any input!
> Owen
>
>
5 years, 6 months
How to make DNS resolving fail early in mock?
by Miro Hrončok
Hi, since our Koji builds have disabled internet access, I want to do
the same, so I have more Koji consistent builds.
I have the following in /etc/mock/site-defaults.cfg:
config_opts['use_host_resolv'] = True # or False, no difference
config_opts['rpmbuild_networking'] = False
The internet doesn't work (desired), but has large timeouts (undesired).
This is especially tedious when building Python packages that use
intershpinx and they try to fetch stuff from the internet during build
(it fails, but that's OK). For each such request, the build is prolonged
for ~1 minute. I have Python packages that try to download (and fail)
10+ intershpinx inventories during build. That's 10+ minutes waiting for
something that'll fail anyway. I've been adding hacks to sphinx calls to
make intersphinx timeout sooner, but it's unnecessary clutter in the spec.
So I decided to test this. I've added the following to the spec:
time curl http://example.com/
Here are the times:
* my mock: real 0m56.595s Could not resolve host
* Koji: real 0m0.030s Could not resolve host
This seems to be just about resolving hosts. See with IP address:
time curl http://1.1.1.1/
* my mock: real 2m10.953s Connection timed out
* Koji: real 2m11.337s Connection timed out
Is there a trick to make resolving fail early?
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
5 years, 6 months
Fedora rawhide compose report: 20180531.n.0 changes
by Fedora Rawhide Report
OLD: Fedora-Rawhide-20180530.n.0
NEW: Fedora-Rawhide-20180531.n.0
===== SUMMARY =====
Added images: 0
Dropped images: 4
Added packages: 17
Dropped packages: 4
Upgraded packages: 95
Downgraded packages: 0
Size of added packages: 13.85 MiB
Size of dropped packages: 11.96 MiB
Size of upgraded packages: 5.23 GiB
Size of downgraded packages: 0 B
Size change of upgraded packages: 1.17 GiB
Size change of downgraded packages: 0 B
===== ADDED IMAGES =====
===== DROPPED IMAGES =====
Image: Container_Minimal_Base docker armhfp
Path: Container/armhfp/images/Fedora-Container-Minimal-Base-Rawhide-20180530.n.0.armhfp.tar.xz
Image: Python_Classroom vagrant-libvirt x86_64
Path: Labs/x86_64/images/Fedora-Python-Classroom-Vagrant-Rawhide-20180530.n.0.x86_64.vagrant-libvirt.box
Image: Container_Base docker armhfp
Path: Container/armhfp/images/Fedora-Container-Base-Rawhide-20180530.n.0.armhfp.tar.xz
Image: Python_Classroom vagrant-virtualbox x86_64
Path: Labs/x86_64/images/Fedora-Python-Classroom-Vagrant-Rawhide-20180530.n.0.x86_64.vagrant-virtualbox.box
===== ADDED PACKAGES =====
Package: airnef-1.1-2.fc29
Summary: Wireless download from your Nikon/Canon Camera
RPMs: airnef
Size: 182.22 KiB
Package: gap-pkg-crime-1.4-2.fc29
Summary: Group cohomology and Massey products
RPMs: gap-pkg-crime
Size: 573.23 KiB
Package: ghc-cmark-gfm-0.1.3-3.fc29
Summary: Fast, accurate GitHub Flavored Markdown parser and renderer
RPMs: ghc-cmark-gfm ghc-cmark-gfm-devel
Size: 4.71 MiB
Package: ghc-hslua-module-text-0.1.2.1-3.fc29
Summary: Lua module for text
RPMs: ghc-hslua-module-text ghc-hslua-module-text-devel
Size: 674.91 KiB
Package: golang-github-dropbox-sdk-unofficial-4.1.0-1.fc29
Summary: An UNOFFICIAL Dropbox v2 API SDK for Go
RPMs: golang-github-dropbox-sdk-unofficial-devel
Size: 179.30 KiB
Package: mongo-java-driver-3.6.3-1.module_1822+9f9b01c0
Summary: A Java driver for MongoDB
RPMs: mongo-java-driver mongo-java-driver-bson mongo-java-driver-driver mongo-java-driver-driver-async mongo-java-driver-driver-core mongo-java-driver-javadoc
Size: 6.02 MiB
Package: nodejs-acorn-dynamic-import-3.0.0-1.fc29
Summary: Support dynamic imports in acorn
RPMs: nodejs-acorn-dynamic-import
Size: 11.75 KiB
Package: nodejs-console-group-0.3.3-1.fc29
Summary: A basic console.group implementation for node
RPMs: nodejs-console-group
Size: 9.57 KiB
Package: nodejs-estree-walker-0.5.2-1.fc29
Summary: Traverse an ESTree-compliant AST
RPMs: nodejs-estree-walker
Size: 11.97 KiB
Package: nodejs-is-module-1.0.0-1.fc29
Summary: Check if a source string is an es6 module
RPMs: nodejs-is-module
Size: 9.34 KiB
Package: nodejs-locate-character-2.0.5-1.fc29
Summary: Get the line and column number of a specific character in a string
RPMs: nodejs-locate-character
Size: 10.32 KiB
Package: nodejs-micromatch-3.1.10-1.fc29
Summary: Glob matching for javascript/node.js
RPMs: nodejs-micromatch
Size: 26.68 KiB
Package: nodejs-require-relative-0.8.7-1.fc29
Summary: Require and resolve modules relative to a path of your choice
RPMs: nodejs-require-relative
Size: 8.33 KiB
Package: nodejs-rollup-pluginutils-2.3.0-1.fc29
Summary: Functionality commonly needed by Rollup plugins
RPMs: nodejs-rollup-pluginutils
Size: 14.89 KiB
Package: python-distroinfo-0.0.1-3.fc29
Summary: Parsing and querying distribution metadata stored in text/YAML files
RPMs: python2-distroinfo python3-distroinfo
Size: 66.44 KiB
Package: python-netdisco-1.4.0-2.fc29
Summary: Python library to scan local network for services and devices
RPMs: python3-netdisco
Size: 72.47 KiB
Package: vkd3d-1.0-1.fc29
Summary: D3D12 to Vulkan translation library
RPMs: libvkd3d libvkd3d-devel libvkd3d-utils libvkd3d-utils-devel
Size: 1.31 MiB
===== DROPPED PACKAGES =====
Package: go-compilers-1-29.module_1635+17c17aa3
Summary: Go language compilers for various architectures
RPMs: go-compilers-golang-compiler
Size: 7.85 MiB
Package: go-srpm-macros-2-16.module_1635+17c17aa3
Summary: RPM macros for building Golang packages for various architectures
RPMs: go-srpm-macros
Size: 11.24 KiB
Package: golang-github-cpuguy83-go-md2man-1.0.7-5.20180307git1d903dc.module_1635+17c17aa3
Summary: Process markdown into manpages
RPMs: golang-github-cpuguy83-go-md2man golang-github-cpuguy83-go-md2man-devel
Size: 3.72 MiB
Package: golang-github-russross-blackfriday-2.0.0-1.20180215git55d61fa.module_1635+17c17aa3
Summary: Markdown processor implemented in Go
RPMs: golang-github-russross-blackfriday-devel golang-github-russross-blackfriday-unit-test
Size: 376.27 KiB
===== UPGRADED PACKAGES =====
Package: R-IRdisplay-0.5.0-1.fc29
Old package: R-IRdisplay-0.4.4-3.fc29
Summary: 'Jupyter' Display Machinery
RPMs: R-IRdisplay
Size: 39.18 KiB
Size change: 6.75 KiB
Changelog:
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.5.0-1
- Update to latest version
Package: R-bit-1.1.14-1.fc29
Old package: R-bit-1.1.13-1.fc29
Summary: A class for vectors of 1-bit booleans
RPMs: R-bit
Size: 1.66 MiB
Size change: 7.97 KiB
Changelog:
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.1.14-1
- Update to latest version
Package: R-pbdRPC-0.2.1-2.fc29
Old package: R-pbdRPC-0.2.1-1.fc29
Summary: Programming with Big Data -- Remote Procedure Call
RPMs: R-pbdRPC
Size: 311.70 KiB
Size change: 14.58 KiB
Changelog:
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.2.1-2
- Fix package's no-arch-ness
Package: R-pdftools-1.8-1.fc29
Old package: R-pdftools-1.7-1.fc29
Summary: Text Extraction, Rendering and Converting of PDF Documents
RPMs: R-pdftools
Size: 617.56 KiB
Size change: 24.45 KiB
Changelog:
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.8-1
- Update to latest version
Package: R-rlang-0.2.1-1.fc29
Old package: R-rlang-0.2.0-2.fc29
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
RPMs: R-rlang
Size: 5.73 MiB
Size change: 30.46 KiB
Changelog:
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.2.1-1
- Update to latest version
Package: R-utf8-1.1.4-1.fc29
Old package: R-utf8-1.1.3-2.fc29
Summary: Unicode Text Processing
RPMs: R-utf8
Size: 988.70 KiB
Size change: 13.64 KiB
Changelog:
* Wed May 30 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 1.1.4-1
- Update to latest version
Package: annobin-5.9-1.fc29
Old package: annobin-5.8-1.fc29
Summary: Binary annotation plugin for GCC
RPMs: annobin
Size: 611.71 KiB
Size change: 10.95 KiB
Changelog:
* Wed May 30 2018 Nick Clifton <nickc(a)redhat.com> - 5.9-1
- Record the setting of the -mstackrealign option for i686 binaries.
Package: buildah-1.0-13.git5595d4d.fc29
Old package: buildah-1.0-12.gitebb0d8e.fc29
Summary: A command line tool used for creating OCI Images
RPMs: buildah
Size: 17.56 MiB
Size change: 588 B
Changelog:
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot(a)fedoraproject.org> - 1.0-13.git5595d4d
- autobuilt 5595d4d
Package: calibre-3.24.2-1.fc29
Old package: calibre-3.23.0-1.fc29
Summary: E-book converter and library manager
RPMs: calibre
Size: 206.97 MiB
Size change: 1.30 MiB
Changelog:
* Tue May 29 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 3.23.0-2
- rebuild (qt5)
* Wed May 30 2018 Kevin Fenzi <kevin(a)scrye.com> - 3.24.2-1
- Update to 3.24.2.
Package: cobbler-2.8.3-3.fc29
Old package: cobbler-2.8.3-2.fc29
Summary: Boot server configurator
RPMs: cobbler cobbler-web koan
Size: 4.26 MiB
Size change: 700 B
Changelog:
* Wed May 30 2018 Orion Poplawski <orion(a)nwra.com> - 2.8.3-3
- koan requires urlgrabber
Package: colin-0.1.0-1.fc29
Old package: colin-0.0.4-3.fc29
Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles.
RPMs: colin colin-doc python3-colin
Size: 1.64 MiB
Size change: -13.31 KiB
Changelog:
* Wed May 30 2018 Jiri Popelka <jpopelka(a)redhat.com> 0.1.0-1
- 0.1.0 release
Package: container-selinux-2:2.63-1.git284f9e7.fc29
Old package: container-selinux-2:2.61-1.git9b55129.fc29
Summary: SELinux policies for container runtimes
RPMs: container-selinux
Size: 41.70 KiB
Size change: 284 B
Changelog:
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot(a)fedoraproject.org> - 2:2.62-1.git1ecf953
- bump to 2.62
- autobuilt 1ecf953
* Wed May 30 2018 Dan Walsh <dwalsh(a)fedoraproject.org> - 2.63-1
- Allow containers to create icmp packets
Package: coreutils-8.29-12.fc29
Old package: coreutils-8.29-11.fc29
Summary: A set of basic GNU tools commonly used in shell scripts
RPMs: coreutils coreutils-common coreutils-single
Size: 26.91 MiB
Size change: 3.02 KiB
Changelog:
* Wed May 30 2018 Kamil Dudka <kdudka(a)redhat.com> - 8.29-12
- add provides to coreutils-single to make it a drop-in replacement
Package: cyrus-imapd-3.0.7-3.fc29
Old package: cyrus-imapd-3.0.7-2.fc29
Summary: A high-performance email, contacts and calendar server
RPMs: cyrus-imapd cyrus-imapd-devel cyrus-imapd-doc-extra cyrus-imapd-utils cyrus-imapd-vzic
Size: 18.99 MiB
Size change: 875.17 KiB
Changelog:
* Wed May 30 2018 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 3.0.7-3
- Remove ldconfig scriptlets.
- Remove F26-specific test exclusions.
- Update Cassandane checkout.
- Add extra Cassandane patch from https://github.com/cyrusimap/cassandane/pull/57
- Revalidate the excluded test list.
Package: dex-autostart-0.8.0-1.fc29
Old package: dex-autostart-0.8-0.12.20150728git4bbd9f9.fc28
Summary: Generate and execute DesktopEntry files
RPMs: dex-autostart
Size: 17.56 KiB
Size change: 168 B
Changelog:
* Wed May 30 2018 Till Hofmann <thofmann(a)fedoraproject.org> - 0.8.0-1
- Update to released version 0.8.0
Package: eclipse-license-2.0.1-1.fc29
Old package: eclipse-license-1.0.1-12.fc28
Summary: Shared license features for Eclipse
RPMs: eclipse-license1 eclipse-license2
Added RPMs: eclipse-license1 eclipse-license2
Dropped RPMs: eclipse-license
Size: 39.60 KiB
Size change: 20.70 KiB
Changelog:
* Wed May 30 2018 Mat Booth <mat.booth(a)redhat.com> - 2.0.1-1
- Ship both EPL v1.0 and EPL v2.0 features
Package: edk2-20180529gitee3198e672e2-1.fc29
Old package: edk2-20171011git92d07e4-7.fc29
Summary: EFI Development Kit II
RPMs: edk2-aarch64 edk2-arm edk2-ovmf edk2-ovmf-ia32 edk2-qosb edk2-tools edk2-tools-doc edk2-tools-python
Size: 15.09 MiB
Size change: 220.46 KiB
Changelog:
* Tue May 29 2018 Paolo Bonzini <pbonzini(a)redhat.com> - 20180529gitee3198e672e2-1
- Bump release for new build
Package: firefox-60.0.1-5.fc29
Old package: firefox-60.0.1-4.fc29
Summary: Mozilla Firefox Web browser
RPMs: firefox
Size: 612.41 MiB
Size change: -23.70 KiB
Changelog:
* Wed May 30 2018 Martin Stransky <stransky(a)redhat.com> - 60.0.1-5
- Added workaround for mozbz#1464823 which makes GL layer
compositor usable on Wayland.
Package: fprintd-0.8.0-4.fc29
Old package: fprintd-0.8.0-3.fc28
Summary: D-Bus service for Fingerprint reader access
RPMs: fprintd fprintd-devel fprintd-pam
Size: 737.72 KiB
Size change: 1.85 KiB
Changelog:
* Wed May 30 2018 Bastien Nocera <bnocera(a)redhat.com> - 0.8.0-4
+ fprintd-0.8.0-4
- Rebuild
Package: gprolog-1.4.4-12.fc29
Old package: gprolog-1.4.4-11.fc27
Summary: GNU Prolog is a free Prolog compiler
RPMs: gprolog gprolog-docs
Size: 4.48 MiB
Size change: 31.75 KiB
Changelog:
* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.4-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Package: gpxsee-5.13-1.fc29
Old package: gpxsee-5.12-1.fc29
Summary: GPS log file viewer and analyzer
RPMs: gpxsee
Size: 3.26 MiB
Size change: 13.93 KiB
Changelog:
* Wed May 30 2018 Nikola Forr�� <nforro(a)redhat.com> - 5.13-1
- Update to version 5.13
resolves: #1583873
Package: htop-2.2.0-1.fc29
Old package: htop-2.1.0-1.fc28
Summary: Interactive process viewer
RPMs: htop
Size: 778.77 KiB
Size change: 17.86 KiB
Changelog:
* Wed May 30 2018 Mukundan Ragavan <nonamedotc(a)fedoraproject.org> - 2.2.0-1
- Update to 2.2.0
Package: jasper-2.0.14-5.fc29
Old package: jasper-2.0.14-4.fc29
Summary: Implementation of the JPEG-2000 standard, Part 1
RPMs: jasper jasper-devel jasper-libs jasper-utils
Size: 9.47 MiB
Size change: 4.64 KiB
Changelog:
* Wed May 30 2018 Josef Ridky <jridky(a)redhat.com> - 2.0.14-5
- Fix CVE-2016-9396 (#1396986)
Package: java-comment-preprocessor-6.0.1-9.fc29
Old package: java-comment-preprocessor-6.0.1-8.fc28
Summary: The Most Powerful Multi-Pass Java Preprocessor
RPMs: java-comment-preprocessor java-comment-preprocessor-javadoc
Size: 429.15 KiB
Size change: 1.73 KiB
Changelog:
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 6.0.1-9
- Disable tests and regenerate BRs
* Wed May 30 2018 Pavel Raiskup <praiskup(a)redhat.com> - 6.0.1-9
- use better upstream tarball name
Package: js-jsroot-5.4.2-1.fc29
Old package: js-jsroot-5.4.1-1.fc29
Summary: JavaScript ROOT - Interactive numerical data analysis graphics
RPMs: js-jsroot
Size: 1.26 MiB
Size change: 756 B
Changelog:
* Wed May 30 2018 Mattias Ellert <mattlas.ellert(a)physics.uu.se> - 5.4.2-1
- Update to version 5.4.2
Package: kernel-4.17.0-0.rc7.git1.1.fc29
Old package: kernel-4.17.0-0.rc7.git0.1.fc29
Summary: The Linux kernel
RPMs: kernel kernel-core kernel-cross-headers kernel-devel kernel-headers kernel-lpae kernel-lpae-core kernel-lpae-devel kernel-lpae-modules kernel-lpae-modules-extra kernel-modules kernel-modules-extra
Dropped RPMs: kernel-debug kernel-debug-core kernel-debug-devel kernel-debug-modules kernel-debug-modules-extra
Size: 506.00 MiB
Size change: -113.71 MiB
Changelog:
* Wed May 30 2018 Justin M. Forbes <jforbes(a)fedoraproject.org> - 4.17.0-0.rc7.git1.1
- Linux v4.17-rc7-31-g0044cdeb7313
- Reenable debugging options.
Package: ldapjdk-4.19-7.fc29
Old package: ldapjdk-4.19-5.fc28
Summary: The Mozilla LDAP Java SDK
RPMs: ldapjdk ldapjdk-javadoc
Size: 375.01 KiB
Size change: 752 B
Changelog:
* Wed Jan 03 2018 Karsten Hopp <karsten(a)redhat.com> - 4.19-5+4
- fix some conditionals
* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0:4.19-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Fix rhel conditionals
Package: libtar-1.2.20-13.fc29
Old package: libtar-1.2.20-12.fc28
Summary: Tar file manipulation API
RPMs: libtar libtar-devel
Size: 539.46 KiB
Size change: 2.77 KiB
Changelog:
* Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.2.20-12
- Switch to %ldconfig_scriptlets
* Wed May 30 2018 Kamil Dudka <kdudka(a)redhat.com> - 1.2.20-13
- drop obsolete Group tags
- replace dead project URL
Package: libtiff-4.0.9-9.fc29
Old package: libtiff-4.0.9-8.fc29
Summary: Library of functions for manipulating TIFF format image files
RPMs: libtiff libtiff-devel libtiff-static libtiff-tools
Size: 7.82 MiB
Size change: 191.07 KiB
Changelog:
* Wed May 30 2018 Nikola Forr�� <nforro(a)redhat.com> - 4.0.9-9
- Fix CVE-2017-9935, CVE-2017-18013 (#1530441),
CVE-2018-8905 (#1559705) and CVE-2018-10963 (#1579061)
Package: magic-8.2.61-1.fc29
Old package: magic-8.2.60-1.fc29
Summary: A very capable VLSI layout tool
RPMs: magic magic-doc
Size: 12.88 MiB
Size change: 259.78 KiB
Changelog:
* Wed May 30 2018 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 8.2.61-1
- 8.2.61
Package: mingw-crt-5.0.3-1.fc29
Old package: mingw-crt-5.0.2-3.fc29
Summary: MinGW Windows cross-compiler runtime
RPMs: mingw32-crt mingw64-crt
Size: 3.96 MiB
Size change: 5.55 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.0.3-1
- Update to 5.0.3
- Backport patch for incomplete dwmapi.a
Package: mingw-harfbuzz-1.7.6-1.fc29
Old package: mingw-harfbuzz-1.4.8-2.fc29
Summary: MinGW Windows Harfbuzz library
RPMs: mingw32-harfbuzz mingw32-harfbuzz-static mingw64-harfbuzz mingw64-harfbuzz-static
Size: 1.40 MiB
Size change: 313.03 KiB
Changelog:
* Tue May 29 2018 Sandro Mani <manisandro(a)gmail.com> - 1.7.6-1
- Update to 1.7.6
Package: mingw-qt5-qt3d-5.11.0-1.fc29
Old package: mingw-qt5-qt3d-5.10.1-2.fc29
Summary: Qt5 for Windows - Qt3d component
RPMs: mingw32-qt5-qt3d mingw32-qt5-qt3d-tools mingw64-qt5-qt3d mingw64-qt5-qt3d-tools
Size: 30.73 MiB
Size change: 3.68 MiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtactiveqt-5.11.0-1.fc29
Old package: mingw-qt5-qtactiveqt-5.10.1-1.fc28
Summary: Qt5 for Windows - QtActiveQt component
RPMs: mingw32-qt5-qtactiveqt mingw64-qt5-qtactiveqt
Size: 983.72 KiB
Size change: -1.34 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtbase-5.11.0-1.fc29
Old package: mingw-qt5-qtbase-5.10.1-2.fc28
Summary: Qt5 for Windows - QtBase component
RPMs: mingw32-qt5-qmake mingw32-qt5-qtbase mingw32-qt5-qtbase-devel mingw32-qt5-qtbase-static mingw64-qt5-qmake mingw64-qt5-qtbase mingw64-qt5-qtbase-devel mingw64-qt5-qtbase-static
Size: 72.06 MiB
Size change: 1.12 MiB
Changelog:
* Tue May 22 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtcharts-5.11.0-1.fc29
Old package: mingw-qt5-qtcharts-5.10.1-1.fc28
Summary: Qt5 for Windows - QtCharts component
RPMs: mingw32-qt5-qtcharts mingw64-qt5-qtcharts
Size: 1.49 MiB
Size change: 29.48 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtdeclarative-5.11.0-1.fc29
Old package: mingw-qt5-qtdeclarative-5.10.1-2.fc29
Summary: Qt5 for Windows - QtDeclarative component
RPMs: mingw32-qt5-qmldevtools mingw32-qt5-qmldevtools-devel mingw32-qt5-qtdeclarative mingw32-qt5-qtdeclarative-static mingw64-qt5-qmldevtools mingw64-qt5-qmldevtools-devel mingw64-qt5-qtdeclarative mingw64-qt5-qtdeclarative-static
Size: 19.25 MiB
Size change: -2.17 MiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtgraphicaleffects-5.11.0-1.fc29
Old package: mingw-qt5-qtgraphicaleffects-5.10.1-1.fc28
Summary: Qt5 for Windows - QtGraphicalEffects component
RPMs: mingw32-qt5-qtgraphicaleffects mingw64-qt5-qtgraphicaleffects
Size: 218.89 KiB
Size change: 32.00 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtimageformats-5.11.0-1.fc29
Old package: mingw-qt5-qtimageformats-5.10.1-1.fc28
Summary: Qt5 for Windows - QtImageFormats component
RPMs: mingw32-qt5-qtimageformats mingw64-qt5-qtimageformats
Size: 186.57 KiB
Size change: -464 B
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtmultimedia-5.11.0-1.fc29
Old package: mingw-qt5-qtmultimedia-5.10.1-1.fc28
Summary: Qt5 for Windows - QtMultimedia component
RPMs: mingw32-qt5-qtmultimedia mingw64-qt5-qtmultimedia
Size: 1.54 MiB
Size change: 31.00 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtquickcontrols-5.11.0-1.fc29
Old package: mingw-qt5-qtquickcontrols-5.10.1-1.fc28
Summary: Qt5 for Windows - QtQuickControls component
RPMs: mingw32-qt5-qtquickcontrols mingw32-qt5-qtquickcontrols-static mingw64-qt5-qtquickcontrols mingw64-qt5-qtquickcontrols-static
Size: 3.44 MiB
Size change: 213.22 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtscript-5.11.0-1.fc29
Old package: mingw-qt5-qtscript-5.10.1-1.fc28
Summary: Qt5 for Windows - QtScript component
RPMs: mingw32-qt5-qtscript mingw64-qt5-qtscript
Size: 1.95 MiB
Size change: -40 B
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtsensors-5.11.0-1.fc29
Old package: mingw-qt5-qtsensors-5.10.1-1.fc28
Summary: Qt5 for Windows - QtSensors component
RPMs: mingw32-qt5-qtsensors mingw64-qt5-qtsensors
Size: 443.49 KiB
Size change: 0 B
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtserialport-5.11.0-1.fc29
Old package: mingw-qt5-qtserialport-5.10.1-1.fc28
Summary: Qt5 for Windows - Qt Serial Port component
RPMs: mingw32-qt5-qtserialport mingw64-qt5-qtserialport
Size: 145.57 KiB
Size change: 64 B
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtsvg-5.11.0-1.fc29
Old package: mingw-qt5-qtsvg-5.10.1-1.fc28
Summary: Qt5 for Windows - QtSvg component
RPMs: mingw32-qt5-qtsvg mingw64-qt5-qtsvg
Size: 395.67 KiB
Size change: 552 B
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qttools-5.11.0-1.fc29
Old package: mingw-qt5-qttools-5.10.1-2.fc29
Summary: Qt5 for Windows - QtTools component
RPMs: mingw32-qt5-qttools mingw32-qt5-qttools-tools mingw64-qt5-qttools mingw64-qt5-qttools-tools
Size: 16.70 MiB
Size change: -4.63 MiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qttranslations-5.11.0-1.fc29
Old package: mingw-qt5-qttranslations-5.10.1-1.fc28
Summary: Qt5 for Windows - QtTranslations component
RPMs: mingw32-qt5-qttranslations mingw64-qt5-qttranslations
Size: 3.51 MiB
Size change: -49.02 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtwebsockets-5.11.0-1.fc29
Old package: mingw-qt5-qtwebsockets-5.10.1-1.fc28
Summary: Qt5 for Windows - QtWebsockets component
RPMs: mingw32-qt5-qtwebsockets mingw64-qt5-qtwebsockets
Size: 234.92 KiB
Size change: -1.61 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: mingw-qt5-qtxmlpatterns-5.11.0-1.fc29
Old package: mingw-qt5-qtxmlpatterns-5.10.1-1.fc28
Summary: Qt5 for Windows - QtXmlPatterns component
RPMs: mingw32-qt5-qtxmlpatterns mingw64-qt5-qtxmlpatterns
Size: 2.62 MiB
Size change: 5.45 KiB
Changelog:
* Wed May 30 2018 Sandro Mani <manisandro(a)gmail.com> - 5.11.0-1
- Update to 5.11.0
Package: module-build-service-2.2.2-1.fc29
Old package: module-build-service-2.2.1-1.fc29
Summary: The Module Build Service for Modularity
RPMs: module-build-service
Size: 255.62 KiB
Size change: 460 B
Changelog:
* Wed May 30 2018 mprahl <mprahl(a)redhat.com> - 2.2.2-1
- new version
Package: monkeysphere-0.41-8.fc29
Old package: monkeysphere-0.41-7.fc29
Summary: Use the OpenPGP web of trust to verify SSH connections
RPMs: monkeysphere
Size: 778.74 KiB
Size change: 1.23 KiB
Changelog:
* Wed May 30 2018 Christopher Tubbs <ctubbsii(a)fedoraproject.org> - 0.41-8
- Add missing dependency on lockfile-progs (rhbz#1583852)
Package: nec2c-1.3-8.fc29
Old package: nec2c-1.3-7.fc27
Summary: Translation of NEC2 antenna modeling tool from FORTRAN to C
RPMs: nec2c
Size: 850.43 KiB
Size change: 7.66 KiB
Changelog:
* Thu Feb 08 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Package: nodejs-1:10.3.0-1.module_1824+0d570f9c
Old package: nodejs-1:8.11.2-1.module_1767+4f8a3fdd
Summary: JavaScript runtime
RPMs: nodejs nodejs-devel nodejs-docs npm
Size: 125.84 MiB
Size change: -146.19 MiB
Changelog:
* Wed May 23 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 1:10.2.0-1
- Update to 10.2.0
- https://nodejs.org/en/blog/release/v10.2.0/
* Fri May 25 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 1:10.2.1-1
- Update to 10.2.1
- https://nodejs.org/en/blog/release/v10.2.1/
* Tue May 29 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 1:10.2.1-2
- Fix up bare 'python' to be python2
- Drop redundant entry in docs section
* Wed May 30 2018 Stephen Gallagher <sgallagh(a)redhat.com> - -
- Update to 10.3.0
- Update npm to 6.1.0
- https://nodejs.org/en/blog/release/v10.3.0/
Package: nss-pam-ldapd-0.9.9-3.fc29
Old package: nss-pam-ldapd-0.9.9-1.fc29
Summary: An nsswitch module which uses directory servers
RPMs: nss-pam-ldapd
Size: 1.30 MiB
Size change: 2.88 KiB
Changelog:
* Wed May 30 2018 Jakub Hrozek <jhrozek(a)redhat.com> - 0.9.9-2
- Apply a patch by Lukas Slebodnik to allow root to write to the
/var/run/nslcd directory
- Resolves: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
with SELinux enabled
* Wed May 30 2018 Jakub Hrozek <jhrozek(a)redhat.com> - 0.9.9-3
- Also change the pemissions on tmpfiles
- Related: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
with SELinux enabled
Package: ongres-scram-1.0.0~beta.2-5.fc29
Old package: ongres-scram-1.0.0~beta.2-4.fc29
Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
RPMs: ongres-scram ongres-scram-client ongres-scram-javadoc ongres-scram-parent
Size: 163.69 KiB
Size change: -24 B
Changelog:
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 1.0.0~beta.2-5
- Remove explicit invocation of maven-javadoc-plugin
Package: origin-3.9.0-2.fc29
Old package: origin-3.9.0-1.fc29
Summary: OpenShift Open Source Container Management by Red Hat
RPMs: origin origin-clients origin-cluster-capacity origin-docker-excluder origin-dockerregistry origin-excluder origin-federation-services origin-master origin-node origin-pod origin-sdn-ovs origin-service-catalog origin-tests origin-web-console
Added RPMs: origin-web-console
Size: 1.01 GiB
Size change: 93.82 MiB
Changelog:
* Wed May 30 2018 Jakub ��ajka <jcajka(a)fedoraproject.org> - 3.9.0-2
- Add web-console sub-package
Package: orocos-bfl-0.8.99-15.20180529git3d0d149.fc29
Old package: orocos-bfl-0.8.99-14.20180529git0950663.fc29
Summary: A framework for inference in Dynamic Bayesian Networks
RPMs: orocos-bfl orocos-bfl-devel orocos-bfl-doc
Size: 2.13 MiB
Size change: -1.55 MiB
Changelog:
* Tue May 29 2018 Till Hofmann <thofmann(a)fedoraproject.org> - 0.8.99-15.20180529git3d0d149
- Add patch to fix build error on i686
- Re-enable all arches, as all build issues are fixed
- Update to latest github master
- Remove doxygen include paths to make doc sub-package truly noarch
Package: orocos-kdl-1.4.0-1.fc29
Old package: orocos-kdl-1.3.1-7.fc28
Summary: A framework for modeling and computation of kinematic chains
RPMs: orocos-kdl orocos-kdl-devel orocos-kdl-doc
Size: 16.31 MiB
Size change: 1.04 MiB
Changelog:
* Sun Apr 08 2018 Till Hofmann <thofmann(a)fedoraproject.org> - 1.4.0-1
- Update to 1.4.0
- Remove upstreamed patch
- Update patch to increase failure threshold, fixes tests on i686
Package: osm-gps-map-1.1.0-2.fc29
Old package: osm-gps-map-1.0.1-15.fc28
Summary: Gtk+ widget for displaying OpenStreetMap tiles
RPMs: osm-gps-map osm-gps-map-devel osm-gps-map-gobject
Size: 591.57 KiB
Size change: -15.57 KiB
Changelog:
* Wed May 30 2018 Jiri Kastner <jkastner@(a)fedoraproject.org> - 1.1.0-1
- update to latest release (RHBZ#1562521)
- cleaned build and install
* Wed May 30 2018 Jiri Kastner <jkastner@(a)fedoraproject.org> - 1.1.0-2
- added excluded files for epel7
Package: p11-kit-0.23.12-1.fc29
Old package: p11-kit-0.23.10-1.fc29
Summary: Library for loading and sharing PKCS#11 modules
RPMs: p11-kit p11-kit-devel p11-kit-server p11-kit-trust
Size: 4.96 MiB
Size change: 16.63 KiB
Changelog:
* Wed May 30 2018 Daiki Ueno <dueno(a)redhat.com> - 0.23.12-1
- Update to upstream 0.23.11 release
Package: pandoc-2.0.6-3.fc29
Old package: pandoc-2.0.6-2.fc28
Summary: Conversion between markup formats
RPMs: ghc-pandoc ghc-pandoc-devel pandoc pandoc-pdf
Dropped RPMs: ghc-cmark-gfm ghc-cmark-gfm-devel ghc-hslua-module-text ghc-hslua-module-text-devel
Size: 170.42 MiB
Size change: -5.57 MiB
Changelog:
* Thu May 31 2018 Jens Petersen <petersen(a)redhat.com> - 2.0.6-3
- no longer subpackage cmark-gfm and hslua-module-text
Package: perl-Class-Date-1.1.16-1.fc29
Old package: perl-Class-Date-1.1.15-10.fc28
Summary: Class for easy date and time manipulation
RPMs: perl-Class-Date
Size: 53.80 KiB
Size change: -286.71 KiB
Changelog:
* Wed May 30 2018 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.1.16-1
- 1.1.16 bump
Package: perl-Net-DNS-SEC-1.08-1.fc29
Old package: perl-Net-DNS-SEC-1.05-1.fc29
Summary: DNSSEC modules for Perl
RPMs: perl-Net-DNS-SEC
Size: 432.89 KiB
Size change: 476 B
Changelog:
* Wed May 30 2018 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.08-1
- 1.08 bump
Package: perl-Test-POE-Client-TCP-1.14-1.fc29
Old package: perl-Test-POE-Client-TCP-1.12-14.fc28
Summary: POE Component providing TCP client services for test cases
RPMs: perl-Test-POE-Client-TCP
Size: 30.49 KiB
Size change: -52 B
Changelog:
* Wed May 30 2018 Petr Pisar <ppisar(a)redhat.com> - 1.14-1
- 1.14 bump
Package: perl-Test-mysqld-1.0000-1.fc29
Old package: perl-Test-mysqld-0.21-4.fc28
Summary: Mysqld runner for tests
RPMs: perl-Test-mysqld
Size: 23.68 KiB
Size change: 228 B
Changelog:
* Wed May 30 2018 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.0000-1
- 1.0000 bump
Package: php-zendframework-zend-diactoros-1.7.2-1.fc29
Old package: php-zendframework-zend-diactoros-1.7.1-1.fc29
Summary: PSR HTTP Message implementations
RPMs: php-zendframework-zend-diactoros
Size: 54.96 KiB
Size change: 640 B
Changelog:
* Wed May 30 2018 Remi Collet <remi(a)remirepo.net> - 1.7.2-1
- update to 1.7.2
Package: podman-0.6.1-3.gita127b4f.fc29
Old package: podman-0.6.1-2.git8ee0f2b.fc29
Summary: Manage Pods, Containers and Container Images
RPMs: podman python3-podman
Size: 28.49 MiB
Size change: 5.43 KiB
Changelog:
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot(a)fedoraproject.org> - 0.6.1-3.gita127b4f
- autobuilt a127b4f
Package: postgresql-jdbc-42.2.2-4.fc29
Old package: postgresql-jdbc-42.2.2-3.fc29
Summary: JDBC driver for PostgreSQL
RPMs: postgresql-jdbc postgresql-jdbc-javadoc
Dropped RPMs: postgresql-jdbc-parent-poms
Size: 977.20 KiB
Size change: -24.75 KiB
Changelog:
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 42.2.2-4
- Remove and obsolete parent-poms subpackage
Package: psi-1.3-2.fc29
Old package: psi-1.3-1.fc29
Summary: Jabber client based on Qt
RPMs: psi psi-plugins
Size: 48.65 MiB
Size change: 608.02 KiB
Changelog:
* Wed May 30 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3-2
- Fixed build against Qt 5.11 on Rawhide.
Package: pungi-4.1.25-2.fc29
Old package: pungi-4.1.25-1.fc29
Summary: Distribution compose tool
RPMs: pungi pungi-legacy pungi-utils python2-pungi python3-pungi
Size: 1.44 MiB
Size change: 688 B
Changelog:
* Wed May 30 2018 Lubom��r Sedl���� <lsedlar(a)redhat.com> - 4.1.25-2
- Make results of runroot tasks world readable
Package: python-geoip2-2.9.0-1.fc29
Old package: python-geoip2-2.8.0-1.fc29
Summary: MaxMind GeoIP2 API
RPMs: python-geoip2-doc python2-geoip2 python3-geoip2
Size: 249.26 KiB
Size change: 400 B
Changelog:
* Mon May 28 2018 Lumir Balhar <lbalhar(a)redhat.com> - 2.9.0-1
- Update to 2.9.0
Package: python-numpydoc-0.8.0-1.fc29
Old package: python-numpydoc-0.7.0-2.fc28
Summary: Sphinx extension to support docstrings in NumPy format
RPMs: python2-numpydoc python3-numpydoc
Size: 104.86 KiB
Size change: 8.00 KiB
Changelog:
* Tue May 29 2018 Thomas Spura <tomspur(a)fedoraproject.org> - 0.8.0-1
- update to 0.8.0 (#1562463)
Package: python-pycurl-7.43.0-17.fc29
Old package: python-pycurl-7.43.0-16.fc29
Summary: A Python interface to libcurl
RPMs: python2-pycurl python3-pycurl
Size: 2.83 MiB
Size change: 32.13 KiB
Changelog:
* Wed May 30 2018 Kamil Dudka <kdudka(a)redhat.com> - 7.43.0-17
- make the python2 and python3 subpackages optional
Package: python-urllib3-1.22-10.fc29
Old package: python-urllib3-1.22-9.fc29
Summary: Python HTTP library with thread-safe connection pooling and file post
RPMs: python2-urllib3 python3-urllib3
Size: 358.34 KiB
Size change: 248 B
Changelog:
* Wed May 30 2018 Jeremy Cline <jeremy(a)jcline.org> - 1.22-10
- Backport patch to support Python 3.7 (rhbz 1584112)
Package: qcommandline-0.3.0-17.fc29
Old package: qcommandline-0.3.0-16.fc28
Summary: Command line parser for Qt programs
RPMs: qcommandline qcommandline-devel qcommandline-qt5 qcommandline-qt5-devel
Size: 795.45 KiB
Size change: 4.58 KiB
Changelog:
* Thu May 31 2018 Dan Callaghan <dcallagh(a)redhat.com> - 0.3.0-17
- removed deprecated qt5_use_modules() macro to fix the build with Qt 5.11
Package: qt5-qt3d-5.11.0-1.fc29
Old package: qt5-qt3d-5.10.1-2.fc29
Summary: Qt5 - Qt3D QML bindings and C++ APIs
RPMs: qt5-qt3d qt5-qt3d-devel qt5-qt3d-examples
Size: 1.84 GiB
Size change: 1.33 GiB
Changelog:
* Sun May 27 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.0-1
- 5.11.0
- use %make_build %ldconfig_scriptlets
Package: qt5-qtbase-5.11.0-2.fc29
Old package: qt5-qtbase-5.11.0-1.fc29
Summary: Qt5 - QtBase components
RPMs: qt5-qtbase qt5-qtbase-common qt5-qtbase-devel qt5-qtbase-examples qt5-qtbase-gui qt5-qtbase-ibase qt5-qtbase-mysql qt5-qtbase-odbc qt5-qtbase-postgresql qt5-qtbase-static qt5-qtbase-tds
Size: 142.25 MiB
Size change: 4.03 KiB
Changelog:
* Wed May 30 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.0-2
- move libQt5EglFSDeviceIntegration to -gui (#1557223)
Package: qt5-qtwayland-5.11.0-1.fc29
Old package: qt5-qtwayland-5.10.1-2.fc29
Summary: Qt5 - Wayland platform support and QtCompositor module
RPMs: qt5-qtwayland qt5-qtwayland-devel qt5-qtwayland-examples
Size: 8.33 MiB
Size change: 233.37 KiB
Changelog:
* Sun May 27 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.0-1
- 5.11.0
- use %make_build %ldconfig_scriptlets
Package: qt5-qtwebview-5.11.0-1.fc29
Old package: qt5-qtwebview-5.10.1-1.fc28
Summary: Qt5 - WebView component
RPMs: qt5-qtwebview qt5-qtwebview-devel qt5-qtwebview-examples
Size: 626.57 KiB
Size change: 34.61 KiB
Changelog:
* Sun May 27 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.0-1
- 5.11.0
- use %make_build %ldconfig_scriptlets
Package: quota-1:4.04-7.fc29
Old package: quota-1:4.04-6.fc29
Summary: System administration tools for monitoring users' disk usage
RPMs: quota quota-devel quota-doc quota-nld quota-nls quota-rpc quota-warnquota
Size: 3.63 MiB
Size change: 242.50 KiB
Changelog:
* Wed May 30 2018 Petr Pisar <ppisar(a)redhat.com> - 1:4.04-7
- Fix current block usage limit in RPC client
Package: rclone-1.41-1.fc29
Old package: rclone-1.39-2.fc28
Summary: Rsync for cloud storage
RPMs: rclone
Size: 33.86 MiB
Size change: 2.77 MiB
Changelog:
* Tue Mar 20 2018 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 1.41-1
- Update to version 1.41
- Use new Go packaging
Package: rospack-2.0.14-20.fc29
Old package: rospack-2.0.14-18.fc27
Summary: ROS package and stack tools
RPMs: rospack rospack-devel
Size: 1.51 MiB
Size change: 22.26 KiB
Changelog:
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.14-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed May 30 2018 Till Hofmann <thofmann(a)fedoraproject.org> - 2.0.14-20
- Add patch to remove tr1 namespace
Package: rubygem-eventmachine-1.2.7-1.fc29
Old package: rubygem-eventmachine-1.2.6-1.fc29
Summary: Ruby/EventMachine library
RPMs: rubygem-eventmachine rubygem-eventmachine-doc
Size: 1.82 MiB
Size change: 29.02 KiB
Changelog:
* Wed May 30 2018 Pavel Valena <pvalena(a)redhat.com> - 1.2.7-1
- Update to eventmachine 1.2.7.
Package: rubygem-puma-3.11.4-1.fc29
Old package: rubygem-puma-3.11.0-3.fc28
Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server
RPMs: rubygem-puma rubygem-puma-doc
Size: 1.07 MiB
Size change: 5.52 KiB
Changelog:
* Tue May 29 2018 Pavel Valena <pvalena(a)redhat.com> - 3.11.4-1
- Update to puma 3.11.4.
Package: skopeo-0.1.31-4.git0144aa8.fc29
Old package: skopeo-0.1.31-1.gitf9baaa6.fc29
Summary: Inspect Docker images and repositories on registries
RPMs: containers-common skopeo
Added RPMs: containers-common
Dropped RPMs: skopeo-containers
Size: 22.20 MiB
Size change: -8.75 MiB
Changelog:
* Wed May 30 2018 Lokesh Mandvekar <lsm5(a)fedoraproject.org> - 0.1.31-2.gitf9baaa6
- rename skopeo-containers to containers-common
- enable debuginfo
* Wed May 30 2018 Lokesh Mandvekar <lsm5(a)fedoraproject.org> - 0.1.31-3.gitf9baaa6
- should obsolete older skopeo-containers
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot(a)fedoraproject.org> - 0.1.31-4.git0144aa8
- autobuilt 0144aa8
Package: spice-gtk-0.34-5.fc29
Old package: spice-gtk-0.34-4.fc28
Summary: A GTK+ widget for SPICE clients
RPMs: spice-glib spice-glib-devel spice-gtk spice-gtk-tools spice-gtk3 spice-gtk3-devel spice-gtk3-vala
Size: 4.76 MiB
Size change: 51.05 KiB
Changelog:
* Wed May 30 2018 Christophe Fergeau <cfergeau(a)redhat.com> - 0.34-5
- Fix keyboard input under Xwayland
Resolves: rhbz#1512564
Package: testcloud-0.2.0-1.fc29
Old package: testcloud-0.1.18-1.fc29
Summary: Tool for running cloud images locally
RPMs: python2-testcloud python3-testcloud testcloud
Added RPMs: python2-testcloud python3-testcloud
Size: 99.78 KiB
Size change: 50.47 KiB
Changelog:
* Wed May 30 2018 Frantisek Zatloukal <fzatlouk(a)redhat.com> - 0.2.0-1
- Drop Fedora 26
- Use Python 3 by default
- Remove shebangs from non-executables
- Split testcloud into testcloud, python2-testcloud and python3-testcloud
Package: thrift-0.10.0-11.fc29
Old package: thrift-0.10.0-9.fc28
Summary: Software framework for cross-language services development
RPMs: fb303 fb303-devel fb303-java libthrift-java libthrift-javadoc perl-thrift python2-fb303 python2-thrift thrift thrift-devel thrift-glib thrift-qt
Size: 14.91 MiB
Size change: -57.62 KiB
Changelog:
* Thu Mar 08 2018 Christopher Tubbs <ctubbsii(a)fedoraproject.org> - 0.10.0-10
- Add gcc-c++ BuildRequires
* Wed May 30 2018 Christopher Tubbs <ctubbsii(a)fedoraproject.org> - 0.10.0-11
- Fix FTBFS; update servlet-api dependency (rhbz#1581175)
Package: unbound-1.7.1-1.fc29
Old package: unbound-1.7.0-4.fc29
Summary: Validating, recursive, and caching DNS(SEC) resolver
RPMs: python2-unbound python3-unbound unbound unbound-devel unbound-libs unbound-munin
Size: 11.24 MiB
Size change: 202.95 KiB
Changelog:
* Mon Apr 09 2018 Petr Men����k <pemensik(a)redhat.com> - 1.7.0-5
- Require gcc and make on build
- Remove group, simplify systemd requires
- Simplify building with single python version, make python3 primary
* Wed May 30 2018 Petr Men����k <pemensik(a)redhat.com> - 1.7.1-1
- Update to 1.7.1 (#1574495)
Package: vault-0.0.2-1.fc29
Old package: vault-0.0.1-1.fc29
Summary: Secrets storage for automated tasks
RPMs: vault
Size: 52.05 KiB
Size change: 100 B
Changelog:
* Wed May 30 2018 Frantisek Zatloukal <fzatlouk(a)redhat.com> - 0.0.2-1
- Use python-flask-login for F27
- New Release
Package: wine-3.9-1.fc29
Old package: wine-3.8-1.fc29
Summary: A compatibility layer for windows applications
RPMs: wine wine-alsa wine-arial-fonts wine-capi wine-cms wine-common wine-core wine-courier-fonts wine-desktop wine-devel wine-filesystem wine-fixedsys-fonts wine-fonts wine-ldap wine-marlett-fonts wine-ms-sans-serif-fonts wine-openal wine-opencl wine-pulseaudio wine-small-fonts wine-symbol-fonts wine-system-fonts wine-systemd wine-tahoma-fonts wine-tahoma-fonts-system wine-times-new-roman-fonts wine-times-new-roman-fonts-system wine-twain wine-wingdings-fonts wine-wingdings-fonts-system
Size: 120.66 MiB
Size change: 8.78 MiB
Changelog:
* Wed May 30 2018 Michael Cronenworth <mike(a)cchtml.com> 3.9-1
- version update
Package: xorg-x11-drv-fbdev-0.5.0-1.fc29
Old package: xorg-x11-drv-fbdev-0.4.3-30.fc29
Summary: Xorg X11 fbdev video driver
RPMs: xorg-x11-drv-fbdev
Size: 152.91 KiB
Size change: 3.24 KiB
Changelog:
* Wed May 30 2018 Adam Jackson <ajax(a)redhat.com> - 0.5.0-1
- fbdev 0.5.0
Package: xorg-x11-drv-vesa-2.4.0-3.fc29
Old package: xorg-x11-drv-vesa-2.4.0-2.fc29
Summary: Xorg X11 vesa video driver
RPMs: xorg-x11-drv-vesa
Size: 60.43 KiB
Size change: 396 B
Changelog:
* Wed May 30 2018 Adam Jackson <ajax(a)redhat.com> - 2.4.0-3
- Rebase virt/shadow patch
- Drop ancient 24bpp awareness, 1.20 no longer has any
Package: xpra-2.3.1-1.fc29
Old package: xpra-2.3-1.fc29
Summary: Remote display server for applications and desktops
RPMs: xpra xpra-html5 xpra-udev
Size: 38.22 MiB
Size change: 300.45 KiB
Changelog:
* Wed May 30 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.1-1
- Update to 2.3.1
Package: xterm-333-2.fc29
Old package: xterm-333-1.fc29
Summary: Terminal emulator for the X Window System
RPMs: xterm xterm-resize
Size: 3.98 MiB
Size change: 93.36 KiB
Changelog:
* Wed May 30 2018 Miroslav Lichvar <mlichvar(a)redhat.com> 333-2
- change default termName to xterm-256color (#1577159)
===== DOWNGRADED PACKAGES =====
5 years, 6 months
[seeking advice] MariaDB - TokuDB storage engine
by Michal Schorm
Hello,
I maintain MariaDB.
There is a subpackage containing TokuDB storage engine. (available only for
x86_64)
However the TokuDB can't be build against Jemalloc 5, but on F>=28 there is
no older jemalloc version.
The build without jemalloc is not supported too.
Is it OK to drop the subpackage on F28 and later until the upstream adds
the Jemalloc 5 support?
I'm ready to drop such update to Bodhi.
Here's a bugzilla for this issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1538870
--
So far, on F>=28 the TokuDB was build without jemalloc.
It may be risky to rely on, yet no one complained.
That's why I'm asking users mailing list too, to get a feedback for such
pontential users, i would be otherwise unable to reach.
--
Michal Schorm
Associate Software Engineer
Core Services - Databases Team
Red Hat
5 years, 6 months