Hello community,

here is the log from the commit of package gspell for openSUSE:Factory checked 
in at 2016-03-29 14:31:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gspell (Old)
 and      /work/SRC/openSUSE:Factory/.gspell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gspell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gspell/gspell.changes    2015-11-22 
11:02:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gspell.new/gspell.changes       2016-03-29 
14:31:28.000000000 +0200
@@ -1,0 +2,106 @@
+Sun Mar 20 19:39:21 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.0.0:
+  + The API is now stable. Future 1.x stable versions will be
+    backward compatible with the 1.0 version.
+  + Updated translations.
+- Bump soname following upstream changes.
+
+-------------------------------------------------------------------
+Mon Mar 14 09:14:46 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.2.6:
+  + Fix builddir != srcdir issue (it occurred only in Git, not in
+    tarballs normally).
+  + Install tests in <...>/installed-tests/gspell-1/ instead of
+    gspell/, to follow the parallel installability convention.
+- Changes from version 0.2.5:
+  + Inline checker: improve current word handling.
+  + Support words with apostrophes, like "doesn't".
+  + Write more unit tests.
+  + Improvements to the build system (use a GSPELL_API_VERSION
+    variable).
+  + Add missing getter functions.
+  + Installed tests support.
+  + API changes:
+    - Have a GspellTextBuffer class.
+    - Rename GspellInlineCheckerTextView -> GspellTextView.
+    - The GspellNavigator interface now requires GInitiallyUnowned
+      instead of GObject.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 16 15:14:43 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.2.4:
+  + Fix compilation on Mac OS X.
+  + Write the first unit tests.
+  + Inline checker for GtkTextView:
+    - Fix bug with neighbor words.
+    - Fix underline drawing issue.
+    - Don't check current word while typing.
+  + Other code improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jan 20 14:13:21 UTC 2016 - dims...@opensuse.org
+
+- Update to verstion 0.2.3:
+  + GspellLanguage: code improvements, write API documentation and
+    add get_default() function.
+  + Add gspell_text_buffer_set/get_spell_checker() functions.
+  + GspellNavigatorGtv renamed to GspellNavigatorText.
+  + Remove GspellNavigatorText:spell-checker property,
+  + GspellInlineCheckerGtv replaced by the higher-level class
+    GspellInlineCheckerText.
+  + Language choosers: accept NULL language to pick the default
+    language.
+  + Add the GspellLanguageChooser:language-code property, for a
+    GSettings key binding.
+  + GspellChecker: accept a NULL language in case no dictionaries
+    are available.
+  + Other code and documentation improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Dec 15 00:05:58 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.2.2:
+  + Relicense gspell from GPLv2+ to LGPLv2.1+.
+  + Get rid of the libxml2 and GtkSourceView dependencies.
+  + Replace the GspellLanguage implementation by the GtkHtml one
+    to get rid of the libxml2 dependency and have a code licensed
+    under the LGPL.
+  + Code improvements to GspellInlineCheckerGtv.
+  + API changes:
+    - Rename gspell_language_from_key() to
+      gspell_language_lookup().
+    - Rename gspell_language_to_key() to
+      gspell_language_get_code().
+    - Rename gspell_language_to_string() to
+      gspell_language_get_name().
+    - Rename gspell_checker_get_available_languages() to
+      gspell_language_get_available() and return a GList instead
+      of a GSList.
+    - Rename GspellChecker signals:
+      + ::add-word-to-personal -> ::word-added-to-personal.
+      + ::add-word-to-session -> ::word-added-to-session.
+      + ::clear-session -> ::session-cleared.
+- Drop pkgconfig(gtksourceview-3.0) and pkgconfig(libxml-2.0)
+  BuildRequires, following upstream changes.
+- Own the %{_datadir}/vala/vapi directory, required due to
+  dropping of gtksourceview from BuildRequires which owned it
+  previously.
+
+-------------------------------------------------------------------
+Mon Nov 23 20:12:51 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.1:
+  + Allow only <gspell/gspell.h> to be #included directly.
+  + Make GspellCheckerDialog derivable.
+  + Make GspellLanguageChooserDialog derivable.
+  + Add a GtkDialogFlags parameter to
+    gspell_language_chooser_dialog_new().
+  + Add string length parameters to GspellChecker functions.
+
+-------------------------------------------------------------------

Old:
----
  gspell-0.1.2.tar.xz

New:
----
  gspell-1.0.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gspell.spec ++++++
--- /var/tmp/diff_new_pack.VGrUgc/_old  2016-03-29 14:31:29.000000000 +0200
+++ /var/tmp/diff_new_pack.VGrUgc/_new  2016-03-29 14:31:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gspell
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,25 +16,23 @@
 #
 
 
-%define shlib lib%{name}-1-0
+%define shlib lib%{name}-1-1
 
 Name:           gspell
-Version:        0.1.2
+Version:        1.0.0
 Release:        0
 Summary:        A spell checker library for gtk+ applications
-License:        GPL-2.0+
+License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
 Url:            https://wiki.gnome.org/Projects/gspell
-Source:         
https://download.gnome.org/sources/gspell/0.1/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gspell/1.0/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc >= 1.24
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(enchant) >= 1.6.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.42.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.16
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.11
 BuildRequires:  pkgconfig(iso-codes) >= 0.35
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(vapigen)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -102,6 +100,7 @@
 %{_libdir}/lib%{name}-1.so
 %{_libdir}/pkgconfig/gspell-1.pc
 %{_datadir}/gir-1.0/*.gir
+%dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gspell-1.*
 
 %files -n %{shlib}

++++++ gspell-0.1.2.tar.xz -> gspell-1.0.0.tar.xz ++++++
++++ 27551 lines of diff (skipped)


Reply via email to