Skip to content

Commit

Permalink
Merge pull request #529 from atom/master
Browse files Browse the repository at this point in the history
Create a new pull request by comparing
  • Loading branch information
GulajavaMinistudio authored Feb 15, 2021
2 parents 19a15df + ff1e4f6 commit 1bab521
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/language-rust-bundled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/atom/atom",
"license": "MIT",
"dependencies": {
"tree-sitter-rust": "^0.16.0"
"tree-sitter-rust": "^0.17.0"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
Expand Down
5 changes: 5 additions & 0 deletions resources/linux/redhat/atom.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Requires: lsb-core-noarch, libXss.so.1 libsecret-1.so.0, polkit
Requires: lsb-core-noarch, libXss.so.1()(64bit) libsecret-1.so.0()(64bit), polkit
%endif

# Disable Fedora's shebang mangling script,
# which errors out on any file with versionless `python` in its shebang
# See: https://github.com/atom/atom/issues/21937
%undefine __brp_mangle_shebangs

%description
<%= description %>

Expand Down

0 comments on commit 1bab521

Please sign in to comment.