Skip to content

Commit

Permalink
fedora: bump to version 0.2.1 for fedora release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Apr 23, 2024
1 parent 29bb02f commit f9cdf05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/fedora-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ jobs:
echo 'RUN dnf install -y rpmdevtools rpmlint dnf-plugins-core'
echo 'RUN dnf clean all'
echo 'RUN rpmdev-setuptree'
echo 'COPY miracle-wm miracle-wm-0.2.0'
echo 'RUN tar --create --file miracle-wm-0.2.0.tar.gz miracle-wm-0.2.0'
echo 'RUN mv miracle-wm-0.2.0.tar.gz ~/rpmbuild/SOURCES'
echo 'RUN cp ./miracle-wm-0.2.0/rpm/miracle-wm.spec ~/rpmbuild/SPECS'
echo 'COPY miracle-wm miracle-wm-0.2.1'
echo 'RUN tar --create --file miracle-wm-0.2.1.tar.gz miracle-wm-0.2.1'
echo 'RUN mv miracle-wm-0.2.1.tar.gz ~/rpmbuild/SOURCES'
echo 'RUN cp ./miracle-wm-0.2.1/rpm/miracle-wm.spec ~/rpmbuild/SPECS'
echo 'RUN dnf -y builddep ~/rpmbuild/SPECS/miracle-wm.spec'
echo 'RUN rpmbuild -bs ~/rpmbuild/SPECS/miracle-wm.spec'
} > podmanfile
podman build --tag fedora40test -f ./podmanfile
podman run --name miraclewmbuilder fedora40test
podman cp miraclewmbuilder:/root/rpmbuild/SRPMS/miracle-wm-0.2.0-1.fc40.src.rpm ./
podman cp miraclewmbuilder:/root/rpmbuild/SRPMS/miracle-wm-0.2.1-1.fc40.src.rpm ./
podman stop --all
- name: Store sources as artifact
uses: actions/upload-artifact@v4
with:
name: miracle-wm-0.2.0-1.fc40.src.rpm
path: miracle-wm-0.2.0-1.fc40.src.rpm
name: miracle-wm-0.2.1-1.fc40.src.rpm
path: miracle-wm-0.2.1-1.fc40.src.rpm
5 changes: 4 additions & 1 deletion rpm/miracle-wm.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: miracle-wm
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: A tiling Wayland compositor based on Mir

Expand Down Expand Up @@ -51,6 +51,9 @@ desktop-file-validate %{buildroot}%{_datadir}/wayland-sessions/miracle-wm.deskto


%changelog
* Mon Apr 23 2024 Matthew Kosarek <matt.kosarek@canonical.com> - 0.2.1-1
- Release for the deb and Fedora packages

* Mon Apr 22 2024 Matthew Kosarek <matt.kosarek@canonical.com> - 0.2.0-1
- (#35) sway/i3 IPC support has been implemented to minimally support waybar
- (#45) Added "floating window manager" support whereby individual windows can be made to float above the tiling grid and behave just as they would in a "traditional" floating window manager
Expand Down

0 comments on commit f9cdf05

Please sign in to comment.