public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libcec] f44: 8.0.0 release
@ 2026-07-22 18:24 Andrew Bauer
  0 siblings, 0 replies; only message in thread
From: Andrew Bauer @ 2026-07-22 18:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libcec
Branch : f44
Commit : 3925c8c238eaa9d84276812f6d75893b3800fa50
Author : Andrew Bauer <zonexpertconsulting@outlook.com>
Date   : 2026-07-22T13:23:23-05:00
Stats  : +11/-33 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/libcec/c/3925c8c238eaa9d84276812f6d75893b3800fa50?branch=f44

Log:
8.0.0 release

---
diff --git a/libcec-pythonlib.patch b/libcec-pythonlib.patch
deleted file mode 100644
index 75cd7eb..0000000
--- a/libcec-pythonlib.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From ec1c9acc29636ccfc0686493868a7daeae903339 Mon Sep 17 00:00:00 2001
-From: Andrew Bauer <zonexpertconsulting@outlook.com>
-Date: Sat, 5 Jul 2025 13:30:09 -0500
-Subject: [PATCH] add cec target subfolder
-
----
- src/libcec/cmake/CheckPlatformSupport.cmake | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/libcec/cmake/CheckPlatformSupport.cmake b/src/libcec/cmake/CheckPlatformSupport.cmake
-index 32b8314d..81d80985 100644
---- a/src/libcec/cmake/CheckPlatformSupport.cmake
-+++ b/src/libcec/cmake/CheckPlatformSupport.cmake
-@@ -370,9 +370,9 @@ else()
-                 DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/cec)
-       else()
-         install(TARGETS     ${SWIG_MODULE_pycec_REAL_NAME}
--                DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PATH})
-+                DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PATH}/cec)
-         install(FILES       ${CMAKE_BINARY_DIR}/src/libcec/cec.py
--                DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR})
-+                DESTINATION ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/cec)
-       endif()
-     endif()
-   endif()

diff --git a/libcec.spec b/libcec.spec
index d590dca..defa8af 100644
--- a/libcec.spec
+++ b/libcec.spec
@@ -1,14 +1,11 @@
 Name:          libcec
-Version:       7.1.1
-Release:       8%{?dist}
+Version:       8.0.0
+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
 
-# https://github.com/knight-of-ni/libcec/commit/ec1c9acc29636ccfc0686493868a7daeae903339.patch
-Patch1:        libcec-pythonlib.patch
-
 # Per i686 leaf package policy 
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch: %{ix86}
@@ -19,7 +16,6 @@ BuildRequires: cmake
 BuildRequires: libXrandr-devel
 BuildRequires: lockdev-devel
 BuildRequires: ncurses-devel
-BuildRequires: platform-devel
 BuildRequires: python3-devel
 BuildRequires: swig
 BuildRequires: systemd-devel
@@ -82,6 +78,9 @@ mv %{buildroot}%{_bindir}/cecc-client-%{version} %{buildroot}%{_bindir}/cecc-cli
 
 %ldconfig_scriptlets
 
+%check
+%ctest
+
 %post
 %systemd_post cec-active-source.service cec-active-source.timer cec-poweroff-tv.service
 
@@ -106,12 +105,16 @@ mv %{buildroot}%{_bindir}/cecc-client-%{version} %{buildroot}%{_bindir}/cecc-cli
 %{_includedir}/libcec
 %{_libdir}/pkgconfig/libcec.pc
 %{_libdir}/libcec.so
+%{_libdir}/cmake/libcec
 
 %files -n python3-libcec
 %{_bindir}/pyCecClient
-%{python3_sitearch}/cec/
+%{python3_sitearch}/*
 
 %changelog
+* Wed Jul 22 2026 Andrew Bauer <zonexpertconsulting@outlook.com> - 8.0.0-1
+- 8.0.0 release
+
 * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 7.1.1-8
 - Rebuilt for Python 3.15.0b4 ABI change
 

diff --git a/sources b/sources
index affa95b..a35c9ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libcec-7.1.1.tar.gz) = f4c12b68f275bde32a1f91e48e392c0d7fc0cf9f86fb4635a79869dc2398cbd63a1f8fdedc21d61f15afbe53ac8ece20cddeec4bac91de97de32fdcca61848e6
+SHA512 (libcec-8.0.0.tar.gz) = bf71712da3cfb306a2617a6f199a0fb79dcf0da465e13d1d107e4577cd4e585b01fbe9da94c535aa6db0f08efb49e337bb24506fa52086edb8319b789cc7f4ef

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

only message in thread, other threads:[~2026-07-22 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 18:24 [rpms/libcec] f44: 8.0.0 release Andrew Bauer

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