Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10935282
D8248.id19767.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
9 KB
Referenced Files
None
Subscribers
None
D8248.id19767.diff
View Options
diff --git a/files/0001-remove-usages-of-git-as-we-use-a-tarball.patch b/files/0001-remove-usages-of-git-as-we-use-a-tarball.patch
--- a/files/0001-remove-usages-of-git-as-we-use-a-tarball.patch
+++ b/files/0001-remove-usages-of-git-as-we-use-a-tarball.patch
@@ -1,32 +1,28 @@
-From 01b61a2f50e92d266b5c833ba9f790fbe190b780 Mon Sep 17 00:00:00 2001
-From: Campbell Jones <git@serebit.com>
-Date: Fri, 3 Jan 2020 19:15:16 -0500
+From 51d2e22401ec3e7b826d2498f41d136a26d00d84 Mon Sep 17 00:00:00 2001
+From: Troy Harvey <harveydev@protonmail.com>
+Date: Sat, 15 Feb 2020 15:16:46 +1100
Subject: [PATCH] remove usages of git as we use a tarball
---
- Makefile | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
+ Makefile | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
-index 76da995..33c94a3 100644
+index 4d53621..a2c6d49 100644
--- a/Makefile
+++ b/Makefile
-@@ -2,13 +2,12 @@
+@@ -1,8 +1,7 @@
+ .PHONY: runtime
- VERSION = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \
- go run tools/build-version.go)
+-VERSION = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \
+- go run tools/build-version.go)
-HASH = $(shell git rev-parse --short HEAD)
++VERSION = 2.0.1
++HASH = 7c71995
DATE = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \
go run tools/build-date.go)
ADDITIONAL_GO_LINKER_FLAGS = $(shell GOOS=$(shell go env GOHOSTOS) \
- GOARCH=$(shell go env GOHOSTARCH))
- GOBIN ?= $(shell go env GOPATH)/bin
--GOVARS = -X github.com/zyedidia/micro/internal/util.Version=$(VERSION) -X github.com/zyedidia/micro/internal/util.CommitHash=$(HASH) -X 'github.com/zyedidia/micro/internal/util.CompileDate=$(DATE)' -X github.com/zyedidia/micro/internal/util.Debug=OFF
-+GOVARS = -X github.com/zyedidia/micro/internal/util.Version=$(VERSION) -X 'github.com/zyedidia/micro/internal/util.CompileDate=$(DATE)' -X github.com/zyedidia/micro/internal/util.Debug=OFF
-
- # Builds micro after checking dependencies but without updating the runtime
- build:
-@@ -37,7 +36,6 @@ install-quick:
+@@ -43,7 +42,6 @@ fetch-tags:
# Builds the runtime
runtime:
@@ -35,5 +31,5 @@
go build -o tools/bindata ./tools/go-bindata
tools/bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
--
-2.24.1
+2.25.0
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,7 +3,7 @@
<Name>micro</Name>
<Packager>
<Name>Campbell Jones</Name>
- <Email>dev@serebit.com</Email>
+ <Email>git@serebit.com</Email>
</Packager>
<License>MIT</License>
<PartOf>editor</PartOf>
@@ -24,11 +24,214 @@
</Package>
<History>
<Update release="14">
- <Date>2020-02-13</Date>
+ <Date>2020-02-14</Date>
<Version>2.0.1</Version>
- <Comment>Packaging update</Comment>
+ <Comment>Update micro to 2.0.1
+
+Summary:
+Full changelogs are available on the releases page [here](https://github.com/zyedidia/micro/releases). Notable changes:
+- Overall performance and stability improvements
+- Simple autocompletion
+- Automatic backups stored in `~/.config/micro/backups`, saved about every 8 seconds
+- Diff gutter that integrates with `git`
+- Keybindings and mouse support in the command bar
+- New syntax files and updates to existing syntax files
+
+Test Plan: Committed and submitted this diff using micro.
+
+Reviewers: #triage_team, JoshStrobl
+
+Reviewed By: #triage_team, JoshStrobl
+
+Subscribers: JoshStrobl, DataDrake
+
+Differential Revision: https://dev.getsol.us/D8239</Comment>
<Name>Campbell Jones</Name>
- <Email>dev@serebit.com</Email>
+ <Email>git@serebit.com</Email>
+ </Update>
+ <Update release="13">
+ <Date>2018-08-11</Date>
+ <Version>1.4.1</Version>
+ <Comment>Fix incorrect sha256sum. Patch out unnecessary git pull.</Comment>
+ <Name>Joshua Strobl</Name>
+ <Email>joshua@stroblindustries.com</Email>
+ </Update>
+ <Update release="12">
+ <Date>2018-08-11</Date>
+ <Version>1.4.1</Version>
+ <Comment>Update micro to 1.4.1
+
+Summary:
+Update micro to 1.4.1
+
+**Changelog:**
+
+- New syntax for opening files at a specific line
+ - micro file.txt:line:col
+- New hidehelp option
+- Fix for "text file busy"
+- Fix for "terminal entry not found" without need for mkinfo
+- Ctrl-X acts like Ctrl-k when nothing is selected
+- Many small bug fixes and optimizations
+
+Test Plan: File opened and edited, tested new syntax and the new key shortcut
+
+Reviewers: #triage_team, JoshStrobl
+
+Reviewed By: #triage_team, JoshStrobl
+
+Differential Revision: https://dev.solus-project.com/D3542</Comment>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
+ </Update>
+ <Update release="11">
+ <Date>2018-02-07</Date>
+ <Version>1.4.0</Version>
+ <Comment>Update micro to 1.4.0
+
+Summary:
+Changelog available [here](https://github.com/zyedidia/micro/releases/tag/v1.4.0)
+
+Signed-off-by: Pierre-Yves <pyu@riseup.net>
+
+Test Plan: Using micro to write this commit message
+
+Reviewers: #triage_team, JoshStrobl
+
+Reviewed By: #triage_team, JoshStrobl
+
+Differential Revision: https://dev.solus-project.com/D2210</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ <Update release="10">
+ <Date>2017-11-27</Date>
+ <Version>1.3.4</Version>
+ <Comment>Update micro to 1.3.4
+
+Summary:
+Release notes available [here](https://github.com/zyedidia/micro/releases/tag/v1.3.4)
+
+Signed-off-by: Pierre-Yves <pyu@riseup.net>
+
+Test Plan:
+This commit message is edited with micro 1.3.4
+CTRL-V mapping seems to be fixed
+
+Reviewers: #triage_team, sunnyflunk
+
+Reviewed By: #triage_team, sunnyflunk
+
+Differential Revision: https://dev.solus-project.com/D1462</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ <Update release="9">
+ <Date>2017-09-17</Date>
+ <Version>1.3.2</Version>
+ <Comment>Update micro to 1.3.2
+
+**Changelog:**
+
+- Add support for crlf and lf
+- Lua now has access to most of the Go standard library
+- Simply import go packages: local `fmt = import("fmt")`
+- Syntax highlighting
+ - Julia support
+ - Improved yaml highlighting
+- Bug fixes for multiple cursors
+- Bug fixes for undo/redo
+- Add a new `--config-dir` option to set a custom location for the configuration directory</Comment>
+ <Name>Justin Zobel</Name>
+ <Email>justin@solus-project.com</Email>
+ </Update>
+ <Update release="8">
+ <Date>2017-08-11</Date>
+ <Version>1.3.1</Version>
+ <Comment>Update to 1.3.1
+======
+Changelog:
+* Add support for the Suspend action for OSX and BSDs (still supported on Linux as well)
+* Multiple cursors merge if you spawn multiple with the mouse in the same place
+* Fixes to tcell and pasting
+* Micro won't write your settings if there was an error when loading settings.json</Comment>
+ <Name>Justin Zobel</Name>
+ <Email>justin@solus-project.com</Email>
+ </Update>
+ <Update release="7">
+ <Date>2017-08-05</Date>
+ <Version>1.3.0</Version>
+ <Comment>Update to 1.3.0
+
+Summary:
+Update micro editor to v1.3.0
+
+Changelog:
+ - Dependencies distributed as submodules
+ Multiple cursors
+ - New actions that can be bound:
+ - `SpawnMultiCursor` default binding: `Alt-n`
+ - `RemoveMultiCursor` default binding: `Alt-p`
+ - `RemoveAllMultiCursors` default binding: `Alt-c`
+ - `SkipMultiCursor` default binding: `Alt-x`
+ - `MouseMultiCursor` default binding (can only be bound to mouse buttons): `Ctrl-MouseLeft`
+ - Expanded keybinding support
+ - Mouse buttons can be bound
+ - `MouseLeft`
+ - `MouseRight`
+ - `MouseMiddle`
+ - `MouseWheelUp`
+ - `MouseWheelDown`
+ - `MouseWheelLeft`
+ - `MouseWheelRight`
+ - Characters can be bound
+ - Support for CtrlPgUp and CtrlPgDown
+ - Various syntax highlighting improvements
+ - Vala improvements
+ - C improvements
+ - New Twig syntax
+ - New Darcula colorscheme
+ - Improved search and replace
+ - Default now will ask for each replacement
+ - Use -a flag to replace all
+ - No more 1/10th second delay when quitting and using alt keys
+ - Bug fixes
+
+Test Plan:
+Installation > OK
+Editing a document > OK
+
+Reviewers: #triage_team, Justin, JoshStrobl
+
+Reviewed By: #triage_team, JoshStrobl
+
+Differential Revision: https://dev.solus-project.com/D745</Comment>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Update>
+ <Update release="6">
+ <Date>2017-05-28</Date>
+ <Version>1.2.0</Version>
+ <Comment>Update to 1.2.0
+
+Summary: Update Micro to 1.2.0
+
+Reviewers: #triage_team, ikey
+
+Reviewed By: #triage_team, ikey
+
+Subscribers: ikey
+
+Differential Revision: https://dev.solus-project.com/D238</Comment>
+ <Name>Yurizal Susanto</Name>
+ <Email>rizal.sagi@gmail.com</Email>
+ </Update>
+ <Update release="5">
+ <Date>2017-02-12</Date>
+ <Version>1.1.4</Version>
+ <Comment>Update to 1.1.4</Comment>
+ <Name>Justin Zobel</Name>
+ <Email>justin@solus-project.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 13, 7:35 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860828
Default Alt Text
D8248.id19767.diff (9 KB)
Attached To
Mode
D8248: manually set version and short hash so the plugin manager and plugins work
Attached
Detach File
Event Timeline
Log In to Comment