From d582e858a7cba72440d8f825c6736cbe52f861c7 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 14 Sep 2024 16:02:35 +0200 Subject: [PATCH] pkg: Bump release --- pkg/deb/debian/changelog | 6 ++++++ pkg/fedora/makerpm | 6 +----- pkg/fedora/surface-dtx-daemon | 1 - pkg/fedora/surface-dtx-daemon.spec | 11 ++++++----- 4 files changed, 13 insertions(+), 11 deletions(-) delete mode 120000 pkg/fedora/surface-dtx-daemon diff --git a/pkg/deb/debian/changelog b/pkg/deb/debian/changelog index 38aa39c..401e005 100644 --- a/pkg/deb/debian/changelog +++ b/pkg/deb/debian/changelog @@ -1,3 +1,9 @@ +surface-dtx-daemon (0.3.8-1) unstable; urgency=medium + + * Update dependencies + + -- Maximilian Luz Sat, 14 Sep 2024 16:00:43 +0200 + surface-dtx-daemon (0.3.7-1) unstable; urgency=medium * Update dependencies diff --git a/pkg/fedora/makerpm b/pkg/fedora/makerpm index d123c23..e551a3f 100755 --- a/pkg/fedora/makerpm +++ b/pkg/fedora/makerpm @@ -81,10 +81,7 @@ for file in $FILES; do [ "$file" = "$DIR/$BUILD" ] && continue [ "$file" = "$DIR/$RPMS" ] && continue - # this three-step process is required to properly handle symlinks to source root - mkdir -p "/tmp/makerpm/$(dirname "$file")" - cp -rH "$file" "/tmp/makerpm/$file" - mv "/tmp/makerpm/$file" "$DIR/$BUILD" + cp -r "$file" "$DIR/$BUILD" done spectool \ @@ -118,4 +115,3 @@ for file in $(find out/ -name '*.rpm'); do rpm --resign $file --define "_gpg_name $KEY" 2>&1 > /dev/null fi done - diff --git a/pkg/fedora/surface-dtx-daemon b/pkg/fedora/surface-dtx-daemon deleted file mode 120000 index 6581736..0000000 --- a/pkg/fedora/surface-dtx-daemon +++ /dev/null @@ -1 +0,0 @@ -../../ \ No newline at end of file diff --git a/pkg/fedora/surface-dtx-daemon.spec b/pkg/fedora/surface-dtx-daemon.spec index af34216..cc593e6 100644 --- a/pkg/fedora/surface-dtx-daemon.spec +++ b/pkg/fedora/surface-dtx-daemon.spec @@ -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 @@ -29,8 +29,6 @@ strip --strip-all "target/release/surface-dtx-daemon" strip --strip-all "target/release/surface-dtx-userd" %install -rm -rf %{buildroot} -cd surface-dtx-daemon # binary files 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 /usr/share/fish/vendor_completions.d/surface-dtx-userd.fish %changelog +* Sat Sep 14 2024 Maximilian Luz - 0.3.8-1 +- Update dependencies + * Thu Mar 14 2024 Maximilian Luz - 0.3.7-1 - Update dependencies