public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <dennis@ausil.us>
To: git-commits@fedoraproject.org
Subject: [rpms/cm_rgb] f43: move to fork of dead upstream
Date: Mon, 10 Aug 2026 03:32:18 GMT	[thread overview]
Message-ID: <178633273808.1.13245428204021488127.rpms-cm_rgb-2ed6ed91d9ec@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/cm_rgb
            Branch : f43
            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=f43

            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

                 reply	other threads:[~2026-08-10  3:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178633273808.1.13245428204021488127.rpms-cm_rgb-2ed6ed91d9ec@fedoraproject.org \
    --to=dennis@ausil.us \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox