* [`buzztrax`](https://github.com/Buzztrax/buzztrax/issues/89) (report parallelism-nondeterminism issue from gtk-doc)
* Various updates to rpm:
* [`1`](https://github.com/rpm-software-management/rpm/pull/931) (keep at least one changelog entry to set `SOURCE_DATE_EPOCH`)
* [`2`](https://github.com/rpm-software-management/rpm/pull/933) (regression fix that rpm-4.15 can override Build Date header again)
* [`3`](https://github.com/rpm-software-management/rpm/pull/936) (sort to avoid ordering issues from parallel header generation)
* [`4`](https://github.com/rpm-software-management/rpm/pull/944) (a cleaner solution for #3 above)
#### Debian
@@ -46,7 +52,16 @@ draft: true
* Bernhard M. Wiedemann posted a [2019 summary of openSUSE updates](https://lists.reproducible-builds.org/pipermail/rb-general/2019-November/001722.html), including rpm.
* Submitted a [patch](https://github.com/openSUSE/brp-check-suse/pull/29) to strip LTO data from .o files.
* Posted [his monthly Reproducible Builds status update](https://lists.opensuse.org/opensuse-factory/2019-11/msg00370.html) for the [openSUSE](https://opensuse.org/) distribution.
* Submitted patches to
*[`brp-check-suse`](https://github.com/openSUSE/brp-check-suse/pull/29)(to strip LTO data from .o files)
*[`pcc`](https://build.opensuse.org/request/show/745529)(fix FTBFS from LTO .a files)