commit gedit for openSUSE:Factory
Hello community, here is the log from the commit of package gedit for openSUSE:Factory checked in at 2014-05-05 21:14:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gedit (Old) and /work/SRC/openSUSE:Factory/.gedit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gedit" Changes: -------- --- /work/SRC/openSUSE:Factory/gedit/gedit.changes 2014-01-28 12:03:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-05-05 21:15:19.000000000 +0200 @@ -1,0 +2,91 @@ +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 + +- Update to version 3.12.0: + + Fix regression sorting recent files. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 18 11:36:25 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + Implement drag'n'drop for the documents panel. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 5 08:11:25 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + Add keyboard shortcuts to change text case. + + Readd bus message to add context menu items to the filebrowser. + + Reopen last closed tab with ctrl+shift+T. + + Rework fullscreen mode to use GtkRevealer. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 19 20:26:34 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Even more work on the new UI (use popovers, CSD in dialogs and + much more). + + Reimplement the documents sidepane using GtkListBox. + + Adapt plugins to the latest changes. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 6 16:25:01 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.3: + + More work on the new UI. + + Finalize the new API to extend the menu from plugins. + + Adapt plugins to the latest changes. + + Restore command line handling that was broken in laste release. + + Detect when network is not available and warn if using remote + documents. + + Add an fpaste tool to the external tools scripts. + + Rewrite the build system with nonrecursive Makefiles. + + Improvements in docs. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 23 22:50:15 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.2: + + Refresh the main user interface, radically changing the user + interacts with the UI. + + Remove deprecated API. + + Integrate change case plugin inside GtkSourceView directly. + + Improvements in docs. + + Misc bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 23 19:45:16 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.1: + + Implement XDS dnd support for GeditView and GeditWindow. + + Documentation Improvements. + + Style fixes. + + Implement Move to New Tab Group. + + Expand tabs and center tab labels. + + Misc bugfixes and improvements. + + Updated translations. + +------------------------------------------------------------------- Old: ---- gedit-3.10.4.tar.xz New: ---- gedit-3.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gedit.spec ++++++ --- /var/tmp/diff_new_pack.hoGtnG/_old 2014-05-05 21:15:20.000000000 +0200 +++ /var/tmp/diff_new_pack.hoGtnG/_new 2014-05-05 21:15:20.000000000 +0200 @@ -19,13 +19,13 @@ %define _with_gi_python 1 Name: gedit -Version: 3.10.4 +Version: 3.12.1 Release: 0 Summary: Small and lightweight UTF-8 text editor License: GPL-2.0+ Group: Productivity/Text/Editors Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gedit/3.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gedit/3.12/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon Patch0: gedit-desktop.patch BuildRequires: enchant-devel @@ -38,10 +38,10 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools -BuildRequires: pkgconfig(gio-2.0) >= 2.37.5 +BuildRequires: pkgconfig(gio-2.0) >= 2.39.3 BuildRequires: pkgconfig(gsettings-desktop-schemas) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.9 -BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.9.91 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6 +BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.11.2 BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0 BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0 @@ -161,12 +161,10 @@ %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml %dir %{_libdir}/gedit/ -%{_libdir}/gedit/libgedit-private.so +%{_libdir}/gedit/libgedit.so %{_libdir}/gedit/girepository-1.0/ %dir %{_libdir}/gedit/plugins/ # Explicitly list plugins so we know when we miss one -%{_libdir}/gedit/plugins/changecase.plugin -%{_libdir}/gedit/plugins/libchangecase.so %{_libdir}/gedit/plugins/docinfo.plugin %{_libdir}/gedit/plugins/libdocinfo.so %{_libdir}/gedit/plugins/externaltools/ @@ -198,7 +196,7 @@ %files plugin-zeitgeist %defattr(-, root, root) %{_libdir}/gedit/plugins/zeitgeist.plugin -%{_libdir}/gedit/plugins/libzeitgeistplugin.so +%{_libdir}/gedit/plugins/libzeitgeist.so %if %{_with_gi_python} %files -n python3-gedit ++++++ gedit-3.10.4.tar.xz -> gedit-3.12.1.tar.xz ++++++ ++++ 350093 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de