Hello community, here is the log from the commit of package xed for openSUSE:Factory checked in at 2017-05-08 19:03:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xed (Old) and /work/SRC/openSUSE:Factory/.xed.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xed" Mon May 8 19:03:51 2017 rev:8 rq:493332 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xed/xed.changes 2017-01-10 10:42:39.650298273 +0100 +++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes 2017-05-08 19:04:24.688299626 +0200 @@ -1,0 +2,109 @@ +Sun May 7 11:23:03 UTC 2017 - [email protected] + +- Update to version 1.4.1 (changes since 1.2.2): + * Search: Don't jump to the next result when toggling search + options. + * Clean up some deprecations. + * plugins: Drop support for old style python plugins. + * Build GObject introspection data. + * Fix some introspection warnings. + * Remove a couple of invalid annotations. + * Drop some leftover 2.xx comments from gnome/pluma. + * Port plugin system to libpeas. + * Remove old plugin system and docs for it. + * taglist plugin: Don't look for taglist in non-existing legacy + directories. + * xed-panel: Clean up the layout of the panels. + * Add buttons to the statusbar to show/hide the panels. + * xed-panel: Remove the header and close button. + * xed-panel: Simplify panel building a bit. + * xed-panel: Move the notebook tabs to the top. + * Add a few style classes. + * Add view menu entry for word wrap. + * Allow scrolling on notebook tabs to change the active page. + * xed-prefs-manager-app: Remove some leftover logging. + * notebooks: Don't show tabs when the notebook only has one page. + * xed-window: Use a better icon for the documents panel tab. + * xed-print-preview.c: Restyle the tool bar. + * Add new (App/Window/View)Activatable interfaces for plugins. + * Update plugins for the WindowActivatable changes. + * Port to the use of GFile instead of URIs and merge gio document + loader and saver into document loader and saver. + * Revamp our handling of settings. + * Clean up the docs a bit. + * Redesign the goto line popup dialogue. + * xed-preferences-dialog: Fix a setting having the wrong + sensitiviy. + * tests: Fix to use GFile instead of uris. + * Merge smart converter in the document output stream. + * xed-document-output-stream: Factor out validate_and_insert + method. + * Pull some upstream changes from Gedit in prep for using more of + the GtkSource* backend. + * Remove the xed style scheme manager instance. + * xed-document: Fix a couple of possible memory leaks. + * Kill xed-language-manager and use gtksourcelanguagemanager + directly. + * xed-document: Rework externally modified/deleted check. + * Remove xed_utils_location_has_file_scheme. + * Clean up our GSettings use a bit more. + * Port to the GtkSourceView search functionality. + * Add _xed_document_needs_saving. + * Plugins: Remove the changecase plugin. + * Port to GtkSource* API. + * Port xed to dbus and GtkApplication. + * message-area: Rename message area to info bar. + * info-bar: Don't use icons in buttons. + * xed-progress-info-bar: Properly expand the progress bar. + * Remove the dialogue utility library. + * Start using GResource. + * Set textdomain as soon as possible. + * Don't use global vars for command line parsing. + * xed-app: Handle also application::open. + * xed-app: Shutdown metadata-manager after GTK+. + * xed-window: Fix getting the wrong window size when cloning a + window. + * Add a preference to allow using the dark variant of a theme if + available. + * xed-view: Add some margin to the top and left of the text view. + * prefs-dialog: Fix a crash when removing style schemes. + * docs: Start cleaning up the docs. + * Implement font zooming in the editor. + * Sort: Turn sort into a simpler and undoable action. + * Focus view when opening files from the filebrowser or documents + panel. + * Fix g_free() which should be g_object_unref() in file browser. + * Use slice allocator instead of g_new() when appropriate. + * xed-file-browser-widget: Clean up code styling. + * filebrowser-view: Removed the unused "busy" cursor. + * Do not leak file info for . and .. dirs. + * filebrowser: Unref the enumerator in the filebrowser plugin. + * filebrowser: Don't leak GFiles. + * filebrowser: Fix crash on open_terminal action. + * filebrowser: Remove the back and forward toolbar dropdowns. + * filebrowser: Support new location of gtk bookmarks file. + * filebrowser: "Rename" menu entry should have an ellipsis. + * filebrowser: use Untitled File/Folder for new + file/directories. + * filebrowser: Redesign the toolbar in filebrowser. + * filebrowser: Activate selected item when search is complete. + * filebrowser: Do not parse .hidden in the file browser. + * filebrowser: Make the "Open terminal here" command work again. + * filebrowser: Set the combobox insensitive when the bookmarks + are showing. + * Fix calling set_command_line_wait(). + * Allow building with --disable-spell. + * Focus a tab when attempting to close it with unsaved changes. + * Add a new animated xed-paned. + * xed-commands-view: Clean up code style. + * time-plugin: Use GDateTime. + * Clean up styling a bit. + * Use GtkApplication inhibit API. + * Fix "gedit" occurence. + * Depend on gtksourceview-3.0 >= 3.14.0. + * Only use gtk_text_view_set_top_margin() with GTK+ 3.18+. + * Fix po/POTFILES.in and generate POT file. + * Fix FSF address. + * Update translations. + +------------------------------------------------------------------- Old: ---- xed-1.2.2.tar.gz New: ---- xed-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xed.spec ++++++ --- /var/tmp/diff_new_pack.TUetUc/_old 2017-05-08 19:04:25.332208663 +0200 +++ /var/tmp/diff_new_pack.TUetUc/_new 2017-05-08 19:04:25.336208098 +0200 @@ -1,7 +1,7 @@ # # spec file for package xed # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xed -Version: 1.2.2 +Version: 1.4.1 Release: 0 Summary: A small and lightweight text editor License: GPL-2.0+ @@ -27,14 +27,19 @@ BuildRequires: fdupes BuildRequires: gnome-common BuildRequires: pkgconfig +BuildRequires: python3 BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(enchant) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.10 +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 BuildRequires: pkgconfig(gtksourceview-3.0) BuildRequires: pkgconfig(iso-codes) +BuildRequires: pkgconfig(libpeas-gtk-1.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(sm) +Requires: libpeas-loader-python3 +Requires: xapps-common Recommends: %{name}-lang %glib2_gsettings_schema_requires @@ -99,12 +104,13 @@ %files %defattr(-,root,root) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING README debian/changelog %{_bindir}/%{name} %{_datadir}/%{name}/ %{_libdir}/%{name}/ %{_libexecdir}/%{name}/ %{_datadir}/glib-2.0/schemas/*.xml +%{_datadir}/dbus-1/services/org.x.editor.service %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/appdata/ %{_datadir}/appdata/%{name}.appdata.xml ++++++ xed-1.2.2.tar.gz -> xed-1.4.1.tar.gz ++++++ ++++ 482476 lines of diff (skipped)
