Accepting request 230179 from home:Zaitor:branches:GNOME:Factory
- Update to version 3.12.1: + Many fixes to the snippets plugin. + Rework some of the internals in preparation to a new Windows release. + Change Uppercase shortcut to Ctrl+U to avoid conflict with Save All. + Add Ctrl+N shortcut for New Window. + Plug some minor memory leaks. + Misc bug fixes. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/230179 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=163
This commit is contained in:
parent
506043b694
commit
589236eb11
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6028d535d50c85017739b84e7fe94ad5a1940064bb315375d5d1d6ed99eb38c2
|
|
||||||
size 2894480
|
|
3
gedit-3.12.1.tar.xz
Normal file
3
gedit-3.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e3edc62102934a8be708b0fdf27b86368fa9ede885628283bf8e91b26bbb67f
|
||||||
|
size 2892392
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 20:32:50 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.12.1:
|
||||||
|
+ Many fixes to the snippets plugin.
|
||||||
|
+ Rework some of the internals in preparation to a new Windows
|
||||||
|
release.
|
||||||
|
+ Change Uppercase shortcut to Ctrl+U to avoid conflict with
|
||||||
|
Save All.
|
||||||
|
+ Add Ctrl+N shortcut for New Window.
|
||||||
|
+ Plug some minor memory leaks.
|
||||||
|
+ Misc bug fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 24 09:24:26 UTC 2014 - dimstar@opensuse.org
|
Mon Mar 24 09:24:26 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _with_gi_python 1
|
%define _with_gi_python 1
|
||||||
|
|
||||||
Name: gedit
|
Name: gedit
|
||||||
Version: 3.12.0
|
Version: 3.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small and lightweight UTF-8 text editor
|
Summary: Small and lightweight UTF-8 text editor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -161,7 +161,7 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
||||||
%dir %{_libdir}/gedit/
|
%dir %{_libdir}/gedit/
|
||||||
%{_libdir}/gedit/libgedit-private.so
|
%{_libdir}/gedit/libgedit.so
|
||||||
%{_libdir}/gedit/girepository-1.0/
|
%{_libdir}/gedit/girepository-1.0/
|
||||||
%dir %{_libdir}/gedit/plugins/
|
%dir %{_libdir}/gedit/plugins/
|
||||||
# Explicitly list plugins so we know when we miss one
|
# Explicitly list plugins so we know when we miss one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user