https://bugzilla.redhat.com/show_bug.cgi?id=2260129
Bug ID: 2260129
Summary: Update Package Versioning Strategy & Version
Product: Fedora
Version: rawhide
Hardware: x86_64
OS: Linux
Status: NEW
Component: spirv-headers
Severity: medium
Assignee: airlied(a)redhat.com
Reporter: jonathansteffan(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: airlied(a)redhat.com, ajax(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
jexposit(a)redhat.com
Target Milestone: ---
Classification: Fedora
As part of the update to vulkan 1.3.275.0, spirv-headers also needs to be
updated. Please consider changing the versioning format to more closely match
the rest of the vulkan packages.
This patch adds an epoch and changes the versioning strategy. It also bumps the
version to prepare for the rest of the updates.
--- a/spirv-headers.spec
+++ b/spirv-headers.spec
@@ -1,15 +1,13 @@
-%global commit e867c06631767a2d96424cbec530f9ee5e78180f
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
Name: spirv-headers
-Version: 1.5.5
+Version: 1.3.275.0
+Epoch: 1
Release: %autorelease
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup/SPIRV-Headers/
-Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
+Source0:
%url/archive/vulkan-sdk-%{version}.tar.gz#/SPIRV-Headers-sdk-%{version}.tar.gz
BuildArch: noarch
@@ -42,7 +40,7 @@ This includes:
* The XML registry fil
%prep
-%autosetup -n SPIRV-Headers-%{commit}
+%autosetup -n SPIRV-Headers-vulkan-sdk-%{version}
chmod a-x include/spirv/1.2/spirv.py
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2260129
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2254021
Bug ID: 2254021
Summary: Why is cinnamon package summary / description "Window
management and application launching for GNOME"?
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: cinnamon
Severity: low
Assignee: leigh123linux(a)googlemail.com
Reporter: rdkracz(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
leigh123linux(a)googlemail.com, miketwebster(a)gmail.com,
riehecky(a)fnal.gov
Target Milestone: ---
Classification: Fedora
"Window management and application launching for GNOME". GNOME? I looked over
at pkgs.org and Fedora is the only distribution that uses the word GNOME in the
package description/summary
Reproducible: Always
Steps to Reproduce:
dnf se cinnamon
Actual Results:
cinnamon.x86_64 : Window management and application launching for GNOME
Expected Results:
cinnamon.x86_64 : Window management and application launching for Cinnamon
or "Fork of GNOME Shell with layout similar to GNOME 2" / "GNOME3 fork of Linux
Mint with GNOME2 aspect"
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2254021
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2241490
Bug ID: 2241490
Summary: python-zarr: FTBFS on s390x
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: python-zarr
Severity: low
Assignee: quantum.analyst(a)gmail.com
Reporter: code(a)musicinmybrain.net
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org,
python-packagers-sig(a)lists.fedoraproject.org,
quantum.analyst(a)gmail.com
Target Milestone: ---
Classification: Fedora
The python-zarr package fails to build from source on s390x builders due to
several test failures, presumably due to little-endian assumptions in zarr or
its dependencies.
Reproducible: Always
Steps to Reproduce:
1. fedpkg co python-zarr
2. cd python-zarr
3. fedpkg scratch-build --arches s390x
Actual Results:
FAILED zarr/tests/test_core.py::TestArrayWithN5Store::test_hexdigest -
Assert...
FAILED zarr/tests/test_core.py::TestArrayWithN5FSStore::test_hexdigest -
Asse...
FAILED zarr/tests/test_core.py::TestArrayWithCustomMapping::test_nbytes_stored
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_1d
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_1d_fill_value
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_1d_selections
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_2d
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_2d_edge_case
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_2d_partial
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_order
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_resize_2d
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_append_2d
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_append_2d_axis
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_np_ufuncs
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_iter -
...
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_islice
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_non_cont
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_read_nitems_less_than_blocksize_from_multiple_chunks
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_read_from_all_blocks
FAILED zarr/tests/test_storage.py::test_format_compatibility -
AssertionError...
=== 20 failed, 2781 passed, 2324 skipped, 8 xfailed, 194 warnings in 59.50s
====
Expected Results:
All tests pass; successful build.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2241490
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2238041
Bug ID: 2238041
Summary: [abrt] gnome-calendar: g_source_get_ready_time():
gnome-calendar killed by SIGSEGV
Product: Fedora
Version: rawhide
Hardware: x86_64
Status: NEW
Whiteboard: abrt_hash:5a4552917cadf034646236e501c99c138310a894;VAR
IANT_ID=workstation;
Component: gnome-calendar
Assignee: gnome-sig(a)lists.fedoraproject.org
Reporter: mikhail.v.gavrilov(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
gnome-sig(a)lists.fedoraproject.org,
igor.raits(a)gmail.com, klember(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
Crash happened when I disabled Location Services in the gnome control center
Version-Release number of selected component:
gnome-calendar-45~rc-1.fc40
Additional info:
reporter: libreport-2.17.11
type: CCpp
reason: gnome-calendar killed by SIGSEGV
journald_cursor:
s=f827a241bc594a8692c445e9c63f51b7;i=11d891;b=bd0203c34ca145b6bc6aa492cdf6f76b;m=1304070f1;t=604db4e402ae1;x=3634a4e15c20a5e8
executable: /usr/bin/gnome-calendar
cmdline: /usr/bin/gnome-calendar --gapplication-service
cgroup:
0::/user.slice/user-1000.slice/user@1000.service/app.slice/dbus-:1.2-org.gnome.Calendar@0.service
rootdir: /
uid: 1000
kernel: 6.6.0-0.rc0.20230907git7ba2090ca64e.9.fc40.x86_64+debug
package: gnome-calendar-45~rc-1.fc40
runlevel: N 5
backtrace_rating: 4
crash_function: g_source_get_ready_time
comment: Crash happened when I disabled Location Services in the gnome
control center
Truncated backtrace:
Thread no. 1 (15 frames)
#0 g_source_get_ready_time at ../glib/gmain.c:2100
#1 gcal_timer_is_running at ../src/core/gcal-timer.c:233
#2 update_location at ../src/weather/gcal-weather-service.c:619
#4 signal_emit_unlocked_R.isra.0 at ../gobject/gsignal.c:3980
#5 signal_emit_valist_unlocked at ../gobject/gsignal.c:3612
#9 g_object_notify_by_spec_internal at ../gobject/gobject.c:1551
#12 gclue_client_proxy_g_properties_changed at libgeoclue/gclue-client.c:1389
#14 signal_emit_unlocked_R.isra.0 at ../gobject/gsignal.c:4020
#15 signal_emit_valist_unlocked at ../gobject/gsignal.c:3612
#18 on_properties_changed at ../gio/gdbusproxy.c:1102
#19 emit_signal_instance_in_idle_cb at ../gio/gdbusconnection.c:3802
#22 g_main_context_dispatch_unlocked at ../glib/gmain.c:4284
#23 g_main_context_iterate_unlocked.isra.0 at ../glib/gmain.c:4349
#24 g_main_context_iteration at ../glib/gmain.c:4414
#25 g_application_run at ../gio/gapplication.c:2577
Potential duplicate: bug 1846955
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2238041
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2093731
Bug ID: 2093731
Summary: zbarimg does not read a Code 128 barcode
Product: Fedora
Version: 36
Status: NEW
Component: zbar
Severity: high
Assignee: gwync(a)protonmail.com
Reporter: cristian.ciupitu(a)yahoo.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dougsland(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
gwync(a)protonmail.com, mchehab(a)infradead.org,
mr.marcelo.barbosa(a)gmail.com, negativo17(a)gmail.com
Target Milestone: ---
Classification: Fedora
Created attachment 1886898
--> https://bugzilla.redhat.com/attachment.cgi?id=1886898&action=edit
Code 128 barcode
Description of problem:
zbarimg does not read a Code 128 barcode
Version-Release number of selected component (if applicable):
zbar-0.23.90-1.fc36.x86_64
How reproducible:
Every time
Steps to Reproduce:
1. zbarimg barcode.png
Actual results:
scanned 0 barcode symbols from 1 images in 0 seconds
WARNING: barcode data was not detected in some image(s)
Things to check:
- is the barcode type supported? Currently supported symbologies are:
. EAN/UPC (EAN-13, EAN-8, EAN-2, EAN-5, UPC-A, UPC-E, ISBN-10, ISBN-13)
. DataBar, DataBar Expanded
. Code 128
. Code 93
. Code 39
. Codabar
. Interleaved 2 of 5
. QR code
. SQ code
. PDF 417
- is the barcode large enough in the image?
- is the barcode mostly in focus?
- is there sufficient contrast/illumination?
- If the symbol is split in several barcodes, are they combined in one image?
- Did you enable the barcode type?
some EAN/UPC codes are disabled by default. To enable all, use:
$ zbarimg -S*.enable <files>
Please also notice that some variants take precedence over others.
Due to that, if you want, for example, ISBN-10, you should do:
$ zbarimg -Sisbn10.enable <files>
Expected results:
(Code 128) 755897201062022179.73
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2093731
https://bugzilla.redhat.com/show_bug.cgi?id=2249131
Bug ID: 2249131
Summary: python-terminado-0.18.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: python-terminado
Keywords: FutureFeature, Triaged
Assignee: orion(a)nwra.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org, mhroncok(a)redhat.com,
orion(a)nwra.com,
python-packagers-sig(a)lists.fedoraproject.org,
TicoTimo(a)gmail.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.18.0
Upstream release that is considered latest: 0.18.0
Current version/release in rawhide: 0.17.1-6.fc39
URL: https://github.com/jupyter/terminado
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_M…
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/13390/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/python-terminado
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2249131
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…