diff --git a/.github/workflows/cmus-testing.yml b/.github/workflows/cmus-testing.yml index 6e778d5..a3da6e0 100644 --- a/.github/workflows/cmus-testing.yml +++ b/.github/workflows/cmus-testing.yml @@ -40,10 +40,9 @@ jobs: strategy: matrix: fedora: - - 35 - - 36 - 37 - - rawhide + - 38 +# - rawhide container: fedora:${{matrix.fedora}} steps: - name: Checkout diff --git a/cmus-testing/cmus-testing-plugins-rpmfusion.spec b/cmus-testing/cmus-testing-plugins-rpmfusion.spec index c902772..4ef82e2 100644 --- a/cmus-testing/cmus-testing-plugins-rpmfusion.spec +++ b/cmus-testing/cmus-testing-plugins-rpmfusion.spec @@ -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+ @@ -81,6 +81,9 @@ make install-plugins DESTDIR=$RPM_BUILD_ROOT %{_libdir}/cmus/{ip,op}/* %changelog +* Sat Jul 08 2023 Patrick Gaskin - 2.9.1-15.20211209gite4b5908 +- Rebuild. + * Sat Jul 08 2023 Patrick Gaskin - 2.9.1-14.20211209gite4b5908 - Rebuild. diff --git a/cmus-testing/cmus-testing.spec b/cmus-testing/cmus-testing.spec index a29bcae..6ef315a 100644 --- a/cmus-testing/cmus-testing.spec +++ b/cmus-testing/cmus-testing.spec @@ -4,7 +4,7 @@ Name: cmus-testing Version: 2.9.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: ncurses-based music player License: GPLv2+ @@ -101,6 +101,9 @@ chmod -x examples/* %{_mandir}/man7/cmus-tutorial.7.gz %changelog +* Sat Jul 08 2023 Patrick Gaskin - 2.9.1-15.20211209gite4b5908 +- Rebuild. + * Sat Jul 08 2023 Patrick Gaskin - 2.9.1-14.20211209gite4b5908 - Rebuild.