public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cm_rgb] f44: move to fork of dead upstream
@ 2026-08-10  3:31 Dennis Gilmore
  0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 2026-08-10  3:31 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cm_rgb
            Branch : f44
            Commit : 2ed6ed91d9ecd4dbb38f2bcc08ef74d32688198d
            Author : Dennis Gilmore <dennis@ausil.us>
            Date   : 2026-08-08T20:18:53-05:00
            Stats  : +17/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/cm_rgb/c/2ed6ed91d9ecd4dbb38f2bcc08ef74d32688198d?branch=f44

            Log:
            move to fork of dead upstream

add .desktop file for gui app
fix various bugs
add testing

Signed-off-by: Dennis Gilmore <dennis@ausil.us>

---
diff --git a/.gitignore b/.gitignore
index d6f2fb5..a00f27f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cm_rgb-0.3.5.tar.gz
 /cm_rgb-0.3.6.tar.gz
+/cm_rgb-0.4.0.tar.gz

diff --git a/cm_rgb.spec b/cm_rgb.spec
index 2c79eed..70332d4 100644
--- a/cm_rgb.spec
+++ b/cm_rgb.spec
@@ -3,17 +3,17 @@
 %global srcname cm_rgb
 
 Name:           cm_rgb
-Version:        0.3.6
-Release:        17%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 Summary:        Utility to control RGB on AMD Wraith Prism
 License:        MIT
-URL:            https://github.com/gfduszynski/cm-rgb
+URL:            https://github.com/ausil/cm-rgb
 Source0:        %{pypi_source}
 
 BuildArch:      noarch
 
 BuildRequires:  python%{python3_pkgversion}-devel
-BuildRequires:  python%{python3_pkgversion}-pip
+BuildRequires:  python%{python3_pkgversion}-pytest
 BuildRequires:  python%{python3_pkgversion}-gobject
 BuildRequires:  python%{python3_pkgversion}-psutil
 BuildRequires:  python%{python3_pkgversion}-click
@@ -40,13 +40,22 @@ chmod 644 LICENSE README.md
 
 %check
 %pyproject_check_import
+%pytest tests/
 
 %files -f %{pyproject_files}
 %doc README.md
-# For noarch packages: sitelib
-%{_bindir}/*
+%license LICENSE
+%{_bindir}/cm-rgb-*
+%{_datadir}/applications/cm-rgb-gui.desktop
+%{_mandir}/man1/*
 
 %changelog
+* Wed Aug 05 2026 Dennis Gilmore - 0.4.0-1
+- move to fork of dead upstream
+- add .desktop file for gui app
+- fix various bugs
+- add testing
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 44de442..7c60e3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cm_rgb-0.3.6.tar.gz) = 5fdf04b5272ad1c96c01277627bc2cdebabf9f7da8d63d522902dc20b0590cfdb5cd40312487997cf0e2cf3333f63c76fce8adcb3a954d1864a35a8e6146fc96
+SHA512 (cm_rgb-0.4.0.tar.gz) = a438494685d01f3142d4b695b9c0f0055898b13a698d7ef415e26667ba14367e77c6fdd33a7536e531c02c31703484cb04c2dec41c3280e1a6831ebccc5efaa6

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

only message in thread, other threads:[~2026-08-10  3:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  3:31 [rpms/cm_rgb] f44: move to fork of dead upstream Dennis Gilmore

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