public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libcec] rawhide: 8.1.3 release RHBZ# 2509770
@ 2026-08-03  1:43 Andrew Bauer
  0 siblings, 0 replies; only message in thread
From: Andrew Bauer @ 2026-08-03  1:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libcec
Branch : rawhide
Commit : 190133494b5e286d3a7eed4ea2c71b3df0f64c10
Author : Andrew Bauer <zonexpertconsulting@outlook.com>
Date   : 2026-08-02T20:42:59-05:00
Stats  : +6/-33 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/libcec/c/190133494b5e286d3a7eed4ea2c71b3df0f64c10?branch=rawhide

Log:
8.1.3 release RHBZ# 2509770

---
diff --git a/libcec-swig45.patch b/libcec-swig45.patch
deleted file mode 100644
index 5617ef4..0000000
--- a/libcec-swig45.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -up libcec-libcec-8.0.0/src/libcec/libcec.i.swig45 libcec-libcec-8.0.0/src/libcec/libcec.i
---- libcec-libcec-8.0.0/src/libcec/libcec.i.swig45	2026-07-28 09:30:38.390102964 +0200
-+++ libcec-libcec-8.0.0/src/libcec/libcec.i	2026-07-28 09:30:38.393103024 +0200
-@@ -12,7 +12,7 @@
- %ignore *::operator=;
- 
- %typemap(out) CEC::cec_osd_name {
--  $result = PyString_FromString($1.name);
-+  $result = PyUnicode_FromString($1.name);
- }
- 
- /////// libcec_configuration::strDeviceLanguage ///////
-diff -up libcec-libcec-8.0.0/src/libcec/SwigHelper.h.swig45 libcec-libcec-8.0.0/src/libcec/SwigHelper.h
---- libcec-libcec-8.0.0/src/libcec/SwigHelper.h.swig45	2026-07-28 09:30:38.389102944 +0200
-+++ libcec-libcec-8.0.0/src/libcec/SwigHelper.h	2026-07-28 09:30:38.392669050 +0200
-@@ -137,8 +137,8 @@ namespace CEC
-           Py_DECREF(arglist);
-         if (!!result)
-         {
--          if (PyInt_Check(result))
--            retval = (int)PyInt_AsLong(result);
-+          if (PyLong_Check(result))
-+            retval = (int)PyLong_AsLong(result);
-           Py_XDECREF(result);
-         }
-       }

diff --git a/libcec.spec b/libcec.spec
index e6773a1..72e1a52 100644
--- a/libcec.spec
+++ b/libcec.spec
@@ -1,15 +1,11 @@
 Name:          libcec
-Version:       8.0.0
-Release:       4%{?dist}
+Version:       8.1.3
+Release:       1%{?dist}
 Summary:       Library and utilities for HDMI-CEC device control
 License:       GPL-2.0-or-later
 URL:           http://libcec.pulse-eight.com/
 Source0:       https://github.com/Pulse-Eight/%{name}/archive/%{name}-%{version}.tar.gz
 
-# Replace removed Python 2 C API macros with Python 3 equivalents
-# for compatibility with SWIG 4.5.0
-Patch0:        libcec-swig45.patch
-
 # Per i686 leaf package policy 
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch: %{ix86}
@@ -113,6 +109,9 @@ mv %{buildroot}%{_bindir}/cecc-client-%{version} %{buildroot}%{_bindir}/cecc-cli
 %{python3_sitearch}/*
 
 %changelog
+* Sun Aug 02 2026 Andrew Bauer <zonexpertconsulting@outlook.com> - 8.1.3-1
+- 8.1.3 release RHBZ# 2509770
+
 * Sun Aug 02 2026 Leigh Scott <leigh123linux@gmail.com> - 8.0.0-4
 - Fix broken cmake file, disable static instead of just deleting it
 

diff --git a/sources b/sources
index a35c9ed..41c247c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libcec-8.0.0.tar.gz) = bf71712da3cfb306a2617a6f199a0fb79dcf0da465e13d1d107e4577cd4e585b01fbe9da94c535aa6db0f08efb49e337bb24506fa52086edb8319b789cc7f4ef
+SHA512 (libcec-8.1.3.tar.gz) = dfd1127256d7e2f15880cabaaa7037b37ef416a8f5ba976083779117f0c4970b1d6dffe92a9a242791cbcb6d383864c64f139911706461b4464fcde17360f4d6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03  1:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03  1:43 [rpms/libcec] rawhide: 8.1.3 release RHBZ# 2509770 Andrew Bauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox