Skip to content

Commit d582e85

Browse files
committed
pkg: Bump release
1 parent abda7a7 commit d582e85

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

pkg/deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
surface-dtx-daemon (0.3.8-1) unstable; urgency=medium
2+
3+
* Update dependencies
4+
5+
-- Maximilian Luz <[email protected]> Sat, 14 Sep 2024 16:00:43 +0200
6+
17
surface-dtx-daemon (0.3.7-1) unstable; urgency=medium
28

39
* Update dependencies

pkg/fedora/makerpm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ for file in $FILES; do
8181
[ "$file" = "$DIR/$BUILD" ] && continue
8282
[ "$file" = "$DIR/$RPMS" ] && continue
8383

84-
# this three-step process is required to properly handle symlinks to source root
85-
mkdir -p "/tmp/makerpm/$(dirname "$file")"
86-
cp -rH "$file" "/tmp/makerpm/$file"
87-
mv "/tmp/makerpm/$file" "$DIR/$BUILD"
84+
cp -r "$file" "$DIR/$BUILD"
8885
done
8986

9087
spectool \
@@ -118,4 +115,3 @@ for file in $(find out/ -name '*.rpm'); do
118115
rpm --resign $file --define "_gpg_name $KEY" 2>&1 > /dev/null
119116
fi
120117
done
121-

pkg/fedora/surface-dtx-daemon

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/fedora/surface-dtx-daemon.spec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Name: surface-dtx-daemon
2-
Version: 0.3.7
2+
Version: 0.3.8
33
Release: 1%{?dist}
44
Summary: Surface Detachment System (DTX) Daemon
55

66
License: MIT
77
URL: https://github.com/linux-surface/surface-dtx-daemon
88

9+
Source0: https://github.com/linux-surface/surface-dtx-daemon/archive/refs/tags/v%{version}-{release}.tar.gz
10+
911
Requires: dbus libgcc
1012
BuildRequires: rust cargo dbus-devel
1113

@@ -19,8 +21,6 @@ lack of driver-support on the Surface Book 1. This may change in the future.
1921
%prep
2022

2123
%build
22-
cd surface-dtx-daemon
23-
2424
export CARGO_TARGET_DIR="$PWD/target"
2525
export CARGO_INCREMENTAL=0
2626

@@ -29,8 +29,6 @@ strip --strip-all "target/release/surface-dtx-daemon"
2929
strip --strip-all "target/release/surface-dtx-userd"
3030

3131
%install
32-
rm -rf %{buildroot}
33-
cd surface-dtx-daemon
3432

3533
# binary files
3634
install -D -m755 "target/release/surface-dtx-daemon" "%{buildroot}/usr/bin/surface-dtx-daemon"
@@ -71,6 +69,9 @@ install -D -m644 "target/surface-dtx-userd.fish" "%{buildroot}/usr/share/fish/ve
7169
/usr/share/fish/vendor_completions.d/surface-dtx-userd.fish
7270

7371
%changelog
72+
* Sat Sep 14 2024 Maximilian Luz <[email protected]> - 0.3.8-1
73+
- Update dependencies
74+
7475
* Thu Mar 14 2024 Maximilian Luz <[email protected]> - 0.3.7-1
7576
- Update dependencies
7677

0 commit comments

Comments
 (0)