Re: ABI change in ImageMagick

2024-11-16 Thread Peter Pentchev
On Thu, Nov 14, 2024 at 04:45:16PM -0800, Adam Williamson wrote:
> On Mon, 2024-11-11 at 17:38 +0100, Dan Horák wrote:
> > On Mon, 11 Nov 2024 11:19:38 +0100
> > Fabio Valentini  wrote:
> > 
> > > On Mon, Nov 11, 2024, 11:03 Dan Horák  wrote:
> > > 
> > > > Hi,
> > > > 
> > > > seems ImageMagick 7.1.1.40 comes with an ABI change
> > > > 
> > > > it drops libMagickWand-7.Q16HDRI.so.10(VERS_10.0)(64bit)
> > > > and has libMagickWand-7.Q16HDRI.so.10(VERS_10.2)(64bit) instead.
> > > > This sounds wrong ...
> > > > 
> > > 
> > > Indeed it does. I've also gotten at least one FTI issue filed due to this
> > > change already.
> > > 
> > > I've -1 karma'd the corresponding f41 update, but it's a Packit managed
> > > package so I'm quite sure bodhi comments just go into the big /dev/null.
[snip]
> > It would not caught this particular issue, but
> > still ... Although there could be an ABI check in the CI too.
> 
> There is, to some extent (though it's checking the actual ABI, not the
> sonames, by the looks of it).
> 
> https://bodhi.fedoraproject.org/updates/FEDORA-2024-fff3964033 -> click
> on Automated Tests -> click on fedora-ci.koji-build.rpminspect.static-
> analysis -> takes you to
> https://artifacts.dev.testing-farm.io/672d5798-03e5-4b53-80ba-79846ad65d71/
> , click on 'abidiff', and you'll see e.g.:
> 
> INFO Comparing from /usr/lib/libMagickCore-7.Q16HDRI.so.10.0.1 to 
> /usr/lib/libMagickCore-7.Q16HDRI.so.10.0.2 in package ImageMagick-libs on 
> i686 revealed ABI differences. Not Waivable
> Command: abidiff --d1 
> /var/ARTIFACTS/work-rpminspectokf2u_1i/rpminspect/tree/workdir/ImageMagick-7.1.1.40.CPBbej/root/before/i686/usr/lib/debug/
>  --hd1 
> /var/ARTIFACTS/work-rpminspectokf2u_1i/rpminspect/tree/workdir/ImageMagick-7.1.1.40.CPBbej/root/before/i686/usr/include
>  --d2 
> /var/ARTIFACTS/work-rpminspectokf2u_1i/rpminspect/tree/workdir/ImageMagick-7.1.1.40.CPBbej/root/after/i686/usr/lib/debug/
>  --hd2 
> /var/ARTIFACTS/work-rpminspectokf2u_1i/rpminspect/tree/workdir/ImageMagick-7.1.1.40.CPBbej/root/after/i686/usr/include
>  
> /var/ARTIFACTS/work-rpminspectokf2u_1i/rpminspect/tree/workdir/ImageMagick-7.1.1.40.CPBbej/root/before/i686/usr/lib/libMagickCore-7.Q16HDRI.so.10.0.1
>  
> /var/ARTIFACTS/work-rpminspectokf2u_1i/rpminspect/tree/workdir/ImageMagick-7.1.1.40.CPBbej/root/after/i686/usr/lib/libMagickCore-7.Q16HDRI.so.10.0.2
> 
> Functions changes summary: 0 Removed, 1 Changed (575 filtered out), 0 Added 
> functions
> Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
> 
> 1 function with some indirect sub-type change:
> 
>   [C] 'function CacheView* AcquireAuthenticCacheView(const Image*, 
> ExceptionInfo*)' at cache-view.c:112:1 has some indirect sub-type changes:
> parameter 1 of type 'const Image*' has sub-type changes:
>   in pointed to type 'const Image':
> in unqualified underlying type 'typedef Image' at magick-type.h:194:1:
>   underlying type 'struct _Image' at image.h:131:1 changed:
> type size hasn't changed
> 1 data member changes (5 filtered):
>   type of 'FilterType filter' changed:
> underlying type 'enum FilterType' at resample.h:33:1 changed:
>   type size hasn't changed
>   2 enumerator insertions:
> 'FilterType::MagicKernelSharp2013Filter' value '32'
> 'FilterType::MagicKernelSharp2021Filter' value '33'
>   1 enumerator change:
> 'FilterType::SentinelFilter' from value '32' to '34' at 
> resample.h:33:1
> 
> but this is entirely informative, at two levels. It's not a failure at
> rpminspect level, only an 'info'. And failures at rpminspect level do
> not gate updates unless the package opts into this in its package-level
> gating.yaml config.

Hm, ICBW, but, at least to me, this enum change looks like an actual
breaking ABI (not API) change. If a program was compiled to call that
function with the SentinelFilter value, the program code would pass
32 as a parameter and invoke the function. If loaded with the new 
version of the library, this would cause the function to assume that
the caller wanted to pass MagicKernelSharp2013Filter and... do something
unexpected.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@debian.org pe...@morpheusly.com
PGP key:https://www.ringlet.net/roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: PGP 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/f

Random failures building on Koji

2024-11-16 Thread Ron Olson

Hey all,

I’ve been having difficulty building Swift on Koji’s x86_64 
builders, as well as the aarch64 ones too, occasionally. The build.log 
doesn’t seem to show the cause of the failure, just that a particular 
command failed and thus stops the job. For example, 
https://kojipkgs.fedoraproject.org//work/tasks/3385/125923385/build.log. 
When I’ve tried to resubmit it sometimes works with no changes.


I’m wondering if I’m hitting some weird limit of the builder; I 
can’t find the cause of the error that is causing the builds to fail. 
EPEL 9 builds generally work, as well as F40, and _generally_ F41 as 
well; the cause of failure always seems to be the same insofar as 
there’s no actual error written to the log (e.g. an error as reported 
by clang).


Might anyone have any ideas how to troubleshoot this or ask koji to 
produce even more verbose output to see what happened?


Thanks,

Ron-- 
___
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


Fedora eln compose report: 20241117.n.0 changes

2024-11-16 Thread Fedora ELN Report
OLD: Fedora-eln-20241116.n.0
NEW: Fedora-eln-20241117.n.0

= SUMMARY =
Added images:0
Dropped images:  0
Added packages:  0
Dropped packages:0
Upgraded packages:   10
Downgraded packages: 0

Size of added packages:  0 B
Size of dropped packages:0 B
Size of upgraded packages:   4.85 GiB
Size of downgraded packages: 0 B

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

= ADDED IMAGES =

= DROPPED IMAGES =

= ADDED PACKAGES =

= DROPPED PACKAGES =

= UPGRADED PACKAGES =
Package:  dotnet9.0-9.0.100-1.eln143
Old package:  dotnet9.0-9.0.100~rc.2.24474.1-0.13.eln143
Summary:  .NET Runtime and SDK
RPMs: aspnetcore-runtime-9.0 aspnetcore-runtime-dbg-9.0 
aspnetcore-targeting-pack-9.0 dotnet-apphost-pack-9.0 dotnet-host 
dotnet-hostfxr-9.0 dotnet-runtime-9.0 dotnet-runtime-dbg-9.0 dotnet-sdk-9.0 
dotnet-sdk-9.0-source-built-artifacts dotnet-sdk-aot-9.0 dotnet-sdk-dbg-9.0 
dotnet-targeting-pack-9.0 dotnet-templates-9.0 netstandard-targeting-pack-2.1
Size: 2.63 GiB
Size change:  22.37 MiB
Changelog:
  * Tue Nov 12 2024 Omair Majid  - 9.0.100-1
  - Update to .NET SDK 9.0.100 and Runtime 9.0.0


Package:  firefox-132.0.2-1.eln143
Old package:  firefox-132.0.1-2.eln143
Summary:  Mozilla Firefox Web browser
RPMs: firefox
Size: 288.64 MiB
Size change:  71.86 MiB
Changelog:
  * Fri Nov 15 2024 Martin Stransky  - 132.0.2-1
  - Updated to 132.0.2
  - Try to reduce build mem usage on ppc64le


Package:  kdepim-addons-24.08.3-2.eln143
Old package:  kdepim-addons-24.08.3-1.eln143
Summary:  Additional plugins for KDE PIM applications
RPMs: kdepim-addons
Size: 6.52 MiB
Size change:  -17.71 KiB
Changelog:
  * Sat Nov 16 2024 Steve Cossette  - 24.08.3-2
  - Fix for calendar colors being wrong


Package:  kernel-6.12.0-0.rc7.20241115gitcfaaa7d010d1.62.eln143
Old package:  kernel-6.12.0-0.rc7.59.eln143
Summary:  The Linux kernel
RPMs: bpftool kernel kernel-64k kernel-64k-core kernel-64k-debug 
kernel-64k-debug-core kernel-64k-debug-devel kernel-64k-debug-devel-matched 
kernel-64k-debug-modules kernel-64k-debug-modules-core 
kernel-64k-debug-modules-extra kernel-64k-devel kernel-64k-devel-matched 
kernel-64k-modules kernel-64k-modules-core kernel-64k-modules-extra 
kernel-64k-uki-virt kernel-64k-uki-virt-addons kernel-abi-stablelists 
kernel-core kernel-cross-headers kernel-debug kernel-debug-core 
kernel-debug-devel kernel-debug-devel-matched kernel-debug-modules 
kernel-debug-modules-core kernel-debug-modules-extra kernel-debug-uki-virt 
kernel-debug-uki-virt-addons kernel-devel kernel-devel-matched kernel-doc 
kernel-headers kernel-modules kernel-modules-core kernel-modules-extra 
kernel-rt kernel-rt-core kernel-rt-debug kernel-rt-debug-core 
kernel-rt-debug-devel kernel-rt-debug-kvm kernel-rt-debug-modules 
kernel-rt-debug-modules-core kernel-rt-debug-modules-extra kernel-rt-devel 
kernel-rt-kvm kernel-rt-modules kernel-rt-modules-core kernel-rt-modules-extra 
kernel-tools kernel-tools-libs kernel-tools-libs-devel kernel-uki-virt 
kernel-uki-virt-addons kernel-zfcpdump kernel-zfcpdump-core 
kernel-zfcpdump-devel kernel-zfcpdump-devel-matched kernel-zfcpdump-modules 
kernel-zfcpdump-modules-core kernel-zfcpdump-modules-extra libperf perf 
python3-perf rtla rv
Size: 1.65 GiB
Size change:  2.27 MiB
Changelog:
  * Wed Nov 13 2024 Fedora Kernel Team  
[6.12.0-0.rc7.f1b785f4c787.59]
  - redhat: configs: common: generic: Clean up EM28XX that are masked behind 
CONFIG_VIDEO_EM28XX (Kate Hsuan)
  - Linux v6.12.0-0.rc7.f1b785f4c787

  * Thu Nov 14 2024 Fedora Kernel Team  
[6.12.0-0.rc7.0a9b9d17f3a7.60]
  - Fedora configs for 6.12 (Justin M. Forbes)
  - redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799]
  - Linux v6.12.0-0.rc7.0a9b9d17f3a7

  * Fri Nov 15 2024 Fedora Kernel Team  
[6.12.0-0.rc7.cfaaa7d010d1.61]
  - Linux v6.12.0-0.rc7.cfaaa7d010d1

  * Fri Nov 15 2024 Fedora Kernel Team  
[6.12.0-0.rc7.cfaaa7d010d1.62]
  - tools/rtla: fix collision with glibc sched_attr/sched_set_attr (Jan Stancek)
  - tools/rtla: drop __NR_sched_getattr (Jan Stancek)


Package:  kf6-kirigami-addons-1.5.0-1.eln143
Old package:  kf6-kirigami-addons-1.4.0-2.eln143
Summary:  Convergent visual components ("widgets") for Kirigami-based 
applications
RPMs: kf6-kirigami-addons
Size: 3.43 MiB
Size change:  73.45 KiB
Changelog:
  * Sat Nov 16 2024 Marc Deop i Argem??  - 1.5.0-1
  - 1.5.0


Package:  libheif-1.19.3-1.eln143
Old package:  libheif-1.17.6-2.eln142
Summary:  HEIF and AVIF file format decoder and encoder
RPMs: libheif
Size: 1.83 MiB
Size change:  442.86 KiB
Changelog:
  * Tue Nov 12 2024 Dominik Mierzejewski  - 1.19.3-1
  - update to 1.19.3 (resolves rhbz#2295525)
  - drop obsolete patches
  - enable OpenH264, OpenJPH (64-bit only) and Brotli decoders
  -

Re: Random failures building on Koji

2024-11-16 Thread Kevin Fenzi
On Sat, Nov 16, 2024 at 02:43:32PM -0600, Ron Olson wrote:
> Hey all,
> 
> I’ve been having difficulty building Swift on Koji’s x86_64 builders, as
> well as the aarch64 ones too, occasionally. The build.log doesn’t seem to
> show the cause of the failure, just that a particular command failed and
> thus stops the job. For example,
> https://kojipkgs.fedoraproject.org//work/tasks/3385/125923385/build.log.
> When I’ve tried to resubmit it sometimes works with no changes.
> 
> I’m wondering if I’m hitting some weird limit of the builder; I can’t find
> the cause of the error that is causing the builds to fail. EPEL 9 builds
> generally work, as well as F40, and _generally_ F41 as well; the cause of
> failure always seems to be the same insofar as there’s no actual error
> written to the log (e.g. an error as reported by clang).
> 
> Might anyone have any ideas how to troubleshoot this or ask koji to produce
> even more verbose output to see what happened?

I think this is the failed subprocess:

FAILED: 
lib/swift/embedded/Synchronization.swiftmodule/x86_64-unknown-windows-msvc.swiftmodule
 
lib/swift/embedded/Synchronization.swiftmodule/x86_64-unknown-windows-msvc.swiftdoc
 
/builddir/build/BUILD/swift-lang-6.0.2-build/swift-source/build/buildbot_linux/swift-linux-aarch64/lib/swift/embedded/Synchronization.swiftmodule/x86_64-unknown-windows-msvc.swiftmodule
 
/builddir/build/BUILD/swift-lang-6.0.2-build/swift-source/build/buildbot_linux/swift-linux-aarch64/lib/swift/embedded/Synchronization.swiftmodule/x86_64-unknown-windows-msvc.swiftdoc
 

Not sure why it would be trying to run a msvc process?

It could a race condition with the 12 threads it's running
(ie, something only fails if other things aren't done in time)?

Might diff a failing and working build.log and see what differences they
have?

Wow... this thing bundles forks of cmake, ninja and llvm and others. Fun. ;( 

kevin


signature.asc
Description: PGP 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: Moving away from the term "karma" in Bodhi

2024-11-16 Thread Michal Schorm
On Sat, Nov 16, 2024 at 9:12 AM Mattia Verga via devel
 wrote:
> After seeing the poll results, I've decided to stop the renaming process
> and revert back those changes already made to Bodhi. The "karma" term
> will remain in place.
>
> Thanks all for expressing your opinions.

Thank *you* for trying to find a reasonable way to 'measure' the
opinion of the community (voting) in a visible place with far reach,
and steering the decision based on the voice of the community.

--

Michal Schorm
Software Engineer
Databases Team
Red Hat

--

-- 
___
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


Fedora rawhide compose report: 20241116.n.0 changes

2024-11-16 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20241115.n.0
NEW: Fedora-Rawhide-20241116.n.0

= SUMMARY =
Added images:0
Dropped images:  6
Added packages:  2
Dropped packages:0
Upgraded packages:   60
Downgraded packages: 0

Size of added packages:  27.54 MiB
Size of dropped packages:0 B
Size of upgraded packages:   1.26 GiB
Size of downgraded packages: 0 B

Size change of upgraded packages:   -10.72 MiB
Size change of downgraded packages: 0 B

= ADDED IMAGES =

= DROPPED IMAGES =
Image: Python_Classroom vagrant-virtualbox x86_64
Path: 
Labs/x86_64/images/Fedora-Python-Classroom-Vagrant-Rawhide-20241115.n.0.x86_64.vagrant-virtualbox.box
Image: Python_Classroom vagrant-libvirt x86_64
Path: 
Labs/x86_64/images/Fedora-Python-Classroom-Vagrant-Rawhide-20241115.n.0.x86_64.vagrant-libvirt.box
Image: i3 live aarch64
Path: Spins/aarch64/iso/Fedora-i3-Live-aarch64-Rawhide-20241115.n.0.iso
Image: LXQt live aarch64
Path: Spins/aarch64/iso/Fedora-LXQt-Live-aarch64-Rawhide-20241115.n.0.iso
Image: Workstation live aarch64
Path: 
Workstation/aarch64/iso/Fedora-Workstation-Live-aarch64-Rawhide-20241115.n.0.iso
Image: Sericea ociarchive aarch64
Path: 
Sericea/aarch64/images/Fedora-Sericea-aarch64-Rawhide.20241115.n.0.ociarchive

= ADDED PACKAGES =
Package: gopls-0.16.2-1.fc42
Summary: gopls, the Go language server
RPMs:gopls
Size:27.52 MiB

Package: rust-multipart-rs-0.1.11-1.fc42
Summary: Simple, zero-allocation, streaming, async multipart reader & writer 
for Rust
RPMs:rust-multipart-rs+default-devel rust-multipart-rs-devel
Size:21.32 KiB


= DROPPED PACKAGES =

= UPGRADED PACKAGES =
Package:  NetworkManager-vpnc-1:1.4.0-1.fc42
Old package:  NetworkManager-vpnc-1:1.2.8-8.fc41
Summary:  NetworkManager VPN plugin for vpnc
RPMs: NetworkManager-vpnc NetworkManager-vpnc-gnome
Size: 757.75 KiB
Size change:  -126.83 KiB
Changelog:
  * Fri Nov 15 2024 Lubomir Rintel  - 1:1.4.0-1
  - Update to 1.4.0 release


Package:  OpenSceneGraph-3.6.5-31.fc42
Old package:  OpenSceneGraph-3.6.5-30.fc42
Summary:  High performance real-time graphics toolkit
RPMs: OpenSceneGraph OpenSceneGraph-Collada OpenSceneGraph-OpenEXR 
OpenSceneGraph-devel OpenSceneGraph-examples OpenSceneGraph-examples-SDL 
OpenSceneGraph-examples-fltk OpenSceneGraph-examples-gtk OpenSceneGraph-gdal 
OpenSceneGraph-gstreamer OpenSceneGraph-libs OpenThreads OpenThreads-devel 
mingw32-OpenSceneGraph mingw32-OpenSceneGraph-tools mingw64-OpenSceneGraph 
mingw64-OpenSceneGraph-tools
Size: 215.10 MiB
Size change:  -146.23 KiB
Changelog:
  * Thu Nov 14 2024 Sandro Mani  - 3.6.5-31
  - Rebuild (openexr)


Package:  PyGreSQL-6.0.1-5.fc42
Old package:  PyGreSQL-6.0.1-3.fc41
Summary:  Python client library for PostgreSQL
RPMs: python3-pygresql
Size: 697.83 KiB
Size change:  1.35 KiB
Changelog:
  * Wed Sep 04 2024 Miroslav Such??  - 6.0.1-4
  - convert license to SPDX

  * Fri Nov 15 2024 Ales Nezbeda  - 6.0.1-5
  - Switch to using 'tox' for testing, as setup.py integration is deprecated
  - Resolves: rhbz#2319638


Package:  alot-0.11-2.fc42
Old package:  alot-0.11-1.fc42
Summary:  Experimental terminal MUA based on notmuch mail
RPMs: alot
Size: 379.72 KiB
Size change:  8.82 KiB
Changelog:
  * Thu Nov 14 2024 Tomas Tomecek  - 0.11-2
  - Install defaults


Package:  alsa-lib-1.2.13-3.fc42
Old package:  alsa-lib-1.2.13-2.fc42
Summary:  The Advanced Linux Sound Architecture (ALSA) library
RPMs: alsa-lib alsa-lib-devel alsa-topology alsa-ucm
Size: 8.08 MiB
Size change:  1.07 KiB
Changelog:
  * Fri Nov 15 2024 Jaroslav Kysela  - 1.2.13-3
  - update to 1.2.13


Package:  ansible-lint-1:24.10.0-1.fc42
Old package:  ansible-lint-1:24.9.2-1.fc42
Summary:  Best practices checker for Ansible
RPMs: python3-ansible-lint
Size: 663.52 KiB
Size change:  1.53 KiB
Changelog:
  * Fri Nov 15 2024 Parag Nemade  - 1:24.10.0-1
  - Update to 24.10.0 version (#2326168)


Package:  atomic-reactor-4.13.0-2.fc42
Old package:  atomic-reactor-4.12.1-2.fc42
Summary:  Improved builder for Docker images
RPMs: atomic-reactor python3-atomic-reactor
Size: 564.19 KiB
Size change:  1.00 KiB

Package:  buildah-2:1.38.0-2.fc42
Old package:  buildah-2:1.37.5-1.fc42
Summary:  A command line tool used for creating OCI Images
RPMs: buildah buildah-tests
Size: 164.04 MiB
Size change:  747.75 KiB
Changelog:
  * Mon Nov 11 2024 Packit  - 2:1.38.0-1
  - Update to 1.38.0 upstream release

  * Tue Nov 12 2024 Paul Holzinger  - 2:1.38.0-2
  - tests: set new inet helper path


Package:  cinnamon-6.3.0^20241114git8525e74-1.fc42
Old package:  cinnamon-6.2.9-1.fc42
Summary:  Window management and application launching for GNOME
RPMs: cinnamon cinnamon-calendar-server
Size: 7.77 MiB
Size change:  82.96 KiB
Changelog:
  * Wed Aug 28 2024

Fedora eln compose report: 20241116.n.0 changes

2024-11-16 Thread Fedora ELN Report
OLD: Fedora-eln-20241115.n.0
NEW: Fedora-eln-20241116.n.0

= SUMMARY =
Added images:0
Dropped images:  0
Added packages:  0
Dropped packages:1
Upgraded packages:   22
Downgraded packages: 0

Size of added packages:  0 B
Size of dropped packages:406.89 KiB
Size of upgraded packages:   655.36 MiB
Size of downgraded packages: 0 B

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

= ADDED IMAGES =

= DROPPED IMAGES =

= ADDED PACKAGES =

= DROPPED PACKAGES =
Package: openpace-1.1.3-2.eln142
Summary: Cryptographic library for EAC version 2
RPMs:openpace
Size:406.89 KiB


= UPGRADED PACKAGES =
Package:  alsa-lib-1.2.13-3.eln143
Old package:  alsa-lib-1.2.13-2.eln143
Summary:  The Advanced Linux Sound Architecture (ALSA) library
RPMs: alsa-lib alsa-lib-devel alsa-ucm
Size: 6.47 MiB
Size change:  -549 B
Changelog:
  * Fri Nov 15 2024 Jaroslav Kysela  - 1.2.13-3
  - update to 1.2.13


Package:  buildah-2:1.38.0-2.eln143
Old package:  buildah-2:1.37.5-1.eln143
Summary:  A command line tool used for creating OCI Images
RPMs: buildah buildah-tests
Size: 165.52 MiB
Size change:  796.97 KiB
Changelog:
  * Mon Nov 11 2024 Packit  - 2:1.38.0-1
  - Update to 1.38.0 upstream release

  * Tue Nov 12 2024 Paul Holzinger  - 2:1.38.0-2
  - tests: set new inet helper path


Package:  cinnamon-6.3.0^20241114git8525e74-1.eln143
Old package:  cinnamon-6.2.9-1.eln142
Summary:  Window management and application launching for GNOME
RPMs: cinnamon
Size: 7.70 MiB
Size change:  81.00 KiB
Changelog:
  * Wed Aug 28 2024 Miroslav Such??  - 6.2.9-2
  - convert license to SPDX

  * Thu Nov 14 2024 Leigh Scott  - 
6.3.0^20241114git8525e74-1
  - Update to git snapshot


Package:  cinnamon-control-center-6.3.0^20241114git8f1dd1e-1.eln143
Old package:  cinnamon-control-center-6.2.0-2.eln142
Summary:  Utilities to configure the Cinnamon desktop
RPMs: cinnamon-control-center cinnamon-control-center-filesystem
Size: 2.08 MiB
Size change:  -594 B
Changelog:
  * Wed Aug 28 2024 Miroslav Such??  - 6.2.0-3
  - convert license to SPDX

  * Thu Nov 14 2024 Leigh Scott  - 
6.3.0^20241114git8f1dd1e-1
  - Update to git snapshot


Package:  cinnamon-settings-daemon-6.3.0^20241114git57b8a0a-1.eln143
Old package:  cinnamon-settings-daemon-6.2.0-2.eln142
Summary:  The daemon sharing settings from CINNAMON to GTK+/KDE applications
RPMs: cinnamon-settings-daemon
Size: 1.97 MiB
Size change:  81.07 KiB
Changelog:
  * Wed Aug 28 2024 Miroslav Such??  - 6.2.0-3
  - convert license to SPDX

  * Thu Nov 14 2024 Leigh Scott  - 
6.3.0^20241114git1b36b7a-1
  - Update to git snapshot


Package:  containers-common-5:0.61.0-1.eln143
Old package:  containers-common-5:0.60.4-5.eln143
Summary:  Common configuration and documentation for containers
RPMs: containers-common containers-common-extra
Size: 102.90 KiB
Size change:  1.06 KiB
Changelog:
  * Fri Nov 08 2024 Packit  - 5:0.61.0-1
  - Update to 0.61.0 upstream release


Package:  corosync-3.1.9-1.eln143
Old package:  corosync-3.1.8-4.eln142
Summary:  The Corosync Cluster Engine and Application Programming Interfaces
RPMs: corosync corosync-vqsim corosynclib corosynclib-devel
Size: 2.24 MiB
Size change:  -1.18 KiB
Changelog:
  * Fri Nov 15 2024 Jan Friesse  - 3.1.9-1
  - New upstream release


Package:  knights-24.11.80-1.eln143
Old package:  knights-24.08.3-1.eln143
Summary:  A chess board for KDE
RPMs: knights
Size: 10.43 MiB
Size change:  3.95 KiB
Changelog:
  * Fri Nov 15 2024 Gwyn Ciesla  - 24.11.80-1
  - 24.11.80


Package:  libtpms-0.10.0-1.eln143
Old package:  libtpms-0.9.6-9.eln142
Summary:  Library providing Trusted Platform Module (TPM) functionality
RPMs: libtpms
Size: 1.21 MiB
Size change:  70.48 KiB
Changelog:
  * Fri Nov 15 2024 Stefan Berger  - 0.10.0-1
  - Build of libtpms 0.10.0


Package:  opensc-0.26.0-1.eln143
Old package:  opensc-0.25.1-5.eln143
Summary:  Smart card library and applications
RPMs: opensc opensc-libs
Added RPMs:   opensc-libs
Size: 5.16 MiB
Size change:  32.12 KiB
Changelog:
  * Thu Nov 14 2024 Veronika Hanulikova  - 0.26.0-1
  - New upstream release (#2311896)
  - Separate OpenSC into libraries and binaries
  - Change expected test failures in FIPS mode
  - Do not build with OpenPACE on RHEL


Package:  pappl-1.4.8-2.eln143
Old package:  pappl-1.4.7-2.eln143
Summary:  Printer Application Framework (PAPPL)
RPMs: pappl
Size: 1.13 MiB
Size change:  4.03 KiB
Changelog:
  * Fri Nov 15 2024 Zdenek Dohnal  - 1.4.8-1
  - 1.4.8 (fedora#2326364)

  * Fri Nov 15 2024 Zdenek Dohnal  - 1.4.8-2
  - moved files between library and devel to prevent conflicts


Package:  podman-5:5.3.0-1.eln143
Old package:  podman-5:5.3.0

Re: Moving away from the term "karma" in Bodhi

2024-11-16 Thread Mattia Verga via devel
Il 14/11/24 09:13, Mattia Verga via devel ha scritto:
> Il 13/11/24 19:32, Mattia Verga via devel ha scritto:
>> Il 10/11/24 16:18, Mattia Verga via devel ha scritto:
>>> I have started to move away Bodhi from using the term "karma"
>> Ok, so... we have concluded that no one consider offensive using "karma"
>> for this purpose. Can we step aside from that discussion and focus on
>> the practical term? i.e. would using a more appropriate term help to
>> reduce be more clear; reduce confusion and be more understandable on
>> newcomers / not Anglophones?
>>
>> Mattia
>>
> I have read back all replies and I thank all of you contributing to the
> discussion. I'd like to have a better view of the overall opinions, so
> I've posted a poll on Fedora Discuss [1], please spend a minute to take
> the survey. The results will make me decide if I should stop or proceed.
>
> Thank you.
>
> [1]
> https://discussion.fedoraproject.org/t/moving-away-from-the-term-karma-in-bodhi/136292/2
>
After seeing the poll results, I've decided to stop the renaming process 
and revert back those changes already made to Bodhi. The "karma" term 
will remain in place.

Thanks all for expressing your opinions.

Mattia


-- 
___
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