Re: c99-port branches in dist-git

2022-10-25 Thread Richard W.M. Jones
On Wed, Oct 19, 2022 at 11:30:59AM +0200, Florian Weimer wrote: > I'm going to push a branch to dist-git for very few packages (so far gcc > and redhat-rpm-config) which will be used by COPR builds to port Fedora > to C99 and later language standards. > > GCC 14 is expected to reject certain

Re: c99-port branches in dist-git

2022-10-25 Thread Florian Weimer
* Richard W. M. Jones: > On Wed, Oct 19, 2022 at 11:30:59AM +0200, Florian Weimer wrote: >> I'm going to push a branch to dist-git for very few packages (so far gcc >> and redhat-rpm-config) which will be used by COPR builds to port Fedora >> to C99 and later language standards. >> >> GCC 14 is

/usr/lib/debug/usr/lib64/libpython3.so-3.11.0-1.fc38.x86_64.debug in python3.11-debuginfo-3.11.0-1.fc38 on x86_64 is missing ELF sections

2022-10-25 Thread Miro Hrončok
Hey, rpminspect tells me that: /usr/lib/debug/usr/lib64/libpython3.so-3.11.0-1.fc38.x86_64.debug in python3.11-debuginfo-3.11.0-1.fc38 on x86_64 is missing ELF sections Details: Missing: .debug_info On rawhide and f37. Is this something I need to worry about? What do I do about it?

Re: F39 proposal: Replace DNF with DNF5 (System-Wide Change proposal)

2022-10-25 Thread Jaroslav Mracek
I am sorry, `libdnf-devel` and `libdnf5-devel` conflict on file level. We had a plan to remove the conflict, but community did not considered it as required, therefore we drop that plan. Also the conflict we can take as a feature. The code that would use libdnf and libdnf5 at the same time

Fedora rawhide compose report: 20221025.n.0 changes

2022-10-25 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20221024.n.1 NEW: Fedora-Rawhide-20221025.n.0 = SUMMARY = Added images:4 Dropped images: 1 Added packages: 2 Dropped packages:0 Upgraded packages: 6 Downgraded packages: 0 Size of added packages: 1.40 MiB Size of dropped packages:0 B

Re: F39 proposal: Replace DNF with DNF5 (System-Wide Change proposal)

2022-10-25 Thread Jaroslav Mracek
> Dne 17. 10. 22 v 9:28 Jaroslav Mracek napsal(a): > > > So why there is proposed the `/usr/bin/dnf` symlink? To create the > confusion again? For Fedora 38 we cannot ship DNF binary. We also cannot provide dnf, hawkey or libdnf in Python bindings, because the those name spaces are already

Re: F39 proposal: Replace DNF with DNF5 (System-Wide Change proposal)

2022-10-25 Thread Rahul Sundaram
Hi On Tue, Oct 25, 2022 at 7:14 AM Jaroslav Mracek wrote: > > DNF team has experience with replacing of YUM in Fedora and RHEL. It give > us an advantage to not repeat the same mistakes. We already know that > shipping DNF as YUM was not a good idea. > This response really doesn't clarify what

Fedora 37 compose report: 20221025.n.0 changes

2022-10-25 Thread Fedora Rawhide Report
OLD: Fedora-37-20221024.n.0 NEW: Fedora-37-20221025.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 13 Downgraded packages: 1 Size of added packages: 0 B Size of dropped packages:0 B Size

Re: F38 proposal: Ostree Native Container (Phase 2, stable) (System-Wide Change proposal)

2022-10-25 Thread Colin Walters
On Mon, Oct 24, 2022, at 11:45 PM, Dusty Mabe wrote: > There are a lot of things going on in this proposal: > > - shipping editions as container images in quay https://pagure.io/releng/issue/11047 > - migrating existing users to the new container image based updates (No tracker yet) > -

Re: F39 proposal: Replace DNF with DNF5 (System-Wide Change proposal)

2022-10-25 Thread Jaroslav Mracek
> Are there going to be provided some deprecation warning in current > version of DNF, should some commands or option change in DNF5? I think > this would help prepare users for the changes in advance and possible > make the transition smoother. > > Vít > > > > Dne 06. 09. 22 v 20:28 Ben

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Daniel P . Berrangé
On Tue, Oct 25, 2022 at 10:05:52AM -0400, Ben Cotton wrote: > == Owner == > * Name: [[User:fweimer| Florian Weimer]] > * Email: [mailto:fwei...@redhat.com| fwei...@redhat.com] > > > == Detailed Description == > The most important change is the removal of implicit function > declarations. This

Re: Heads up! OpenImageIO 2.4 series coming to rawhide

2022-10-25 Thread Tom Rix
On 10/24/22 1:02 PM, Richard Shaw wrote: On Mon, Oct 24, 2022 at 2:48 PM Tom Rix > wrote: I was looking at the epel9 build of 2.4 recently but could not figure out how to get past the OpenColorIO dependency. How do you do that ? I haven't branched OIIO or

F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/PortingToModernC. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Clemens Lang
Hi everyone, Ben Cotton wrote: Neither change is trivial to implement because introducing errors for these constructs (as required by C99) alters the result of autoconf configure checks. Quite a few such checks use an implicitly declared `exit` function, for instance. These failures are not

Mailman3 on Fedora 36

2022-10-25 Thread Sjoerd Mullender
I have created RPMs for mailman3 on Fedora 36. The current (in the repos) version cannot be installed, but my version, based on mailman 3.3.5 can. Also, I have RPMs for postorius and hyperkitty. These RPMs are based on the Fedora 26 source RPMs, but updated to later versions. Also, a whole

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Ben Cotton
On Tue, Oct 25, 2022 at 10:05 AM Ben Cotton wrote: > > == Upgrade/compatibility impact == > The change is expected to be transparent to those users who do not use > C compilers. No features are supposed to be added or removed as a > result. In fact, most of the porting effort focuses on avoiding

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Florian Weimer
* Ben Cotton: > On Tue, Oct 25, 2022 at 10:05 AM Ben Cotton wrote: >> >> == Upgrade/compatibility impact == >> The change is expected to be transparent to those users who do not use >> C compilers. No features are supposed to be added or removed as a >> result. In fact, most of the porting

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Florian Weimer
* Daniel P. Berrangé: > Good to see it mentions autoconf, as such tests were my immediate > concern upon reading the intro. > > I presume the same problem will exist in other build systems that > probe for features, both well known ones like cmake/meson/etc, > but also home grown ones that are

Non-schedule for Tuesday's FESCo Meeting (2022-10-25)

2022-10-25 Thread Zbigniew Jędrzejewski-Szmek
There are no topics to be discussed in the FESCo meeting Tuesday at 17:00UTC in #fedora-meeting on irc.libera.chat. Hence I decided to cancel it. I will chair the next meeting. = Discussed and Voted in the Ticket = #2880 Fixing accidental change to format preference in GNOME Software

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Neal Gompa
On Tue, Oct 25, 2022 at 10:51 AM Daniel P. Berrangé wrote: > > On Tue, Oct 25, 2022 at 10:05:52AM -0400, Ben Cotton wrote: > > == Owner == > > * Name: [[User:fweimer| Florian Weimer]] > > * Email: [mailto:fwei...@redhat.com| fwei...@redhat.com] > > > > > > == Detailed Description == > > The most

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Florian Weimer
* Neal Gompa: > Why C99? Why not C18 instead? If we're going to go through this > effort, we should ramp up like we did for C++ and bump all the way up > to the latest published standard. Getting past C99 is the hardest part because it's not possible (as far as I can see) to do fully automated

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Ralf Corsépius
Am 25.10.22 um 16:05 schrieb Ben Cotton: https://fedoraproject.org/wiki/Changes/PortingToModernC. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Alexander Sosedkin
On Tue, Oct 25, 2022 at 5:09 PM Daniel P. Berrangé wrote: > So this change is talking about a new GCC landing in Fedora 40. > > To avoid massive disruption to Fedora though, we need to be doing > work way earlier than the Fedora 40 dev cycle though. > > Identifying all the places where

Re: Heads up! OpenImageIO 2.4 series coming to rawhide

2022-10-25 Thread Richard Shaw
On Tue, Oct 25, 2022 at 10:31 AM Tom Rix wrote: > > On 10/24/22 1:02 PM, Richard Shaw wrote: > > On Mon, Oct 24, 2022 at 2:48 PM Tom Rix wrote: > >> I was looking at the epel9 build of 2.4 recently but could not figure out >> how to get past the OpenColorIO dependency. >> >> How do you do that

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Florian Weimer
* Ralf Corsépius: > Am 25.10.22 um 16:05 schrieb Ben Cotton: >> https://fedoraproject.org/wiki/Changes/PortingToModernC. >> This document represents a proposed Change. As part of the Changes >> process, proposals are publicly announced in order to receive >> community feedback. This proposal will

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Richard W.M. Jones
On Tue, Oct 25, 2022 at 10:05:52AM -0400, Ben Cotton wrote: > Neither change is trivial to implement because introducing errors for > these constructs (as required by C99) alters the result of autoconf > configure checks. Quite a few such checks use an implicitly declared > `exit` function, for

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Adam Williamson
On Tue, 2022-10-25 at 15:51 +0100, Daniel P. Berrangé wrote: > I feel that this need to start on the prep work in F38/F39 is not > very obvious from the F40 change proposal text. I thought this was kinda very obviously implicit in the decision to file an F40 Change proposal *now*. -- Adam

Re: Mailman3 on Fedora 36

2022-10-25 Thread Sjoerd Mullender
On 25/10/2022 18.58, Michael J Gruber wrote: Can you give a bit more context about what you are trying to achieve? I want to be able to continue to use Fedora on the system on which I run mailman for a bunch of mailing lists. Currently that system runs Fedora 35, but that will soon be

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Florian Weimer
* Alexander Sosedkin: > Since it's a build-time-only change, > can it be rolled out under controlled pressure like this? > > 1. every package explicitly opts out (with some macro in specfile, IDK) > 2. switch gets flipped, nothing changes > 3. bugs get filed to drop that macro and opt into new

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Alexander Sosedkin
On Tue, Oct 25, 2022 at 7:42 PM Florian Weimer wrote: > > * Alexander Sosedkin: > > > Since it's a build-time-only change, > > can it be rolled out under controlled pressure like this? > > > > 1. every package explicitly opts out (with some macro in specfile, IDK) > > 2. switch gets flipped,

Re: Mailman3 on Fedora 36

2022-10-25 Thread Michael J Gruber
Can you give a bit more context about what you are trying to achieve? A quick look at mailman3 and postorius in fedora dist-git reveals that they were retired from rawhide/f37 because they do not build against python 3.11. So, a minor update on f36 (which still has python 3.10) is not really

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Miro Hrončok
On 25. 10. 22 16:05, Ben Cotton wrote: == Summary == Back in 1999, a new revision of the C standard removed several backwards compatibility features. However, GCC still accepts these obsolete constructs by default. Support for these constructs is confusing to programmers and potentially affect

Re: F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Stephen Gallagher
... > > Concretely, as an upstream maintainer, what should they do to test > > the behaviour of their code ? Is there more to it than just > > setting CFLAGS="-std=gnu99", if they want to validate this in their > > upstream CI ahead of GCC 14 arriving ? > > It's -Werror=implicit-int

Re: F39 proposal: Replace DNF with DNF5 (System-Wide Change proposal)

2022-10-25 Thread Jaroslav Mracek
> Hi > > > On Tue, Oct 25, 2022 at 7:14 AM Jaroslav Mracek wrote: > > > This response really doesn't clarify what the end result is supposed to be. > Are you planning to maintain a symlink from DNF and Yum to DNF5 after the > transition is complete or not? > > Rahul Yes, we have a plan to

Re: Steam install bug

2022-10-25 Thread Reon Beon via devel
They are up to date: https://bugzilla.rpmfusion.org/show_bug.cgi?id=6451 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Mailman3 on Fedora 36

2022-10-25 Thread Reon Beon via devel
Interesting, thanks. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines:

Re: Steam install bug

2022-10-25 Thread Samuel Sieb
On 10/25/22 19:41, Reon Beon via devel wrote: Can not download xz-libs. https://ibb.co/cQPHXQw Sounds like a not up-to-date mirror or stale metadata. Did you modify your repo config? ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: F38 proposal: RPM Sequoia (System-Wide Change proposal)

2022-10-25 Thread Panu Matilainen
On 10/24/22 23:23, Petr Menšík wrote: Hi, maybe it was already answered. Not long ago Thunderbird switched from using installed GPG to its own implementation inside. I think I have found the library part and it seems to be in C++, which should be much more easier to integrate than rust

Steam install bug

2022-10-25 Thread Reon Beon via devel
Can not download xz-libs. https://ibb.co/cQPHXQw ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Mailman3 on Fedora 36

2022-10-25 Thread Reon Beon via devel
Subscribe. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines:

Re: Steam install bug

2022-10-25 Thread Samuel Sieb
On 10/25/22 21:47, Reon Beon via devel wrote: They are up to date: https://bugzilla.rpmfusion.org/show_bug.cgi?id=6451 You said it installs fine, so what's the bug? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email

Re: F39 proposal: Python 3.12 (System-Wide Change proposal)

2022-10-25 Thread Maxwell G via devel
On Tue Oct 25, 2022 at 15:46 -0400, Ben Cotton wrote: > * 2023-07-17: Expected side tag-merge (pessimistic) > * 2023-07-19: Fedora 39 Mass Rebuild > ** The mass rebuild happens with the fourth beta. We might need to > rebuild Python packages later in exceptional case. > ** If the Koji side-tag is

Re: F39 proposal: Python 3.12 (System-Wide Change proposal)

2022-10-25 Thread Miro Hrončok
On 25. 10. 22 23:10, Maxwell G via devel wrote: On Tue Oct 25, 2022 at 15:46 -0400, Ben Cotton wrote: * 2023-07-17: Expected side tag-merge (pessimistic) * 2023-07-19: Fedora 39 Mass Rebuild ** The mass rebuild happens with the fourth beta. We might need to rebuild Python packages later in

F39 proposal: Python 3.12 (System-Wide Change proposal)

2022-10-25 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/Python3.12 This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee.

[rpms/perl-HTTP-Message] PR #22: Update license to SPDX

2022-10-25 Thread Michal Josef Špaček
mspacek merged a pull-request against the project: `perl-HTTP-Message` that you are following. Merged pull-request: `` Update license to SPDX `` https://src.fedoraproject.org/rpms/perl-HTTP-Message/pull-request/22 ___ perl-devel mailing list --

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 Petr Pisar changed: What|Removed |Added Fixed In Version||perl-Alien-pkgconf-0.19-1.f

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 Petr Pisar changed: What|Removed |Added CC|ppi...@redhat.com | Status|NEW

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 --- Comment #4 from Fedora Update System --- FEDORA-2022-b9023cc963 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-b9023cc963 -- You are receiving this mail because: You are on the CC list

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 --- Comment #2 from Fedora Update System --- FEDORA-2022-0f2aa6117a has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-0f2aa6117a -- You are receiving this mail because: You are on the CC list

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 --- Comment #3 from Fedora Update System --- FEDORA-2022-519fdf2838 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-519fdf2838 -- You are receiving this mail because: You are on the CC list

[rpms/perl-HTTP-Message] PR #22: Update license to SPDX

2022-10-25 Thread Michal Josef Špaček
mspacek opened a new pull-request against the project: `perl-HTTP-Message` that you are following: `` Update license to SPDX `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-HTTP-Message/pull-request/22 ___ perl-devel mailing

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 --- Comment #6 from Fedora Update System --- FEDORA-2022-b9023cc963 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #5 from

[Bug 2136929] perl-Log-Log4perl-1.57 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2136929 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #2 from

[rpms/perl-HTTP-Daemon] PR #17: Update license to SPDX format

2022-10-25 Thread Michal Josef Špaček
mspacek opened a new pull-request against the project: `perl-HTTP-Daemon` that you are following: `` Update license to SPDX format `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-HTTP-Daemon/pull-request/17 ___ perl-devel

[rpms/perl-HTTP-Daemon] PR #17: Update license to SPDX format

2022-10-25 Thread Michal Josef Špaček
mspacek merged a pull-request against the project: `perl-HTTP-Daemon` that you are following. Merged pull-request: `` Update license to SPDX format `` https://src.fedoraproject.org/rpms/perl-HTTP-Daemon/pull-request/17 ___ perl-devel mailing list --

[EPEL-devel] Fedora EPEL 8 updates-testing report

2022-10-25 Thread updates
The following Fedora EPEL 8 Security updates need testing: Age URL 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-a324bfef02 strongswan-5.9.8-1.el8 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6cfebbe90a jhead-3.06.0.1-5.el8 4

[Bug 2115572] Please build perl-Number-Bytes-Human for EPEL 9

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2115572 Michal Ambroz changed: What|Removed |Added Flags|needinfo?(re...@seznam.cz) | -- You are receiving this mail

[Bug 2137401] perl-Alien-pkgconf-0.19 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137401 --- Comment #7 from Fedora Update System --- FEDORA-2022-519fdf2838 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing

[EPEL-devel] [Fedocal] Reminder meeting : EPEL Steering Committee

2022-10-25 Thread tdawson
Dear all, You are kindly invited to the meeting: EPEL Steering Committee on 2022-10-26 from 16:00:00 to 17:00:00 US/Eastern At fedora-meet...@irc.libera.chat The meeting will be about: This is the weekly EPEL Steering Committee Meeting. A general agenda is the following: #topic aloha

[rpms/perl-Archive-Extract] PR #3: Update license to SPDX

2022-10-25 Thread Michal Josef Špaček
mspacek merged a pull-request against the project: `perl-Archive-Extract` that you are following. Merged pull-request: `` Update license to SPDX `` https://src.fedoraproject.org/rpms/perl-Archive-Extract/pull-request/3 ___ perl-devel mailing list --

[rpms/perl-libwww-perl] PR #42: Update license to SPDX format

2022-10-25 Thread Michal Josef Špaček
mspacek merged a pull-request against the project: `perl-libwww-perl` that you are following. Merged pull-request: `` Update license to SPDX format `` https://src.fedoraproject.org/rpms/perl-libwww-perl/pull-request/42 ___ perl-devel mailing list --

F40 proposal: Porting Fedora to Modern C (System-Wide Change proposal)

2022-10-25 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/PortingToModernC. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering

[Bug 2137138] perl-DateTime-Locale-1.37 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137138 Jitka Plesnikova changed: What|Removed |Added Fixed In Version||perl-DateTime-Locale-1.37-1

[Bug 2137138] perl-DateTime-Locale-1.37 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137138 --- Comment #1 from Fedora Update System --- FEDORA-2022-2d3dedadef has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-2d3dedadef -- You are receiving this mail because: You are on the CC list

[rpms/perl-Archive-Extract] PR #3: Update license to SPDX

2022-10-25 Thread Michal Josef Špaček
mspacek opened a new pull-request against the project: `perl-Archive-Extract` that you are following: `` Update license to SPDX `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-Archive-Extract/pull-request/3 ___ perl-devel

[rpms/perl-libwww-perl] PR #42: Update license to SPDX format

2022-10-25 Thread Michal Josef Špaček
mspacek opened a new pull-request against the project: `perl-libwww-perl` that you are following: `` Update license to SPDX format `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-libwww-perl/pull-request/42 ___ perl-devel

[rpms/perl-AnyEvent-BDB] PR #1: Update license to SPDX format

2022-10-25 Thread Michal Josef Špaček
mspacek opened a new pull-request against the project: `perl-AnyEvent-BDB` that you are following: `` Update license to SPDX format `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-AnyEvent-BDB/pull-request/1 ___ perl-devel

[rpms/perl-AnyEvent-BDB] PR #1: Update license to SPDX format

2022-10-25 Thread Michal Josef Špaček
mspacek merged a pull-request against the project: `perl-AnyEvent-BDB` that you are following. Merged pull-request: `` Update license to SPDX format `` https://src.fedoraproject.org/rpms/perl-AnyEvent-BDB/pull-request/1 ___ perl-devel mailing list

[Bug 2137694] New: perl-experimental-0.029 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137694 Bug ID: 2137694 Summary: perl-experimental-0.029 is available Product: Fedora Version: rawhide Status: NEW Component: perl-experimental Keywords: FutureFeature, Triaged

[Bug 2137675] New: perl-PDL-2.081 is available

2022-10-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2137675 Bug ID: 2137675 Summary: perl-PDL-2.081 is available Product: Fedora Version: rawhide Status: NEW Component: perl-PDL Keywords: FutureFeature, Triaged

F39 proposal: Python 3.12 (System-Wide Change proposal)

2022-10-25 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/Python3.12 This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering Committee.