Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
311e1dc9
Verified
Commit
311e1dc9
authored
2 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild against newer mtxclient
parent
dfab0c92
Branches
v0.9.1-fixes
Branches containing commit
Tags
v0.9.1-1
Tags containing commit
No related merge requests found
Pipeline
#2744
failed with stage
Stage:
in 1 hour, 5 minutes, and 37 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
io.github.NhekoReborn.Nheko.yaml
+2
-2
2 additions, 2 deletions
io.github.NhekoReborn.Nheko.yaml
with
12 additions
and
4 deletions
CHANGELOG.md
+
8
−
0
View file @
311e1dc9
# Changelog
## [0.9.1-1] -- 2021-02-24
-
Rebuild against newer mtxclient to fix an incompatibility with Matrix v1.1 and newer.
If you use the binary packages for macOS or Windows, you will need this update.
Otherwise you can just wait for your distribution to update the mtxclient
package instead.
## [0.9.1] -- 2021-12-22
### Highlights
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
311e1dc9
...
...
@@ -413,13 +413,13 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare
(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG v0.6.
1
GIT_TAG v0.6.
2
)
set
(
BUILD_LIB_EXAMPLES OFF CACHE INTERNAL
""
)
set
(
BUILD_LIB_TESTS OFF CACHE INTERNAL
""
)
FetchContent_MakeAvailable
(
MatrixClient
)
else
()
find_package
(
MatrixClient 0.6.
1
REQUIRED
)
find_package
(
MatrixClient 0.6.
2
REQUIRED
)
endif
()
if
(
USE_BUNDLED_OLM
)
include
(
FetchContent
)
...
...
This diff is collapsed.
Click to expand it.
io.github.NhekoReborn.Nheko.yaml
+
2
−
2
View file @
311e1dc9
...
...
@@ -191,8 +191,8 @@ modules:
buildsystem
:
cmake-ninja
name
:
mtxclient
sources
:
-
commit
:
9be1d3615ad30395557ef2768215bc14fd6359bd
tag
:
v0.6.
1
-
commit
:
dd2f46ad1fb5f45ea1a46a3d77b4e9a0d3c1438a
tag
:
v0.6.
2
type
:
git
url
:
https://github.com/Nheko-Reborn/mtxclient.git
-
config-opts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment