-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg: Bump version to build for Fedora 36
- 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,3 +1,9 @@ | ||
surface-dtx-daemon (0.3.1-3) unstable; urgency=medium | ||
|
||
* Bump release to build for Fedora 36 | ||
|
||
-- Dorian Stoll <[email protected]> Wed, 27 Apr 2022 20:05:00 +0200 | ||
|
||
surface-dtx-daemon (0.3.1-2) unstable; urgency=medium | ||
|
||
* Bump release to build for Fedora 35 | ||
|
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-dtx-daemon | ||
Version: 0.3.1 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: Surface Detachment System (DTX) Daemon | ||
|
||
License: MIT | ||
|
@@ -71,7 +71,10 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/co | |
/usr/share/fish/completions/surface-dtx-userd.fish | ||
|
||
%changelog | ||
* Wed Nov 03 2021 Dorian Stoll <[email protected]> - 0.3.2-2 | ||
* Wed Apr 27 2022 Dorian Stoll <[email protected]> - 0.3.1-3 | ||
- Bump release to build for Fedora 36 | ||
|
||
* Wed Nov 03 2021 Dorian Stoll <[email protected]> - 0.3.1-2 | ||
- Bump release to build for Fedora 35 | ||
|
||
* Mon Aug 23 2021 Maximilian Luz <[email protected]> - 0.3.1-1 | ||
|