-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
surface-control (0.4.6-2) unstable; urgency=medium | ||
|
||
* Bump release for Fedora 39 build | ||
|
||
-- Maximilian Luz <[email protected]> Tue, 03 Oct 2023 16:37:05 +0200 | ||
|
||
surface-control (0.4.6-1) unstable; urgency=medium | ||
|
||
* Remove outdated udev rules. | ||
* Update dependencies | ||
|
||
-- Maximilian Luz <[email protected]> Tue, 03 Oct 2023 15:43:21 +0200 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: surface-control | ||
Version: 0.4.6 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Control various aspects of Microsoft Surface devices from the shell | ||
|
||
License: MIT | ||
|
@@ -45,6 +45,9 @@ install -D -m644 "surface-control/target/surface.fish" "%{buildroot}/usr/share/f | |
/usr/share/fish/completions/surface.fish | ||
|
||
%changelog | ||
* Tue Oct 03 2023 Maximilian Luz <[email protected]> - 0.4.6-2 | ||
- Bump release for Fedora 39 | ||
|
||
* Tue Oct 03 2023 Maximilian Luz <[email protected]> - 0.4.6-1 | ||
- Update dependencies | ||
|
||
|