Skip to content

Commit

Permalink
Bump release version to 1.14.2
Browse files Browse the repository at this point in the history
Change build targets in CI to use the github version of evdi instead of the
bundled version.

Signed-off-by: Michael L. Young <[email protected]>
  • Loading branch information
elguero committed Mar 14, 2024
1 parent fa95c83 commit 574cc0a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Specify Build Target
run: |
echo "SPECIFICTARGET=devel" >> $GITHUB_ENV
echo "SPECIFICTARGET=github-release" >> $GITHUB_ENV
- name: Environment variable for OS version
run: |
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Specify A Target For make
run: |
echo "SPECIFICTARGET=devel" >> $GITHUB_ENV
echo "SPECIFICTARGET=github-release" >> $GITHUB_ENV
- name: Environment variable for setting name of RPM when using EVDI from Github
run: |
echo "EVDISOURCE=" >> $GITHUB_ENV
echo "EVDISOURCE=github_evdi" >> $GITHUB_ENV
- name: Environment variable for OS version
run: |
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

DAEMON_VERSION := 5.8.0-63.33
DOWNLOAD_ID := 5591 # This id number comes off the link on the displaylink website
VERSION := 1.14.1
RELEASE := 2
VERSION := 1.14.2
RELEASE := 1

#
# Dependencies
Expand Down
11 changes: 7 additions & 4 deletions displaylink.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{!?_daemon_version:%global _daemon_version 5.8.0-63.33}
%{!?_version:%global _version 1.14.1}
%{!?_release:%global _release 2}
%{!?_version:%global _version 1.14.2}
%{!?_release:%global _release 1}

# Disable RPATH since DisplayLinkManager contains this.
# Fedora 35 enforces this check and will stop rpmbuild from
Expand Down Expand Up @@ -91,8 +91,6 @@ gzip -dc evdi.tar.gz | tar -xvvf -
%else
%setup -q -T -D -a 0
cd evdi-%{version}
%patch0 -p1
%patch1 -p1
%endif

sed -i 's/\r//' README.md
Expand Down Expand Up @@ -209,6 +207,7 @@ done
%{_prefix}/src/evdi-%{version}/LICENSE
%{_prefix}/src/evdi-%{version}/Makefile
%{_prefix}/src/evdi-%{version}/dkms.conf
%{_prefix}/src/evdi-%{version}/dkms_install.sh
%{_prefix}/src/evdi-%{version}/evdi_connector.c
%{_prefix}/src/evdi-%{version}/evdi_cursor.c
%{_prefix}/src/evdi-%{version}/evdi_cursor.h
Expand Down Expand Up @@ -260,6 +259,10 @@ done
%systemd_postun_with_restart displaylink-driver.service

%changelog
* Sat Mar 09 2024 Michael L. Young <[email protected]> 1.14.2-1
- Update evdi driver to 1.14.2 that has been released on Github
- Do not patch when using the Github released version of evdi

* Sat Dec 23 2023 Michael L. Young <[email protected]> 1.14.1-2
- Add patch from upstream for newer kernels
- Add patch from upstream for newer EL8 and EL9 kernels.
Expand Down

0 comments on commit 574cc0a

Please sign in to comment.