Re: Issues with cgo and stack protection

2024-06-16 Thread Carlos Rodriguez-Fernandez
Another change I found is in annocheck between Fedora 40 and 41. It goes 
from version 12.51 to 12.59. A diff upstream shows several changes 
related with Go.


I'm also unable to reproduce it locally. I build it for rawhide, and run 
the annocheck from rawhide on captree and I still get PASS.


For reading the annocheck hardened.c code, and looking at the logs, it 
looks like "go" was properly detected, but it should have skipped the 
stack protection for the "threadentry" and "fatalf" component names, and 
print the reason. It is like if skip_test which is called right before 
the stack protection check is missing a check for "STATE_SKIPPED", but I 
may be wrong.


Anyway, I'll be submitting a BUG for annobin-annocheck.

Regards,
Carlos R.F.


On 6/14/24 07:41, Carlos Rodriguez-Fernandez wrote:
So, I found out the stack-prot test was passing before simply because 
the static analysis was skipping it:


```
Hardened: /usr/sbin/captree: skip: stack-prot test because GO is stack safe
```

However, it appears the new changes attempting to bring hardening to go 
builds has made the static analysis test check the binary and find issues.


```
-%make_build prefix=%{_prefix} lib=%{_lib} SBINDIR=%{_sbindir} 
CGO_REQUIRED=1 GO_BUILD_FLAGS="-buildmode=pie -ldflags='-B gobuildid'" all
+%make_build prefix=%{_prefix} lib=%{_lib} SBINDIR=%{_sbindir} 
CGO_REQUIRED=1 CGO_CFLAGS="${CFLAGS}" CGO_LDFLAGS="${LDFLAGS}" 
GO_BUILD_FLAGS="-buildmode=pie -a -v -x -ldflags='-compressdwarf=false 
-B gobuildid'" all

```

Regards,
Carlos R.F.

On 6/13/24 09:30, Carlos Rodriguez-Fernandez wrote:

Hi All,

The build of libcap in Rawhide is failing the static analysis because 
of the stack protection not enabled [1].


```
Hardened: /usr/sbin/captree: FAIL: stack-prot test because stack 
protection not enabled (lto:threadentry)
Hardened: /usr/sbin/captree: FAIL: stack-prot test because stack 
protection not enabled (lto:fatalf)

```

captree is a go application included in the libcap package. It uses cgo.


When you compile with cgo with the -x flag to show the commands being 
used, you see a lot of -fno-stack-protector, which is coming from the 
#cgo directive in the cgo files [2]. That's intentional, and has been 
there for some time. At least since 1.21.9, which is in Fedora 39, and 
where libcap didn't have those static analysis errors.


Has there been recent hardening efforts in Rawhide that can explain 
why this is happening now?


Thank you!

1. https://bodhi.fedoraproject.org/updates/FEDORA-2024-7da5d4e363
2. 
https://cs.opensource.google/go/go/+/master:src/runtime/cgo/cgo.go;l=26


OpenPGP_signature.asc
Description: OpenPGP digital signature
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Exiv2 0.28.2

2024-06-16 Thread zebob . m

On 14/06/2024 08:46, Mattia Verga via devel  
wrote:

Il 13/06/24 7:52 PM, Robert-André Mauchin ha scritto:
> Hello,
>
> I've assembled all the deps, I will rebuild exiv2 0.28.2 in
> f41-build-side-91095 with all its reverse deps.
>
> May take a while.
>
> Have a great evening and take care,
>
> Robert-André

Finally, thank you very much for that!

Mattia


--


This is still in progress in f41-build-side-91095

```todotxt sort:priority:desc sort:status:asc
x calligra
x darktable
digikam
x exiv2
geeqie
gegl04
x gerbera
gimp-lensfun
x gnome-commander
gpscorrelate
x gthumb
x gwenview
x hugin
immix
kde-runtime
x kf5-kfilemetadata
x kf6-kfilemetadata
koko
kphotoalbum
krename
krita
libextractor
x libgexiv2
x libkexiv2
luminance-hdr
merkaartor
mythtv
nomacs
x pcmanfm-qt
x pdf2djvu
x photoqt
x phototonic
x python3-exiv2
x qgis
x qimgv
x rawstudio
x rawtherapee
x siril
stellarium
x taglib-sharp
x ufraw
x viewnior
```

My next day off is Sunday, so it might take a moment to go through the 
remaining.


Best regards,

Robert-André.
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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

2024-06-16 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-fa86f0e8f1   
libopenmpt-0.7.8-1.el7
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-29630d7094   
vte-0.28.2-42.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

tio-3.4-1.el7

Details about builds:



 tio-3.4-1.el7 (FEDORA-EPEL-2024-e734ff9655)
 Simple TTY terminal I/O application

Update Information:

tio v3.4
Update configuration output
Clean up script run interaction text
Fix unbounded writes
Add history and editing feature to line input mode
Use up and down arrow keys to navigate history.
Use left and right arrow keys to move cursor back and forth.
We try mimic the behaviour of GNU readline which we can not use because we also
need to react to key commands.
Reuse socket address
To avoid having to wait for socket timeout when restarting server.
Fix line input mode
Fix so that ABCD are no longer ignored.
Make sure ICRNL, IGNCR, INLCR take effect
Include correct header for poll()
Add group write permission to xymodem received file
Fix missing open() flags in xymodem_receive()
Show current mappings in the configuration printout
Use ctrl-t m to change mappings interactively
Prompt for Lua script or shell command in interactive session
Added support to receive XMODEM-CRC files from the connected serial port

ChangeLog:

* Sun Jun 16 2024 Robert Scheck  3.4-1
- Upgrade to 3.4 (#2292587)

References:

  [ 1 ] Bug #2292587 - tio-3.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292587


--
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
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/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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

2024-06-16 Thread updates
The following Fedora EPEL 8 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-9d9625a171   
libopenmpt-0.7.8-1.el8
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-f52b6219ca   
python39-jinja2-epel-3.1.3-1.2.el8


The following builds have been pushed to Fedora EPEL 8 updates-testing

python-hstspreload-2024.6.1-3.el8
tio-3.4-1.el8

Details about builds:



 python-hstspreload-2024.6.1-3.el8 (FEDORA-EPEL-2024-06fb9a4fc5)
 Chromium HSTS Preload list

Update Information:

Merge branch 'rawhide' into epel8

ChangeLog:

* Sun Jun 16 2024 Fabian Affolter  - 2024.6.1-2
- Update to latest upstream release (closes rhbz#2278074)
* Sun Jun 16 2024 Fabian Affolter  - 2024.6.1-1
- Update to latest upstream release (closes rhbz#2278074))
* Fri Jun  7 2024 Python Maint  - 2024.4.1-3
- Rebuilt for Python 3.13
* Sun Apr  7 2024 Fabian Affolter  - 2024.4.1-2
- Add source for 2024.4.1
* Sun Apr  7 2024 Fabian Affolter  - 2024.4.1-1
- Update to latest upstream release (closes rhbz#2267147)
* Mon Feb  5 2024 Fabian Affolter  - 2024.2.1-1
- Update to latest upstream release (closes rhbz#2256900)
* Fri Jan 26 2024 Fedora Release Engineering  - 
2023.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering  - 
2023.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering  - 
2023.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint  - 2023.1.1-3
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering  - 
2023.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Jan  9 2023 Fabian Affolter  - 2023.1.1-1
- Update to latest upstream release 2023.1.1 (closes rhbz#2157220)
* Sat Dec  3 2022 Fabian Affolter  - 2022.11.1-1
- Update to latest upstream release 2022.11.1 (closes rhbz#2139019)
* Sat Oct  1 2022 Fabian Affolter  - 2022.10.1-1
- Update to latest upstream release 2022.10.1 (closes rhbz#2131419)
* Wed Sep 14 2022 Fabian Affolter  - 2022.9.1-1
- Update to latest upstream release 2022.9.1 (closes rhbz#2123194)
* Fri Aug 19 2022 Fabian Affolter  - 2022.8.1-1
- Update to latest upstream release 2022.8.1 (closes rhbz#2105840)
* Fri Jul 22 2022 Fedora Release Engineering  - 
2021.12.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint  - 2021.12.1-3
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering  - 
2021.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Dec  4 2021 Fabian Affolter  - 2021.12.1-1
- Update to latest upstream release 2021.12.1 (closes rhbz#2028656)
* Fri Nov  5 2021 Fabian Affolter  - 2021.11.1-1
- Update to latest upstream release 2021.11.1 (closes rhbz#2018853)
* Sat Oct  2 2021 Fabian Affolter  - 2021.10.1-1
- Update to latest upstream release 2021.10.1 (closes rhbz#2009586)
* Wed Sep  1 2021 Fabian Affolter  - 2021.9.1-1
- Update to latest upstream release 2021.9.1 (closes rhbz#100)
* Mon Aug  9 2021 Fabian Affolter  - 2021.8.1-1
- * Mon Aug 09 2021 Fabian Affolter  - 2021.8.1-1
  - Update to latest upstream release 2021.8.1
* Fri Jul 23 2021 Fedora Release Engineering  - 
2021.6.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 24 2021 Fabian Affolter  - 2021.6.21-1
- * Thu Jun 24 2021 Fabian Affolter  - 2021.6.21-1
  - Update to latest upstream release 2021.6.21
* Fri Jun  4 2021 Python Maint  - 2021.5.31-2
- Rebuilt for Python 3.10
* Thu Jun  3 2021 Fabian Affolter  - 2021.5.31-1
- * Thu Jun 03 2021 Fabian Affolter  - 2021.5.31-1
  - Update to latest upstream release 2021.5.31




 tio-3.4-1.el8 (FEDORA-EPEL-2024-9165bb1d78)
 Simple TTY terminal I/O application

Update Information:

tio v3.4
Update configuration output
Clean up script run interaction text
Fix unbounded writes
Add history and editing feature to line input mode
Use up and down arrow keys to navigate history.
Use left and right arrow keys to move cursor back and forth.
We try mimic the behaviour of GNU readline which we can not use because we also
need to react to key commands.
Reuse socket address
To avoid having to wait for socket timeout when restarting server.
Fix line input mode
Fix so that ABCD are no longer ignored.
Make sure ICRNL, IGNCR, INLCR take effect
Include correct header for poll()
Add group write permission to xymodem received file

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

2024-06-16 Thread updates
The following Fedora EPEL 9 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-c862af93eb   
libopenmpt-0.7.8-1.el9
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-01755f0acd   
composer-2.7.7-1.el9


The following builds have been pushed to Fedora EPEL 9 updates-testing

nwg-panel-0.9.34-1.el9
python-hstspreload-2024.6.1-2.el9
rust-async-signal-0.2.8-1.el9
rust-nettle-7.4.0-1.el9
rust-polling-3.7.2-1.el9
rust-sequoia-cert-store-0.6.0-1.el9
rust-sequoia-gpg-agent-0.4.1-1.el9
rust-sequoia-ipc-0.35.0-1.el9
rust-sequoia-keystore-0.5.0-1.el9
rust-sequoia-keystore-backend-0.5.0-1.el9
rust-sequoia-keystore-gpg-agent-0.3.0-1.el9
rust-sequoia-keystore-softkeys-0.5.0-1.el9
rust-sequoia-sq-0.37.0-1.el9
rust-sequoia-wot-0.12.0-1.el9
rust-terminal-trx-0.2.1-1.el9
tio-3.4-1.el9

Details about builds:



 nwg-panel-0.9.34-1.el9 (FEDORA-EPEL-2024-37cc60fdb0)
 GTK3-based panel for sway and Hyprland Wayland compositors

Update Information:

Automatic update for nwg-panel-0.9.34-1.el9.
Changelog for nwg-panel
* Sun Jun 16 2024 Packit  - 0.9.34-1
- Update to 0.9.34 upstream release
- Resolves: rhbz#2292558
* Fri Jun 07 2024 Python Maint  - 0.9.32-2
- Rebuilt for Python 3.13
* Sat May 18 2024 Packit  - 0.9.32-1
- Update to 0.9.32 upstream release
- Resolves: rhbz#2281387

ChangeLog:

* Sun Jun 16 2024 Packit  - 0.9.34-1
- Update to 0.9.34 upstream release
- Resolves: rhbz#2292558
* Fri Jun  7 2024 Python Maint  - 0.9.32-2
- Rebuilt for Python 3.13
* Sat May 18 2024 Packit  - 0.9.32-1
- Update to 0.9.32 upstream release
- Resolves: rhbz#2281387

References:

  [ 1 ] Bug #2281387 - nwg-panel-0.9.32 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2281387
  [ 2 ] Bug #2292558 - nwg-panel-0.9.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2292558




 python-hstspreload-2024.6.1-2.el9 (FEDORA-EPEL-2024-cb7946c71d)
 Chromium HSTS Preload list

Update Information:

Update to latest upstream release (closes rhbz#2278074)

ChangeLog:

* Sun Jun 16 2024 Fabian Affolter  - 2024.6.1-2
- Update to latest upstream release (closes rhbz#2278074)
* Sun Jun 16 2024 Fabian Affolter  - 2024.6.1-1
- Update to latest upstream release (closes rhbz#2278074))
* Fri Jun  7 2024 Python Maint  - 2024.4.1-3
- Rebuilt for Python 3.13
* Sun Apr  7 2024 Fabian Affolter  - 2024.4.1-2
- Add source for 2024.4.1
* Sun Apr  7 2024 Fabian Affolter  - 2024.4.1-1
- Update to latest upstream release (closes rhbz#2267147)
* Mon Feb  5 2024 Fabian Affolter  - 2024.2.1-1
- Update to latest upstream release (closes rhbz#2256900)
* Fri Jan 26 2024 Fedora Release Engineering  - 
2023.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering  - 
2023.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering  - 
2023.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint  - 2023.1.1-3
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering  - 
2023.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Jan  9 2023 Fabian Affolter  - 2023.1.1-1
- Update to latest upstream release 2023.1.1 (closes rhbz#2157220)
* Sat Dec  3 2022 Fabian Affolter  - 2022.11.1-1
- Update to latest upstream release 2022.11.1 (closes rhbz#2139019)
* Sat Oct  1 2022 Fabian Affolter  - 2022.10.1-1
- Update to latest upstream release 2022.10.1 (closes rhbz#2131419)
* Wed Sep 14 2022 Fabian Affolter  - 2022.9.1-1
- Update to latest upstream release 2022.9.1 (closes rhbz#2123194)
* Fri Aug 19 2022 Fabian Affolter  - 2022.8.1-1
- Update to latest upstream release 2022.8.1 (closes rhbz#2105840)
* Fri Jul 22 2022 Fedora Release Engineering  - 
2021.12.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

References:

  [ 1 ] Bug #2278074 - python-hstspreload-2024.6.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2278074




 

Re: Downgrading a package

2024-06-16 Thread Tim Semeijn via devel
Thanks Dan, managed to downgrade the package.

Best regards,
Tim

> On 15 Jun 2024, at 15:22, Dan Čermák  wrote:
> 
> You can't delete a build, but you can downgrade to the previous version and 
> bump the epoch and rebuild. The users will automatically update to the 
> downgraded version as it will be a higher version for rpm due to the higher 
> epoch.
> 
> 
> Cheers,
> 
> Dan
> 
> On June 15, 2024 1:03:41 PM UTC, Tim Semeijn via devel 
>  wrote:
>> Dear all,
>> 
>> As the package python3-mmtf is FTI on EPEL8 (incompatbile package 
>> requirement) I wish to downgrade it to the previous version 1.1.2 as a 
>> package maintainer. I checked the Packaging Guidelines but I can not find 
>> out how to approach this. Can anyone point me in the right direction on how 
>> to get the latest version removed from EPEL?
>> 
>> Best regards,
>> Tim Semeijn
>> --
>> ___
>> 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: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives: 
>> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>> Do not reply to spam, report it: 
>> https://pagure.io/fedora-infrastructure/new_issue
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[SPDX] Mass license change LGPLv3+ to LGPL-3.0-or-later

2024-06-16 Thread Miroslav Suchý

Hi.

I got unblocked on further process of mass license changes, so I can resume the 
work:

I am going to do the mass change of the license from LGPLv3+ to 
LGPL-3.0-or-later

The proposed diff is in attachment.

Affected packages:

aisleriot
arduino-listSerialPortsC
ast
autogen
blitz
CGAL
ColPack
dcw-gmt
dwgrep
dwlocstat
eegdev
elements
elements-alexandria
elisa-player
ell
evemu
fips
fleet-commander-admin
fleet-commander-client
FlightCrew
flxmlrpc
fvsp
gazebo
gio-qt
GLC_lib
glibd
gluster-block
GMT
gnome-builder
gnome-icon-theme
gnulib
granite
gshhg-gmt-nc4
gssntlmssp
gtkd
guile22
guile30
hunspell-eu
chafa
javaparser
kasts
keepassxc
libarcus
libcangjie
libcloudproviders
libdatovka
libdkimpp
libewf
libgnome-games-support
libgnome-games-support1
libgrss
libircclient
libkolabxml
libldm
liblouisutdml
libltc
libmseed
libnfc
libnitrokey
libpal
libserialport
libvmi
libwebcam
libzbd
lightdm
lightning
lucene++
man-pages-l10n
marker
memstomp
mingw-gmp
mingw-libunistring
mingw-mpfr
mingw-nettle
mopac
mrcpp
mrchem
multimedia-menus
OpenMesh
openscad
openzwave
oxygen-icon-theme
perl-Gtk2-ImageView
php-domxml-php4-php5
playerctl
python-advisory-parser
python-batinfo
python-bitcoinlib
python-boutdata
python-boututils
python-btrfs
python-cairosvg
python-cvss
python-demjson
python-easyco
python-epub
python-fiat
python-img2pdf
python-inema
python-iowait
python-mailmanclient
python-osa
python-pyarlo
python-pygal
python-pygeoip
python-pysimplesoap
python-pystray
python-pyvlx
python-ring-doorbell
python-sep
python-ssdeep
python-suds
python-ufl
python-xdot
python38-ntlm-auth-epel
qrmumps
rapidsvn
recode
rubygem-nifti
scanmem
smoldyn
soup-sharp
sourcextractor++
stfl
sugar-abacus
timeshift
trezor-common
unibilium
wcslib
wdune
wildmidi
wordpress-plugin-bad-behavior
xdffileio
xpra
xtb
zeek

Unless somebody stop me, I will do this change directly in dist-git after a 
week.

--

Miroslav Suchy, RHCA
Red Hat, Manager, Packit and CPT, #brno, #fedora-buildsys
diff -Naur rpm-specs.orig/arduino-listSerialPortsC.spec rpm-specs/arduino-listSerialPortsC.spec
--- rpm-specs.orig/arduino-listSerialPortsC.spec	2024-01-23 03:00:57.0 +0100
+++ rpm-specs/arduino-listSerialPortsC.spec	2024-06-16 22:11:28.824744213 +0200
@@ -2,9 +2,9 @@
 
 Name:		arduino-%{shortname}
 Version:	1.4.0
-Release:	18%{?dist}
+Release:	19%{?dist}
 Summary:	Simple multiplatform program to list serial ports with vid/pid/iserial fields
-License:	LGPLv3+
+License:	LGPL-3.0-or-later
 URL:		http://www.arduino.cc
 Source0:	https://github.com/arduino/listSerialPortsC/archive/%{version}.tar.gz#/%{shortname}-%{version}.tar.gz
 BuildRequires:	libserialport-devel
@@ -43,6 +43,9 @@
 %endif
 
 %changelog
+* Sun Jun  16 2024 Miroslav Suchý  - 1.4.0-19
+- convert license to SPDX
+
 * Mon Jan 22 2024 Fedora Release Engineering  - 1.4.0-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/autogen.spec rpm-specs/autogen.spec
--- rpm-specs.orig/autogen.spec	2024-05-31 04:01:20.0 +0200
+++ rpm-specs/autogen.spec	2024-06-16 22:11:29.598753766 +0200
@@ -1,7 +1,7 @@
 Summary:	Automated text file generator
 Name:		autogen
 Version:	5.18.16
-Release:	20%{?dist}
+Release:	21%{?dist}
 # Some files are licensed under GPLv2+.
 # We redistribute them under GPLv3+.
 License:	GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND GPL-1.0-or-later AND (LGPL-3.0-or-later OR BSD-3-Clause) AND GFDL-1.2-or-later
@@ -46,7 +46,7 @@
 Summary:	Automated option processing library based on %{name}
 # Although sources are dual licensed with BSD, some autogen generated files
 # are only under LGPLv3+. We drop BSD to avoid multiple licensing scenario.
-License:	LGPLv3+
+License:	LGPL-3.0-or-later
 
 %description libopts
 Libopts is very powerful command line option parser consisting of a set of
@@ -57,7 +57,7 @@
 Summary:	Development files for libopts
 # Although sources are dual licensed with BSD, some autogen generated files
 # are only under LGPLv3+. We drop BSD to avoid multiple licensing scenario.
-License:	LGPLv3+
+License:	LGPL-3.0-or-later
 
 Requires:	automake
 Requires:	%{name} = %{version}-%{release}
@@ -149,6 +149,9 @@
 %{_includedir}/autoopts/usage-txt.h
 
 %changelog
+* Sun Jun 16 2024 Miroslav Suchý  - 5.18.16-21
+- convert license to SPDX
+
 * Mon Jan 22 2024 Fedora Release Engineering  - 5.18.16-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/ColPack.spec rpm-specs/ColPack.spec
--- rpm-specs.orig/ColPack.spec	2024-06-15 04:02:53.0 +0200
+++ rpm-specs/ColPack.spec	2024-06-16 22:11:30.737767824 +0200
@@ -7,10 +7,10 @@
 
 Name:   ColPack
 Version:1.0.10
-Release:22%{?dist}
+Release:23%{?dist}
 Summary:Algorithms for specialized vertex coloring problems
 
-License:LGPLv3+
+License:LGPL-3.0-or-later
 URL:http://cscapes.cs.purdue.edu
 Source0:

[Bug 2292585] perl-Clipboard-0.30 is available

2024-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version||perl-Clipboard-0.30-1.fc41
 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2024-06-16 18:50:23



--- Comment #4 from Fedora Update System  ---
FEDORA-2024-fa58e0314e (perl-Clipboard-0.30-1.fc41) has been pushed to the
Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202292585%23c4
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2292585] perl-Clipboard-0.30 is available

2024-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Fedora Update System  changed:

   What|Removed |Added

 Status|NEW |MODIFIED



--- Comment #3 from Fedora Update System  ---
FEDORA-2024-fa58e0314e (perl-Clipboard-0.30-1.fc41) has been submitted as an
update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-fa58e0314e


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202292585%23c3
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2292473] perl-Dist-Zilla-Plugin-Git-2.051 is available

2024-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2292473

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Dist-Zilla-Plugin-Git- |perl-Dist-Zilla-Plugin-Git-
   |2.050 is available  |2.051 is available



--- Comment #1 from Upstream Release Monitoring 
 ---
Releases retrieved: 2.051
Upstream release that is considered latest: 2.051
Current version/release in rawhide: 2.049-1.fc40
URL: http://search.cpan.org/dist/Dist-Zilla-Plugin-Git/

Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.


Based on the information from Anitya:
https://release-monitoring.org/project/13957/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Dist-Zilla-Plugin-Git


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292473

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202292473%23c1
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F411 Change Proposal: KDE Plasma Mobile Spin and Fedora Kinoite Mobile (Self-Contained)

2024-06-16 Thread Aoife Moloney
This change is for Fedora Linux 41, and not 411 as the typo in the heading 
suggests :)
--
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
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-annou...@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F411 Change Proposal: KDE Plasma Mobile Spin and Fedora Kinoite Mobile (Self-Contained)

2024-06-16 Thread Aoife Moloney
This change is for Fedora Linux 41, and not 411 as the typo in the heading 
suggests :)
--
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
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-announce@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


F41 Change Proposal: Replace Nose With Pynose (self-contained)

2024-06-16 Thread Aoife Moloney
wiki - https://fedoraproject.org/wiki/Changes/ReplaceNoseWithPynose
Discussion Thread -
https://discussion.fedoraproject.org/t/f41-change-proposal-replace-nose-with-pynose-system-wide/120257

This is a proposed Change for Fedora Linux.
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.

== Summary ==
Package python-nose was
[https://fedoraproject.org/wiki/Changes/DeprecateNose deprecated] in
Fedora 32. It’s official successor,
[https://github.com/nose-devs/nose2 nose2] does not
provide all the functionality of nose. However,
[https://github.com/mdmintz/pynose pynose] does and thus
can be used as a drop-in replacement for nose allowing us
to retire python-nose.

== Owner ==
* Name: [https://fedoraproject.org/wiki/User:gui1ty Sandro]
* Email: gui...@penguinpee.nl


== Feedback ==
There are still a few (~70) packages in Fedora depending on deprecated
python3-nose for their tests. Other packages have been
switched to python3-pytest when nose was deprecated or
migrated to python3-pynose2. As efforts are underway to
upgrade python3-pytest to version 8.x.y, it turns out
this version no longer supports running nose setup/teardown
functions/methods, thereby breaking packages that still rely on those
functionality.

Since pynose is using the same namespace as deprecated nose, with a
minor 
hack[https://src.fedoraproject.org/fork/gui1ty/rpms/python-pynose/c/594c580ae1265f710cadfb63f34d21e13911e7b5?branch=nose
nose metadata hack], the package can be modified to provide a
proper replacement for python3-nose with regards to the
RPM as well as the Python metadata. Pynose also provides the same set
of executables. So packages still running nosetests will
be able to switch seemlessly to python3-pynose in
[https://copr.fedorainfracloud.org/coprs/gui1ty/pynose-nose/builds/
most cases].

Packagers can also decide to switch their packages manually by simply
changing to python3-pynose, which is currently available
in rawhide.

== Benefit to Fedora ==
Providing pynose as a drop-in replacement for nose will allow us to
retire long deprecated python-nose without forcing any
packages still depending on it to go look for an alternative or be
retired. It will also assist in the efforts of upgrading pytest to
version 8 by allowing packages that still rely on nose setup/teardown
functions/methods to switch back to nosetests provided by
pynose.

== Scope ==
* Proposal owners:
Provide python3-pynose as a drop-in replacement for
python3-nose; provide PRs for packages that need
adaption; provide help

* Other developers:
Manually switch to depending on python3-pynose if
desired; switch back to nostests if adapting to pytest 8
proves difficult

* Release engineering: N/A

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with Community Initiatives:


== Upgrade/compatibility impact ==
Transitioning from nose to pynose will happen behind the secenes.
Packages now depending on python3-nose or
python3dist(nose) will have that dependency satisfied by
python3-pynose instead of python3-nose.
Where packages need to be adapted, PRs will be provided to make them
work with pynose.



== How To Test ==
Packagers can test their package using the
[https://copr.fedorainfracloud.org/coprs/gui1ty/pynose-nose/ Copr
repo].

# copr mock-config gui1ty/pynose-nose fedora-rawhide-x86_64 
~/.config/mock/pynose-nose-rawhide.cfg
# fedpkg --release rawhide mockbuild --root pynose-nose-rawhide

Let us know if you need help.


== Dependencies ==

Packages currently build requiring python3-nose:

* binwalk
* bmap-tools
* hgsvn
* mod_nss
* nova-agent
* odcs
* openms
* ProDy
* pydot
* pytest
* python-agate
* python-agate-dbf
* python-agate-excel
* python-agate-sql
* python-anyjson
* python-axolotl
* python-behave
* python-binstruct
* python-blessings
* python-boto
* python-case
* python-colorspacious
* python-curtsies
* python-deap
* python-epc
* python-etcd
* python-eyed3
* python-fedmsg-meta-fedora-infrastructure
* python-flask-xml-rpc
* python-fluidity-sm
* python-gensim
* python-hglib
* python-http-ece
* python-httpretty
* python-ifcfg
* python-inflect
* python-ipmi
* python-iptools
* python-ipython_genutils
* python-jenkins
* python-leather
* python-mapnik
* python-migrate
* python-moksha-common
* python-moksha-hub
* python-musicbrainzngs
* python-neurosynth
* python-nitime
* python-ofxparse
* python-ordered-set
* python-pycdio
* python-pygatt
* python-pygeoip
* python-pypillowfight
* python-pyramid-tm
* python-pytest-mpl
* python-pytimeparse
* python-queuelib
* python-rows
* python-sievelib
* python-simplebayes
* python-spec
* python-spur
* python-statsd
* python-stomper
* python-supersmoother
* python-tilestache
* python-www-authenticate
* python-xvfbwrapper
* vigra


== Contingency Plan ==

* 

F41 Change Proposal: Replace Nose With Pynose (self-contained)

2024-06-16 Thread Aoife Moloney
wiki - https://fedoraproject.org/wiki/Changes/ReplaceNoseWithPynose
Discussion Thread -
https://discussion.fedoraproject.org/t/f41-change-proposal-replace-nose-with-pynose-system-wide/120257

This is a proposed Change for Fedora Linux.
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.

== Summary ==
Package python-nose was
[https://fedoraproject.org/wiki/Changes/DeprecateNose deprecated] in
Fedora 32. It’s official successor,
[https://github.com/nose-devs/nose2 nose2] does not
provide all the functionality of nose. However,
[https://github.com/mdmintz/pynose pynose] does and thus
can be used as a drop-in replacement for nose allowing us
to retire python-nose.

== Owner ==
* Name: [https://fedoraproject.org/wiki/User:gui1ty Sandro]
* Email: gui...@penguinpee.nl


== Feedback ==
There are still a few (~70) packages in Fedora depending on deprecated
python3-nose for their tests. Other packages have been
switched to python3-pytest when nose was deprecated or
migrated to python3-pynose2. As efforts are underway to
upgrade python3-pytest to version 8.x.y, it turns out
this version no longer supports running nose setup/teardown
functions/methods, thereby breaking packages that still rely on those
functionality.

Since pynose is using the same namespace as deprecated nose, with a
minor 
hack[https://src.fedoraproject.org/fork/gui1ty/rpms/python-pynose/c/594c580ae1265f710cadfb63f34d21e13911e7b5?branch=nose
nose metadata hack], the package can be modified to provide a
proper replacement for python3-nose with regards to the
RPM as well as the Python metadata. Pynose also provides the same set
of executables. So packages still running nosetests will
be able to switch seemlessly to python3-pynose in
[https://copr.fedorainfracloud.org/coprs/gui1ty/pynose-nose/builds/
most cases].

Packagers can also decide to switch their packages manually by simply
changing to python3-pynose, which is currently available
in rawhide.

== Benefit to Fedora ==
Providing pynose as a drop-in replacement for nose will allow us to
retire long deprecated python-nose without forcing any
packages still depending on it to go look for an alternative or be
retired. It will also assist in the efforts of upgrading pytest to
version 8 by allowing packages that still rely on nose setup/teardown
functions/methods to switch back to nosetests provided by
pynose.

== Scope ==
* Proposal owners:
Provide python3-pynose as a drop-in replacement for
python3-nose; provide PRs for packages that need
adaption; provide help

* Other developers:
Manually switch to depending on python3-pynose if
desired; switch back to nostests if adapting to pytest 8
proves difficult

* Release engineering: N/A

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with Community Initiatives:


== Upgrade/compatibility impact ==
Transitioning from nose to pynose will happen behind the secenes.
Packages now depending on python3-nose or
python3dist(nose) will have that dependency satisfied by
python3-pynose instead of python3-nose.
Where packages need to be adapted, PRs will be provided to make them
work with pynose.



== How To Test ==
Packagers can test their package using the
[https://copr.fedorainfracloud.org/coprs/gui1ty/pynose-nose/ Copr
repo].

# copr mock-config gui1ty/pynose-nose fedora-rawhide-x86_64 
~/.config/mock/pynose-nose-rawhide.cfg
# fedpkg --release rawhide mockbuild --root pynose-nose-rawhide

Let us know if you need help.


== Dependencies ==

Packages currently build requiring python3-nose:

* binwalk
* bmap-tools
* hgsvn
* mod_nss
* nova-agent
* odcs
* openms
* ProDy
* pydot
* pytest
* python-agate
* python-agate-dbf
* python-agate-excel
* python-agate-sql
* python-anyjson
* python-axolotl
* python-behave
* python-binstruct
* python-blessings
* python-boto
* python-case
* python-colorspacious
* python-curtsies
* python-deap
* python-epc
* python-etcd
* python-eyed3
* python-fedmsg-meta-fedora-infrastructure
* python-flask-xml-rpc
* python-fluidity-sm
* python-gensim
* python-hglib
* python-http-ece
* python-httpretty
* python-ifcfg
* python-inflect
* python-ipmi
* python-iptools
* python-ipython_genutils
* python-jenkins
* python-leather
* python-mapnik
* python-migrate
* python-moksha-common
* python-moksha-hub
* python-musicbrainzngs
* python-neurosynth
* python-nitime
* python-ofxparse
* python-ordered-set
* python-pycdio
* python-pygatt
* python-pygeoip
* python-pypillowfight
* python-pyramid-tm
* python-pytest-mpl
* python-pytimeparse
* python-queuelib
* python-rows
* python-sievelib
* python-simplebayes
* python-spec
* python-spur
* python-statsd
* python-stomper
* python-supersmoother
* python-tilestache
* python-www-authenticate
* python-xvfbwrapper
* vigra


== Contingency Plan ==

* 

F41 Change Proposal: GIMP Version 3 (self-contained)

2024-06-16 Thread Aoife Moloney
Wiki - https://fedoraproject.org/wiki/Changes/Gimp_3
Discussion Thread -
https://discussion.fedoraproject.org/t/f41-change-proposal-gimp-version-3-self-contained/120254

This is a proposed Change for Fedora Linux.
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.

== Summary ==

This change introduces the upcoming major version 3 of the GNU Image
Manipulation Program in Fedora Linux.


== Owner ==

* Name: [[User:Nphilipp| Nils Philippsen]]

* Email: nphilipp -at- redhat.com (or nils -at- tiptoe.de)


== Detailed Description ==

The [https://gimp.org GIMP project] intends to release the
[https://developer.gimp.org/core/roadmap/#gimp-30-development-branch-roadmap
major version 3] of the GNU Image Manipulation Program
[https://gitlab.gnome.org/GNOME/gimp/-/issues/10373#timeline later
this year].

This new version involves substantial changes to the technologies
used, which in turn means that third party plugins have to be ported
to be compatible. Therefore, this change will add the new version as a
new package gimp3 which can be installed side-by-side
with the existing version 2.x package, so people can continue working
on existing projects with the old gimp version and its plugins.

In order to make upgrades seamless for users (and avoid having to go
through an exception process for a “new” gimp2 package
needing Python 2.x), the existing package will remain named
gimp and it plus gimp3 will obsolete the
version 2.x packages from Fedora Linux <= 40 in version 41.

== Feedback ==

Alternative proposals were made, e.g. in
[https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/A3UCMVXIEHZ3L6GGZCW7ZEYHOZZBQTRJ/#JXF6I6DYW4RBVDLPTSSCN52RMFJ63VVA
the respective thread on the devel mailing list]:

* ''Replacing version 2 with version 3 wholesale, without possibility
for parallel installation, starting in Fedora Linux 41.''This
would force users to choose between using either using version 2.x or
3.x of GIMP, and it might make users with existing GIMP projects stay
longer on an older version of Fedora Linux than they would do
otherwise.
* ''Add gimp2 for the old version, let gimp
become version 3 in Fedora Linux 41 …''This would need an
exception for the gimp2 package, as it needs Python 2.x.
** ''… and introduce version 3 as gimp3 in Fedora Linux
<= 40.'' This would come along with even more packaging churn, it
would introduce gimp3 only for two existing Fedora
versions and then obsolete the package, also makes the upgrade
obsolete dance from 40 to 41 more complicated than it needs to be.
** ''… and only introduce GIMP version 3 in Fedora Linux >= 41.'' This
would withhold the benefits of the new GIMP version to users of older
Fedora Linux versions without a technical need to do so.

== Benefit to Fedora ==

This change upgrades GIMP to a version which doesn’t use ancient 2.x
versions of both GTK and Python anymore. Other than many new features
including better color management and the support of CMYK
import/export, it greatly improves user experience with certain input
devices such as tablets and on displays with very high resolutions.
Developers of plugins using Python can now use packages and language
features which simply don’t exist in Python 2.x.

== Scope ==
* Proposal owners:
** Make (pre-releases) available as gimp3 in Rawhide and
existing Fedora Linux versions.
** Ensure users of gimp get both versions when upgrading
their OS to Fedora Linux 41.
** Ensure comps is updated to refer to the new GIMP version from
Fedora Linux 41 on.

* Other developers: Maintainers of third party plugins work with their
respective upstreams to either find out if they have been ported to
GIMP 3.x, or assist in porting and make such ports available in
Fedora.

* Release engineering: This is a self-contained change and doesn’t
require that release engineering is involved.

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with the Fedora Strategy: This change doesn’t particularly
relate to the 
[https://discussion.fedoraproject.org/t/fedora-strategy-2028-february-march-planning-work-and-roadmap-til-flock/43618
the current Fedora Strategy], but it aligns well with “Freedom”,
“Features” and maybe ”First” of the
[https://docs.fedoraproject.org/en-US/project/#_what_is_fedora_all_about
Fedora Foundations].

== Upgrade/compatibility impact ==

The plan is that existing users of gimp end up with both
this package and the new version as gimp3. It should be
possible to install either version without pulling in the other on
Fedora Linux >= 41 (if technically feasible).

== User Experience ==

With Fedora Linux 41, users who install GIMP as an RPM package will
get the new version by default. It contains many new features and
improvements in 

F41 Change Proposal: GIMP Version 3 (self-contained)

2024-06-16 Thread Aoife Moloney
Wiki - https://fedoraproject.org/wiki/Changes/Gimp_3
Discussion Thread -
https://discussion.fedoraproject.org/t/f41-change-proposal-gimp-version-3-self-contained/120254

This is a proposed Change for Fedora Linux.
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.

== Summary ==

This change introduces the upcoming major version 3 of the GNU Image
Manipulation Program in Fedora Linux.


== Owner ==

* Name: [[User:Nphilipp| Nils Philippsen]]

* Email: nphilipp -at- redhat.com (or nils -at- tiptoe.de)


== Detailed Description ==

The [https://gimp.org GIMP project] intends to release the
[https://developer.gimp.org/core/roadmap/#gimp-30-development-branch-roadmap
major version 3] of the GNU Image Manipulation Program
[https://gitlab.gnome.org/GNOME/gimp/-/issues/10373#timeline later
this year].

This new version involves substantial changes to the technologies
used, which in turn means that third party plugins have to be ported
to be compatible. Therefore, this change will add the new version as a
new package gimp3 which can be installed side-by-side
with the existing version 2.x package, so people can continue working
on existing projects with the old gimp version and its plugins.

In order to make upgrades seamless for users (and avoid having to go
through an exception process for a “new” gimp2 package
needing Python 2.x), the existing package will remain named
gimp and it plus gimp3 will obsolete the
version 2.x packages from Fedora Linux <= 40 in version 41.

== Feedback ==

Alternative proposals were made, e.g. in
[https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/A3UCMVXIEHZ3L6GGZCW7ZEYHOZZBQTRJ/#JXF6I6DYW4RBVDLPTSSCN52RMFJ63VVA
the respective thread on the devel mailing list]:

* ''Replacing version 2 with version 3 wholesale, without possibility
for parallel installation, starting in Fedora Linux 41.''This
would force users to choose between using either using version 2.x or
3.x of GIMP, and it might make users with existing GIMP projects stay
longer on an older version of Fedora Linux than they would do
otherwise.
* ''Add gimp2 for the old version, let gimp
become version 3 in Fedora Linux 41 …''This would need an
exception for the gimp2 package, as it needs Python 2.x.
** ''… and introduce version 3 as gimp3 in Fedora Linux
<= 40.'' This would come along with even more packaging churn, it
would introduce gimp3 only for two existing Fedora
versions and then obsolete the package, also makes the upgrade
obsolete dance from 40 to 41 more complicated than it needs to be.
** ''… and only introduce GIMP version 3 in Fedora Linux >= 41.'' This
would withhold the benefits of the new GIMP version to users of older
Fedora Linux versions without a technical need to do so.

== Benefit to Fedora ==

This change upgrades GIMP to a version which doesn’t use ancient 2.x
versions of both GTK and Python anymore. Other than many new features
including better color management and the support of CMYK
import/export, it greatly improves user experience with certain input
devices such as tablets and on displays with very high resolutions.
Developers of plugins using Python can now use packages and language
features which simply don’t exist in Python 2.x.

== Scope ==
* Proposal owners:
** Make (pre-releases) available as gimp3 in Rawhide and
existing Fedora Linux versions.
** Ensure users of gimp get both versions when upgrading
their OS to Fedora Linux 41.
** Ensure comps is updated to refer to the new GIMP version from
Fedora Linux 41 on.

* Other developers: Maintainers of third party plugins work with their
respective upstreams to either find out if they have been ported to
GIMP 3.x, or assist in porting and make such ports available in
Fedora.

* Release engineering: This is a self-contained change and doesn’t
require that release engineering is involved.

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with the Fedora Strategy: This change doesn’t particularly
relate to the 
[https://discussion.fedoraproject.org/t/fedora-strategy-2028-february-march-planning-work-and-roadmap-til-flock/43618
the current Fedora Strategy], but it aligns well with “Freedom”,
“Features” and maybe ”First” of the
[https://docs.fedoraproject.org/en-US/project/#_what_is_fedora_all_about
Fedora Foundations].

== Upgrade/compatibility impact ==

The plan is that existing users of gimp end up with both
this package and the new version as gimp3. It should be
possible to install either version without pulling in the other on
Fedora Linux >= 41 (if technically feasible).

== User Experience ==

With Fedora Linux 41, users who install GIMP as an RPM package will
get the new version by default. It contains many new features and
improvements in 

F411 Change Proposal: KDE Plasma Mobile Spin and Fedora Kinoite Mobile (Self-Contained)

2024-06-16 Thread Aoife Moloney
Wiki - https://fedoraproject.org/wiki/Changes/Fedora_KDE_Plasma_Mobile
Discussion Thread -
https://discussion.fedoraproject.org/t/f411-change-proposal-kde-plasma-mobile-spin-and-fedora-kinoite-mobile-self-contained/120251

This is a proposed Change for Fedora Linux.
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.


== Summary ==

A Fedora Spin using KDE Plasma Mobile and a Fedora Kinoite Mobile
Bootable Container image.

== Owner ==

* SIG: [[SIGs/KDE|KDE SIG]]
* Name: [[User:tdawson| Troy Dawson]]
* Email: tdaw...@redhat.com
* Name: [[User:ngompa| Neal Gompa]]
* Email: ngomp...@gmail.com
* Name: [[User:Siosm| Timothée Ravier]]
* Email: trav...@redhat.com


== Detailed Description ==

Built on the foundations of KDE Plasma Desktop, KDE Plasma Mobile
brings its flexibility to a mobile form factor.  Although originally
geared towards phones, the touch friendly interface works very well on
tablets and 2-in-1 laptops.

We propose to create a Fedora KDE Plasma Mobile spin and the
corresponding Atomic variant: Kinoite Mobile (only Bootable Container
images, no classic ostree variant).

== Feedback ==

Feedback has been positive thus far.  As KDE Plasma Mobile has taken
shape in Fedora, more and more people have asked for a spin so it is
easier to setup on their machines.

== Benefit to Fedora ==

KDE Plasma Mobile will give Fedora a strong showing in the mobile
market.  Many other distributions that targeted the mobile market have
concentrated on cellphones.  We believe that by targeting all
touchscreen devices, we can bring more users
into the Fedora community.

== Scope ==

* Proposal owners:
** '''Spin configuration:'''
** '''Work with RelEng to build:'''
** '''Test Day coordination:'''

* Other developers: N/A

* Release engineering: Will submit issue once this is approved.
[https://pagure.io/releng/issues #Releng issue number]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: Will submit issue once this is approved.

* Alignment with the Fedora Strategy: Yes.

== Upgrade/compatibility impact ==
N/A (not a System Wide Change)

== How To Test ==

Proper Fedora KDE Plasma Mobile Spin:

1. Boot the Fedora KDE Plasma Mobile Spin ISO image either on
bare-metal or in a virtual machine (V.M.).

2. Confirm successful boot into a configured KDE Plasma Mobile
environment with basic packages available.

3. Launch Anaconda installer.

4. Confirm no major issues with windows and display. The installed
system uses sddm as the login manager and comes preinstalled with KDE
Plasma Mobile as the default desktop environment and with default
applications present for most use cases.

Repeat with Kinoite Mobile.

== User Experience ==

Users are able to consume KDE Plasma Mobile from
https://spins.fedoraproject.org instead of installing another desktop
and then manually installing KDE Plasma Mobile after the initial
installation. Similarly for Kinoite Mobile.

The Spin should remain as minimal as possible and only include small
supplements on top of making the default configuration workable.  We
should make the user experience as easy and simple as possible without
defining too many opinions.

== Dependencies ==

N/A (not a System Wide Change)

== Contingency Plan ==

* Contingency mechanism: Push this off to the next Fedora release
* Contingency deadline: Beta Freeze
* Blocks release? No


== Documentation ==

N/A (not a System Wide Change)

== Release Notes ==

This release brings the Fedora KDE Plasma Mobile Spin and its
corresponding Atomic variant: Kinoite Mobile. Built on the foundations
of KDE Plasma Desktop, KDE Plasma Mobile and Kinoite Mobile bring its
flexibility to a mobile form factor.  Although originally geared
towards phones, the touch friendly interface works very well on
tablets and 2-in-1 laptops.

-- 
Aoife Moloney

Fedora Operations Architect

Fedora Project

Matrix: @amoloney:fedora.im

IRC: amoloney
--
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
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-annou...@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 

F411 Change Proposal: KDE Plasma Mobile Spin and Fedora Kinoite Mobile (Self-Contained)

2024-06-16 Thread Aoife Moloney
Wiki - https://fedoraproject.org/wiki/Changes/Fedora_KDE_Plasma_Mobile
Discussion Thread -
https://discussion.fedoraproject.org/t/f411-change-proposal-kde-plasma-mobile-spin-and-fedora-kinoite-mobile-self-contained/120251

This is a proposed Change for Fedora Linux.
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.


== Summary ==

A Fedora Spin using KDE Plasma Mobile and a Fedora Kinoite Mobile
Bootable Container image.

== Owner ==

* SIG: [[SIGs/KDE|KDE SIG]]
* Name: [[User:tdawson| Troy Dawson]]
* Email: tdaw...@redhat.com
* Name: [[User:ngompa| Neal Gompa]]
* Email: ngomp...@gmail.com
* Name: [[User:Siosm| Timothée Ravier]]
* Email: trav...@redhat.com


== Detailed Description ==

Built on the foundations of KDE Plasma Desktop, KDE Plasma Mobile
brings its flexibility to a mobile form factor.  Although originally
geared towards phones, the touch friendly interface works very well on
tablets and 2-in-1 laptops.

We propose to create a Fedora KDE Plasma Mobile spin and the
corresponding Atomic variant: Kinoite Mobile (only Bootable Container
images, no classic ostree variant).

== Feedback ==

Feedback has been positive thus far.  As KDE Plasma Mobile has taken
shape in Fedora, more and more people have asked for a spin so it is
easier to setup on their machines.

== Benefit to Fedora ==

KDE Plasma Mobile will give Fedora a strong showing in the mobile
market.  Many other distributions that targeted the mobile market have
concentrated on cellphones.  We believe that by targeting all
touchscreen devices, we can bring more users
into the Fedora community.

== Scope ==

* Proposal owners:
** '''Spin configuration:'''
** '''Work with RelEng to build:'''
** '''Test Day coordination:'''

* Other developers: N/A

* Release engineering: Will submit issue once this is approved.
[https://pagure.io/releng/issues #Releng issue number]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: Will submit issue once this is approved.

* Alignment with the Fedora Strategy: Yes.

== Upgrade/compatibility impact ==
N/A (not a System Wide Change)

== How To Test ==

Proper Fedora KDE Plasma Mobile Spin:

1. Boot the Fedora KDE Plasma Mobile Spin ISO image either on
bare-metal or in a virtual machine (V.M.).

2. Confirm successful boot into a configured KDE Plasma Mobile
environment with basic packages available.

3. Launch Anaconda installer.

4. Confirm no major issues with windows and display. The installed
system uses sddm as the login manager and comes preinstalled with KDE
Plasma Mobile as the default desktop environment and with default
applications present for most use cases.

Repeat with Kinoite Mobile.

== User Experience ==

Users are able to consume KDE Plasma Mobile from
https://spins.fedoraproject.org instead of installing another desktop
and then manually installing KDE Plasma Mobile after the initial
installation. Similarly for Kinoite Mobile.

The Spin should remain as minimal as possible and only include small
supplements on top of making the default configuration workable.  We
should make the user experience as easy and simple as possible without
defining too many opinions.

== Dependencies ==

N/A (not a System Wide Change)

== Contingency Plan ==

* Contingency mechanism: Push this off to the next Fedora release
* Contingency deadline: Beta Freeze
* Blocks release? No


== Documentation ==

N/A (not a System Wide Change)

== Release Notes ==

This release brings the Fedora KDE Plasma Mobile Spin and its
corresponding Atomic variant: Kinoite Mobile. Built on the foundations
of KDE Plasma Desktop, KDE Plasma Mobile and Kinoite Mobile bring its
flexibility to a mobile form factor.  Although originally geared
towards phones, the touch friendly interface works very well on
tablets and 2-in-1 laptops.

-- 
Aoife Moloney

Fedora Operations Architect

Fedora Project

Matrix: @amoloney:fedora.im

IRC: amoloney
--
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
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-announce@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


F41 Change Proposal: Mark Fedora KDE AArch64 as Release-Blocking (System-Wide)

2024-06-16 Thread Aoife Moloney
Wiki - https://fedoraproject.org/wiki/Changes/Fedora_KDE_AArch64_ReleaseBlocker
Discussion Topic -
https://discussion.fedoraproject.org/t/f41-change-proposal-mark-fedora-kde-aarch64-as-release-blocking-system-wide/120250

This is a proposed Change for Fedora Linux.
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.

== Summary ==
Mark Fedora KDE AArch64 deliverables as release-blocking, leveraging
the same criteria for Fedora on AArch64 and Fedora KDE on x86_64.

== Owner ==
* Name: [[User:Ngompa| Neal Gompa]]

* Email: ngomp...@gmail.com


== Detailed Description ==
The Fedora KDE SIG already considers Fedora KDE on AArch64 at the same
level of importance as Fedora KDE on x86_64, and the SIG wants the
Fedora KDE AArch64 deliverables (such as the disk images and ISOs) to
be release-blocking alongside existing Fedora KDE x86_64 deliverables.

== Feedback ==


== Benefit to Fedora ==
This allows the Fedora KDE SIG to reinforce its commitment to the
highest quality KDE Plasma experience on Fedora possible on AArch64
like on x86_64, and it lets Fedora better support the larger ecosystem
around Fedora leveraging KDE Plasma (of one notable member being the
Fedora Asahi Remix).


== Scope ==
* Proposal owners: Update pungi-fedora to mark AArch64 artifacts as
release blocking ([https://pagure.io/pungi-fedora/pull-request/1290
pagureio#pungi-fedora#1290])

* Other developers: N/A (not needed for this Change)

* Release engineering: [https://pagure.io/releng/issue/12165 #12165]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with the Fedora Strategy: This aligns with expanding and
improving Fedora's connections to the larger ecosystem by supporting
upstream KDE with our expertise on AArch64 and downstream
distributions like the Fedora Asahi Remix using Fedora KDE on AArch64.

== Upgrade/compatibility impact ==
This has no impact on users.

== How To Test ==
Fedora KDE can be tested on AArch64 the same way Fedora Workstation is:

* Fedora KDE AArch64 ISO on either QEMU/KVM or a device with UEFI CD
boot such as [https://github.com/pftf the Raspberry Pi using UEFI
firmware]
* Fedora KDE AArch64 raw disk image on existing supported AArch64 devices

== User Experience ==
This does not change anything for the user experience.

== Dependencies ==
There are no extra dependencies.


== Contingency Plan ==
* Contingency mechanism: Revert release-blocking status for Fedora KDE
on AArch64
* Contingency deadline: Final Freeze
* Blocks release? Yes


== Documentation ==
There is no user-facing documentation to update. Fedora QA
documentation on release-blocking artifacts will note Fedora KDE
AArch64 artifacts as release-blocking.

== Release Notes ==
Not applicable as this is not a user-facing Change.


-- 
Aoife Moloney

Fedora Operations Architect

Fedora Project

Matrix: @amoloney:fedora.im

IRC: amoloney
--
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
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-annou...@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


F41 Change Proposal: Mark Fedora KDE AArch64 as Release-Blocking (System-Wide)

2024-06-16 Thread Aoife Moloney
Wiki - https://fedoraproject.org/wiki/Changes/Fedora_KDE_AArch64_ReleaseBlocker
Discussion Topic -
https://discussion.fedoraproject.org/t/f41-change-proposal-mark-fedora-kde-aarch64-as-release-blocking-system-wide/120250

This is a proposed Change for Fedora Linux.
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.

== Summary ==
Mark Fedora KDE AArch64 deliverables as release-blocking, leveraging
the same criteria for Fedora on AArch64 and Fedora KDE on x86_64.

== Owner ==
* Name: [[User:Ngompa| Neal Gompa]]

* Email: ngomp...@gmail.com


== Detailed Description ==
The Fedora KDE SIG already considers Fedora KDE on AArch64 at the same
level of importance as Fedora KDE on x86_64, and the SIG wants the
Fedora KDE AArch64 deliverables (such as the disk images and ISOs) to
be release-blocking alongside existing Fedora KDE x86_64 deliverables.

== Feedback ==


== Benefit to Fedora ==
This allows the Fedora KDE SIG to reinforce its commitment to the
highest quality KDE Plasma experience on Fedora possible on AArch64
like on x86_64, and it lets Fedora better support the larger ecosystem
around Fedora leveraging KDE Plasma (of one notable member being the
Fedora Asahi Remix).


== Scope ==
* Proposal owners: Update pungi-fedora to mark AArch64 artifacts as
release blocking ([https://pagure.io/pungi-fedora/pull-request/1290
pagureio#pungi-fedora#1290])

* Other developers: N/A (not needed for this Change)

* Release engineering: [https://pagure.io/releng/issue/12165 #12165]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with the Fedora Strategy: This aligns with expanding and
improving Fedora's connections to the larger ecosystem by supporting
upstream KDE with our expertise on AArch64 and downstream
distributions like the Fedora Asahi Remix using Fedora KDE on AArch64.

== Upgrade/compatibility impact ==
This has no impact on users.

== How To Test ==
Fedora KDE can be tested on AArch64 the same way Fedora Workstation is:

* Fedora KDE AArch64 ISO on either QEMU/KVM or a device with UEFI CD
boot such as [https://github.com/pftf the Raspberry Pi using UEFI
firmware]
* Fedora KDE AArch64 raw disk image on existing supported AArch64 devices

== User Experience ==
This does not change anything for the user experience.

== Dependencies ==
There are no extra dependencies.


== Contingency Plan ==
* Contingency mechanism: Revert release-blocking status for Fedora KDE
on AArch64
* Contingency deadline: Final Freeze
* Blocks release? Yes


== Documentation ==
There is no user-facing documentation to update. Fedora QA
documentation on release-blocking artifacts will note Fedora KDE
AArch64 artifacts as release-blocking.

== Release Notes ==
Not applicable as this is not a user-facing Change.


-- 
Aoife Moloney

Fedora Operations Architect

Fedora Project

Matrix: @amoloney:fedora.im

IRC: amoloney
--
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
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-announce@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Test-Time] PR #1: Update the source URL to the one that works

2024-06-16 Thread Emmanuel Seyman

eseyman closed without merging a pull-request against the project: 
`perl-Test-Time` that you
are following.

Closed pull-request:

``
Update the source URL to the one that works
``

https://src.fedoraproject.org/rpms/perl-Test-Time/pull-request/1
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Test-Time] PR #1: Update the source URL to the one that works

2024-06-16 Thread Emmanuel Seyman

eseyman commented on the pull-request: `Update the source URL to the one that 
works` that you are following:
``
Thank you for your pull-request, Yaroslav.

I like to stick with whatever URL is on upstream's homepage. Since metacpan 
uses the authors URL, I have updated to that instead.
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Test-Time/pull-request/1
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2292585] perl-Clipboard-0.30 is available

2024-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2292585



--- Comment #2 from Upstream Release Monitoring 
 ---
the-new-hotness/release-monitoring.org's scratch build of
perl-Clipboard-0.30-1.fc40.src.rpm for rawhide completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=119099574


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202292585%23c2
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2292585] perl-Clipboard-0.30 is available

2024-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2292585



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 2037517
  --> https://bugzilla.redhat.com/attachment.cgi?id=2037517=edit
Update to 0.30 (#2292585)


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202292585%23c1
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2292585] New: perl-Clipboard-0.30 is available

2024-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Bug ID: 2292585
   Summary: perl-Clipboard-0.30 is available
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Clipboard
  Keywords: FutureFeature, Triaged
  Assignee: xav...@bachelot.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: c...@fea.st, iarn...@gmail.com, mkre...@gmail.com,
perl-devel@lists.fedoraproject.org,
xav...@bachelot.org
  Target Milestone: ---
Classification: Fedora



Releases retrieved: 0.30
Upstream release that is considered latest: 0.30
Current version/release in rawhide: 0.29-1.fc41
URL: http://search.cpan.org/dist/Clipboard/

Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.


Based on the information from Anitya:
https://release-monitoring.org/project/14091/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Clipboard


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292585

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202292585%23c0
--
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora rawhide compose report: 20240616.n.0 changes

2024-06-16 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20240615.n.0
NEW: Fedora-Rawhide-20240616.n.0

= SUMMARY =
Added images:2
Dropped images:  2
Added packages:  2
Dropped packages:0
Upgraded packages:   86
Downgraded packages: 0

Size of added packages:  3.35 MiB
Size of dropped packages:0 B
Size of upgraded packages:   518.95 MiB
Size of downgraded packages: 0 B

Size change of upgraded packages:   2.30 MiB
Size change of downgraded packages: 0 B

= ADDED IMAGES =
Image: Workstation live aarch64
Path: 
Workstation/aarch64/iso/Fedora-Workstation-Live-aarch64-Rawhide-20240616.n.0.iso
Image: LXQt live aarch64
Path: Spins/aarch64/iso/Fedora-LXQt-Live-aarch64-Rawhide-20240616.n.0.iso

= DROPPED IMAGES =
Image: KDE live aarch64
Path: Spins/aarch64/iso/Fedora-KDE-Live-aarch64-Rawhide-20240615.n.0.iso
Image: Server_KVM qcow2 ppc64le
Path: Server/ppc64le/images/Fedora-Server-KVM-Rawhide-20240615.n.0.ppc64le.qcow2

= ADDED PACKAGES =
Package: monado-vulkan-layers-0.9.0-1.20240221gitae43cdc.fc41
Summary: Optional Vulkan Layers for Monado
RPMs:monado-vulkan-layers
Size:75.28 KiB

Package: nodejs-aw-webui-0^20240518.05c25c9-1.fc41
Summary: A web-based UI for ActivityWatch, built with Vue.js
RPMs:nodejs-aw-webui
Size:3.28 MiB


= DROPPED PACKAGES =

= UPGRADED PACKAGES =
Package:  OpenMolcas-24.06-1.fc41
Old package:  OpenMolcas-24.02-1.fc41
Summary:  A multiconfigurational quantum chemistry software package
RPMs: OpenMolcas
Size: 65.34 MiB
Size change:  -123.25 KiB
Changelog:
  * Sat Jun 15 2024 Susi Lehtola  - 24.06-1
  - Update to 24.06.


Package:  R-tesseract-5.1.0-14.fc41
Old package:  R-tesseract-5.1.0-13.fc41
Summary:  Open Source OCR Engine
RPMs: R-tesseract
Size: 1.97 MiB
Size change:  542 B
Changelog:
  * Thu Jun 13 2024 Sandro Mani  - 5.1.0-14
  - Rebuild for tesseract-5.4.1


Package:  alfont-2.0.9-28.fc41
Old package:  alfont-2.0.9-25.fc39
Summary:  Font rendering library for the Allegro game library
RPMs: alfont alfont-devel
Size: 244.88 KiB
Size change:  3.15 KiB
Changelog:
  * Fri Jan 19 2024 Fedora Release Engineering  - 
2.0.9-26
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  * Mon Jan 22 2024 Fedora Release Engineering  - 
2.0.9-27
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  * Sat Jun 15 2024 Hans de Goede  - 2.0.9-28
  - Fix FTBFS (rhbz#2260975)
  - Use distro LD_FLAGS when linking


Package:  bandit-1.7.9-1.fc41
Old package:  bandit-1.7.8-2.fc41
Summary:  A framework for performing security analysis of Python source code
RPMs: bandit
Size: 318.73 KiB
Size change:  954 B
Changelog:
  * Sat Jun 15 2024 Mikel Olasagasti Uranga  - 1.7.9-1
  - Update to 1.7.9 - Closes rhbz#2292094


Package:  build2-0.16.0-4.fc41
Old package:  build2-0.16.0-4.fc41~bootstrap
Summary:  Cross-platform build toolchain for developing and packaging C++ 
code
RPMs: bdep bdep-doc bpkg bpkg-doc build2 build2-doc build2-rpm-macros 
libbpkg libbpkg-devel libbuild2 libbuild2-devel libbutl libbutl-devel
Size: 26.07 MiB
Size change:  -21.79 KiB

Package:  cheat-4.4.2-1.fc41
Old package:  cheat-4.2.2-11.fc40
Summary:  Help for various commands and their use cases
RPMs: cheat cheat-bash-completion cheat-community-cheatsheets 
cheat-fish-completion cheat-zsh-completion
Dropped RPMs: golang-github-cheat-devel
Size: 13.83 MiB
Size change:  4.27 MiB
Changelog:
  * Fri Mar 08 2024 Mikel Olasagasti Uranga  - 4.4.2-1
  - Update to 4.4.2 - Closes rhbz#2012518


Package:  cinnamon-session-6.2.0-3.fc41
Old package:  cinnamon-session-6.2.0-2.fc41
Summary:  Cinnamon session manager
RPMs: cinnamon-session
Size: 542.90 KiB
Size change:  71 B
Changelog:
  * Sat Jun 15 2024 Leigh Scott  - 6.2.0-3
  - Remove polkit-gnome requires


Package:  clblast-1.6.3-1.fc41
Old package:  clblast-1.6.2-1.fc40
Summary:  Tuned OpenCL BLAS routines
RPMs: clblast clblast-clients clblast-devel clblast-tuners
Size: 16.14 MiB
Size change:  -130.83 KiB
Changelog:
  * Fri Mar 08 2024 Felix Wang  - 1.6.2-2
  - enable packit only on fedora-rawhide

  * Sat Jun 15 2024 Tom Rix  - 1.6.3-1
  - Update to 1.6.3


Package:  compat-tolua++-1.0.93-23.fc41
Old package:  compat-tolua++-1.0.93-20.fc39
Summary:  Lua-5.1 compatible version of tolua++ (C++ Lua integration)
RPMs: compat-tolua++ compat-tolua++-devel
Size: 435.96 KiB
Size change:  3.80 KiB
Changelog:
  * Fri Jan 19 2024 Fedora Release Engineering  - 
1.0.93-21
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  * Wed Jan 24 2024 Fedora Release Engineering  - 
1.0.93-22
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  * Sat Jun 15 2024 Hans de Goede  - 1.0.93-23
  - Fix FTBFS (rhbz#2261040)
  - Use distro LD_FLAGS when linking


Package:  cramjam-cli

Announcing libscn soversion bump

2024-06-16 Thread Vitaly Zaitsev via devel

Hello all.

libscn 3.0.1 will include a soversion bump from 0 to 3.

--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
--
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue