Skip to content

Commit

Permalink
cmus-testing: Change supported Fedora releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 8, 2023
1 parent a162a27 commit 5b743e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmus-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
strategy:
matrix:
fedora:
- 35
- 36
- 37
- rawhide
- 38
# - rawhide
container: fedora:${{matrix.fedora}}
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion cmus-testing/cmus-testing-plugins-rpmfusion.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: cmus-testing-plugins-rpmfusion
Version: 2.9.1
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Plugins for ncurses-based music player with RPMFusion dependencies.

License: GPLv2+
Expand Down Expand Up @@ -81,6 +81,9 @@ make install-plugins DESTDIR=$RPM_BUILD_ROOT
%{_libdir}/cmus/{ip,op}/*

%changelog
* Sat Jul 08 2023 Patrick Gaskin <patrick@pgaskin.net> - 2.9.1-15.20211209gite4b5908
- Rebuild.

* Sat Jul 08 2023 Patrick Gaskin <patrick@pgaskin.net> - 2.9.1-14.20211209gite4b5908
- Rebuild.

Expand Down
5 changes: 4 additions & 1 deletion cmus-testing/cmus-testing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: cmus-testing
Version: 2.9.1
Release: 14%{?dist}
Release: 15%{?dist}
Summary: ncurses-based music player

License: GPLv2+
Expand Down Expand Up @@ -101,6 +101,9 @@ chmod -x examples/*
%{_mandir}/man7/cmus-tutorial.7.gz

%changelog
* Sat Jul 08 2023 Patrick Gaskin <patrick@pgaskin.net> - 2.9.1-15.20211209gite4b5908
- Rebuild.

* Sat Jul 08 2023 Patrick Gaskin <patrick@pgaskin.net> - 2.9.1-14.20211209gite4b5908
- Rebuild.

Expand Down

0 comments on commit 5b743e8

Please sign in to comment.