Accepting request 703268 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/703268 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=110
This commit is contained in:
parent
15bf9bfe79
commit
0cedf66b42
@ -12,11 +12,11 @@ https://bugzilla.gnome.org/show_bug.cgi?id=778737
|
|||||||
plugins/bracketcompletion/bracketcompletion.py | 2 +-
|
plugins/bracketcompletion/bracketcompletion.py | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/plugins/bracketcompletion/bracketcompletion.py b/plugins/bracketcompletion/bracketcompletion.py
|
Index: gedit-plugins-3.32.2/plugins/bracketcompletion/bracketcompletion.py
|
||||||
index 9da57c9..451db2e 100644
|
===================================================================
|
||||||
--- a/plugins/bracketcompletion/bracketcompletion.py
|
--- gedit-plugins-3.32.2.orig/plugins/bracketcompletion/bracketcompletion.py 2019-01-10 04:27:52.000000000 +0100
|
||||||
+++ b/plugins/bracketcompletion/bracketcompletion.py
|
+++ gedit-plugins-3.32.2/plugins/bracketcompletion/bracketcompletion.py 2019-05-15 23:25:53.887680380 +0200
|
||||||
@@ -248,7 +248,7 @@ class BracketCompletionPlugin(GObject.Object, Gedit.ViewActivatable):
|
@@ -248,7 +248,7 @@ class BracketCompletionPlugin(GObject.Ob
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def on_event_after(self, view, event):
|
def on_event_after(self, view, event):
|
||||||
@ -25,5 +25,3 @@ index 9da57c9..451db2e 100644
|
|||||||
event.state & (Gdk.ModifierType.CONTROL_MASK | Gdk.ModifierType.MOD1_MASK) or \
|
event.state & (Gdk.ModifierType.CONTROL_MASK | Gdk.ModifierType.MOD1_MASK) or \
|
||||||
event.keyval not in self._bracket_keyvals:
|
event.keyval not in self._bracket_keyvals:
|
||||||
return
|
return
|
||||||
--
|
|
||||||
2.9.3
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d43786f89f185600bb960a5cb8dda799a5ba97cc3df405c15251eb24430940b
|
|
||||||
size 1475960
|
|
3
gedit-plugins-3.32.2.tar.xz
Normal file
3
gedit-plugins-3.32.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1368338882c535297ab4f6677da40c3f7bea545464c04a9076ee2c0c38eabeff
|
||||||
|
size 1474264
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 15 21:21:32 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.32.2:
|
||||||
|
+ Fix ColorSchemer plugin for GTKSourceView 4.
|
||||||
|
+ Cache language names per session to prevent unnecessary web
|
||||||
|
requests by Translate plugin.
|
||||||
|
+ Fix enabling and disabling the Translate plugin.
|
||||||
|
- Refresh bracketcompletion-use-key-release-event-to-work-wi.patch
|
||||||
|
with quilt.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 09:02:22 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Mar 11 09:02:22 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gedit-plugins
|
Name: gedit-plugins
|
||||||
Version: 3.32.0
|
Version: 3.32.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of plugins for gedit
|
Summary: A collection of plugins for gedit
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -275,8 +275,8 @@ logs access and leave event for documents used with gedit.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
install -m644 %{SOURCE1} .
|
install -m644 %{SOURCE1} .
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user