Hello community,

here is the log from the commit of package gtkspell3 for openSUSE:Factory 
checked in at 2013-04-02 11:51:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkspell3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtkspell3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkspell3", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkspell3/gtkspell3.changes      2011-10-13 
12:30:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkspell3.new/gtkspell3.changes 2013-04-02 
11:51:22.000000000 +0200
@@ -1,0 +2,28 @@
+Sun Mar  3 19:57:08 UTC 2013 - [email protected]
+
+- Update to version 3.0.1:
+  + Actually declare GtkSpellChecker as a G_TYPE_INITIALLY_UNOWNED.
+  + Really silently exit if detach is called when not attached.
+  + Add gtk_spell_error_get_type.
+  + Use PIMPL idiom for private members of GtkSpellChecker.
+  + Update license file with correct FSF address, add license
+    headers to files.
+- Changes from version 3.0.0:
+  + New major version not API or ABI compatible with gtkspell 2.x.
+  + Add GTK+ 3 Support (required by default).
+  + A GTK+ 2 compatible version can be built using --enable-gtk2.
+  + Update to be GObject based.
+  + Add introspection support.
+  + Add "language-changed" signal.
+  + Add gtk_spell_checker_get_language function.
+  + Updated translations.
+- Rename libgtkspell-3-0 into libgtkspell3-3-0, following upstream.
+- gtkspell3-devel now provides pkgconfig(gtkspell3-3.0), so some
+  fallout in other packages are to be expexted.
+
+-------------------------------------------------------------------
+Fri Mar  1 12:44:28 UTC 2013 - [email protected]
+
+- Spec-cleanup using format_spec_file service.
+
+-------------------------------------------------------------------

Old:
----
  gtkspell3-3.0.0.tar.gz

New:
----
  gtkspell3-3.0.1.tar.gz

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

Other differences:
------------------
++++++ gtkspell3.spec ++++++
--- /var/tmp/diff_new_pack.qArfOJ/_old  2013-04-02 11:51:24.000000000 +0200
+++ /var/tmp/diff_new_pack.qArfOJ/_new  2013-04-02 11:51:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkspell3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,18 +16,14 @@
 #
 
 
-
 Name:           gtkspell3
-%define _name gtkspell
-Version:        2.99.1_pre3.0.0
-Release:        1
-%define _version 3.0.0
-License:        GPL-2.0+
+Version:        3.0.1
+Release:        0
 Summary:        GTK3 Spell Checker Interface Library
-Url:            http://gtkspell.sf.net/
+License:        GPL-2.0+
 Group:          System/Libraries
-# Tarball taken from 
http://sourceforge.net/mailarchive/message.php?msg_id=27947683 -- this is a 
pre-release tarball
-Source:         %{name}-%{_version}.tar.gz
+Url:            http://gtkspell.sf.net/
+Source:         %{name}-%{version}.tar.gz
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -41,24 +37,22 @@
 misspelled words in a GtkTextView widget. Right-clicking a misspelled
 word opens a menu of suggested replacements.
 
-%package -n libgtkspell-3-0
-License:        GPL-2.0+
+%package -n libgtkspell3-3-0
 Summary:        GTK3 Spell Checker Interface Library
 Group:          System/Libraries
 Recommends:     %{name}-lang
 # Needed to make lang package installable
 Provides:       gtkspell3 = %{version}
 
-%description -n libgtkspell-3-0
+%description -n libgtkspell3-3-0
 GtkSpell provides MSWord-style and MacOSX-style highlighting of
 misspelled words in a GtkTextView widget. Right-clicking a misspelled
 word opens a menu of suggested replacements.
 
 %package devel
-License:        GPL-2.0+
 Summary:        GTK3 Spell Checker Interface Library -- Development Files
 Group:          Development/Libraries/X11
-Requires:       libgtkspell-3-0 = %{version}
+Requires:       libgtkspell3-3-0 = %{version}
 
 %description devel
 GtkSpell provides MSWord-style and MacOSX-style highlighting of
@@ -67,7 +61,7 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q -n %{name}-%{version}
 translation-update-upstream
 
 %build
@@ -80,20 +74,20 @@
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %find_lang %{name} %{?no_lang_C}
 
-%post -n libgtkspell-3-0 -p /sbin/ldconfig
+%post -n libgtkspell3-3-0 -p /sbin/ldconfig
 
-%postun -n libgtkspell-3-0 -p /sbin/ldconfig
+%postun -n libgtkspell3-3-0 -p /sbin/ldconfig
 
-%files -n libgtkspell-3-0
+%files -n libgtkspell3-3-0
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog README
-%{_libdir}/libgtkspell-3.so.*
+%{_libdir}/libgtkspell3-3.so.*
 
 %files devel
 %defattr(-, root, root)
 %{_includedir}/gtkspell-3.0/
-%{_libdir}/libgtkspell-3.so
-%{_libdir}/pkgconfig/gtkspell-3.0.pc
+%{_libdir}/libgtkspell3-3.so
+%{_libdir}/pkgconfig/gtkspell3-3.0.pc
 %doc %{_datadir}/gtk-doc/html/gtkspell3/
 
 %files lang -f %{name}.lang

++++++ gtkspell3-3.0.0.tar.gz -> gtkspell3-3.0.1.tar.gz ++++++
++++ 61567 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to