Hello community, here is the log from the commit of package gtksourceview for openSUSE:Factory checked in at 2016-09-21 18:32:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtksourceview (Old) and /work/SRC/openSUSE:Factory/.gtksourceview.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtksourceview" Changes: -------- --- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes 2016-07-01 09:53:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 2016-09-21 18:32:03.000000000 +0200 @@ -1,0 +2,87 @@ +Sun Sep 18 08:26:15 UTC 2016 - [email protected] + +- Update to version 3.22.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Sep 10 10:42:23 UTC 2016 - [email protected] + +- Update to version 3.21.6: + + Improvements to the syntax highlighting of: CSS and Rust. + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 17 17:57:16 UTC 2016 - [email protected] + +- Update to version 3.21.5: + + Fix an infinite loop in whitespace drawing. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 14 15:06:26 UTC 2016 - [email protected] + +- Update to version 3.21.4: + + GtkSourceRegion: + - Add functions to add/subtract/intersect two GtkSourceRegions. + - Rename functions to add/subtract/intersect a subregion. + - Real unit tests. + + Whitespace drawing: draw a final newline if the + GtkSourceBuffer:implicit-trailing-newline property is TRUE. + + Whitespace drawing: refactor the code, move the code to a + private SpaceDrawer class. + + Use gconstructor.h to have a DSO constructor that inits i18n, + and a destructor to unref the singletons. + + Use the AX_VALGRIND_CHECK Autotools macro. + + SearchContext: send a private signal to the views so that the + views can ask the SearchContext to highlight in priority the + visible areas of the buffer (works only for normal search, not + regex search). + + Improvements to the syntax highlighting of: LaTeX. + + Various other code improvements. + + Updated translations. +- Add pkgconfig(valgrind) BuildRequires: Build the new valgrind + support. +- Drop anchient gtksourceview-doc Provides/Obsoletes: No longer any + supported openSUSE release with this package. + +------------------------------------------------------------------- +Sun Jul 17 19:18:08 UTC 2016 - [email protected] + +- Update to version 3.21.3: + + Warn when a secondary public header is #included in external + code. Only <gtksourceview/gtksource.h> should be #included + directly. + + Remove the --disable-completion-providers configure option, to + always build the completion providers. There is currently only + one completion provider: GtkSourceCompletionWords, which is not + a lot of code and doesn't pull up additional dependencies. + + Add back the gtksourceview-typebuiltins.h public header, for + backward compatibility. + + Fixes/improvements to the Visual Studio builds. + + Improvements to the syntax highlighting of: rpmspec. + + Fix a bug in GtkSourceSearchContext. + + Various small code and documentation improvements. + + Updated translations. + +------------------------------------------------------------------- +Wed Jun 22 10:59:08 UTC 2016 - [email protected] + +- Update to version 3.21.2: + + Make gtk_source_style_apply() public. + + GtkSourceSearchContext: add "version 2" of some functions to + improve the API, and deprecate the v1's. + + Fix a critical message when showing a completion window. + + Fix a drawing issue with syntax highlighting. + + Improvements to the syntax highlighting of: Meson, JavaScript. + + Various code improvements and bug fixes. + + Documentation improvements. + + Build fixes on ARM. + +------------------------------------------------------------------- +Wed Jun 22 10:59:07 UTC 2016 - [email protected] + +- Update to version 3.21.1: + + Export SourceRegion in the public API. + + Updated translations. + +------------------------------------------------------------------- Old: ---- gtksourceview-3.20.4.tar.xz New: ---- gtksourceview-3.22.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtksourceview.spec ++++++ --- /var/tmp/diff_new_pack.fQABv6/_old 2016-09-21 18:32:04.000000000 +0200 +++ /var/tmp/diff_new_pack.fQABv6/_new 2016-09-21 18:32:04.000000000 +0200 @@ -17,23 +17,24 @@ Name: gtksourceview -Version: 3.20.4 +Version: 3.22.0 Release: 0 Summary: GTK+ Source Editing Widget License: LGPL-2.1+ Group: System/GUI/GNOME Url: https://wiki.gnome.org/Projects/GtkSourceView -Source: http://download.gnome.org/sources/gtksourceview/3.20/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gtksourceview/3.22/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel >= 1.42.0 BuildRequires: itstool -BuildRequires: libxml2-devel >= 2.6.0 +BuildRequires: libxml2-devel >= 2.6 BuildRequires: translation-update-upstream BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) >= 2.38 BuildRequires: pkgconfig(gladeui-2.0) >= 3.9 -BuildRequires: pkgconfig(glib-2.0) >= 2.47.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.6 +BuildRequires: pkgconfig(glib-2.0) >= 2.48 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(valgrind) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -93,8 +94,6 @@ Group: Development/Languages/C and C++ Requires: gtksourceview = %{version} Requires: typelib-1_0-GtkSource-3_0 = %{version} -Obsoletes: gtksourceview-doc <= 2.5.4 -Provides: gtksourceview-doc = 2.5.4 %description devel GtkSourceView is a text widget that extends GtkTextView, the standard ++++++ gtksourceview-3.20.4.tar.xz -> gtksourceview-3.22.0.tar.xz ++++++ ++++ 136636 lines of diff (skipped)
