-
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.
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 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.8-1) unstable; urgency=medium | ||
|
||
* Update dependencies | ||
|
||
-- Maximilian Luz <[email protected]> Sat, 14 Sep 2024 16:00:43 +0200 | ||
|
||
surface-dtx-daemon (0.3.7-1) unstable; urgency=medium | ||
|
||
* Update dependencies | ||
|
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
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,11 +1,13 @@ | ||
Name: surface-dtx-daemon | ||
Version: 0.3.7 | ||
Version: 0.3.8 | ||
Release: 1%{?dist} | ||
Summary: Surface Detachment System (DTX) Daemon | ||
|
||
License: MIT | ||
URL: https://github.com/linux-surface/surface-dtx-daemon | ||
|
||
Source0: https://github.com/linux-surface/surface-dtx-daemon/archive/refs/tags/v%{version}-{release}.tar.gz | ||
|
||
Requires: dbus libgcc | ||
BuildRequires: rust cargo dbus-devel | ||
|
||
|
@@ -19,8 +21,6 @@ lack of driver-support on the Surface Book 1. This may change in the future. | |
%prep | ||
|
||
%build | ||
cd surface-dtx-daemon | ||
|
||
export CARGO_TARGET_DIR="$PWD/target" | ||
export CARGO_INCREMENTAL=0 | ||
|
||
|
@@ -71,6 +71,9 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/ve | |
/usr/share/fish/vendor_completions.d/surface-dtx-userd.fish | ||
|
||
%changelog | ||
* Sat Sep 14 2024 Maximilian Luz <[email protected]> - 0.3.8-1 | ||
- Update dependencies | ||
|
||
* Thu Mar 14 2024 Maximilian Luz <[email protected]> - 0.3.7-1 | ||
- Update dependencies | ||
|
||
|