Hello community,

here is the log from the commit of package gtkspell for openSUSE:Factory
checked in at Tue May 3 13:46:56 CEST 2011.



--------
--- GNOME/gtkspell/gtkspell.changes     2011-02-22 18:59:43.000000000 +0100
+++ gtkspell/gtkspell.changes   2011-05-02 23:44:05.000000000 +0200
@@ -1,0 +2,24 @@
+Mon May  2 23:43:33 CEST 2011 - [email protected]
+
+- Remove now unneeded call to autoreconf.
+- Do not package .la files.
+
+-------------------------------------------------------------------
+Fri Apr 29 16:16:45 UTC 2011 - [email protected]
+
+- Update to 2.0.16:
+  + Additional and updated translations (see po/ChangeLog).
+  + sf#2431005: Language codes that contain "C" (e.g. "cs_CZ")
+    defaulted to "en"
+  + sf#2715972: Remove an extra comma at the end of the
+    GtkSpellError enum definition.
+  + sf#2526949: Sort languages list submenu.
+  + sf#2526959: Currently selected language appears with radio
+    button selection in Language selector sub-menu
+  + sf#2642198: Enchant Broker should be a singleton.
+  + sf#2875116 Support changing of the GtkTextBuffer in the
+    attached GtkTextView.
+- Use source services: download_url, recompress and set_version.
+- Drop gtkspell-locale.patch: fixed upstream.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gtkspell-2.0.15.tar.bz2
  gtkspell-locale.patch

New:
----
  _service
  _service:recompress:download_url:gtkspell-2.0.16.tar.bz2
  _service:set_version:gtkspell.spec

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

Other differences:
------------------
++++++ _service:set_version:gtkspell.spec ++++++
#
# spec file for package gtkspell
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           gtkspell
BuildRequires:  enchant-devel fdupes gnome-doc-utils-devel gtk-doc gtk2-devel 
intltool libstdc++-devel translation-update-upstream
Summary:        GTK2 Spell Checker Interface Library
Version: 2.0.16
Release: 0
License:        GPLv2+
Group:          System/Libraries
Source:         gtkspell-%{version}.tar.bz2
Url:            http://gtkspell.sf.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Recommends:     %{name}-lang = %{version}

%description
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:        GPLv2+
Summary:        Static libraries and header files from gtkspell
Group:          Development/Libraries/X11
Requires:       %{name} = %{version}
Requires:       gtk2-devel glib2-devel pango-devel atk-devel
Requires:       enchant-devel

%description devel
Static libraries and header files from gtkspell.

%package      doc
License:        GPLv2+
Summary:        GTK2 Spell Checker Interface Library
Group:          System/Libraries
Requires:       %{name} = %{version}

%description doc
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.

%lang_package
%prep
%setup -q %{name}-%{version}
translation-update-upstream

%build
%configure\
        --disable-static
make %{?jobs:-j%jobs}

%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/*.so.*

%files lang -f %{name}.lang

%files devel
%defattr(-, root, root)
%{_includedir}/gtkspell-2.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files doc
%defattr(-, root, root)
%{_datadir}/gtk-doc/html/*

%changelog
++++++ gtkspell.spec ++++++
--- /var/tmp/diff_new_pack.PSR6aQ/_old  2011-05-03 13:46:08.000000000 +0200
+++ /var/tmp/diff_new_pack.PSR6aQ/_new  2011-05-03 13:46:08.000000000 +0200
@@ -22,11 +22,10 @@
 BuildRequires:  enchant-devel fdupes gnome-doc-utils-devel gtk-doc gtk2-devel 
intltool libstdc++-devel translation-update-upstream
 Summary:        GTK2 Spell Checker Interface Library
 Version:        2.0.15
-Release:        10
+Release:        11
 License:        GPLv2+
 Group:          System/Libraries
 Source:         gtkspell-%{version}.tar.bz2
-Patch0:         %{name}-locale.patch
 Url:            http://gtkspell.sf.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     %{name}-lang = %{version}
@@ -36,12 +35,6 @@
 misspelled words in a GtkTextView widget. Right-clicking a misspelled
 word opens a menu of suggested replacements.
 
-
-
-Authors:
---------
-    Evan Martin <[email protected]>
-
 %package      devel
 License:        GPLv2+
 Summary:        Static libraries and header files from gtkspell
@@ -53,12 +46,6 @@
 %description devel
 Static libraries and header files from gtkspell.
 
-
-
-Authors:
---------
-    Evan Martin <[email protected]>
-
 %package      doc
 License:        GPLv2+
 Summary:        GTK2 Spell Checker Interface Library
@@ -70,36 +57,27 @@
 misspelled words in a GtkTextView widget. Right-clicking a misspelled
 word opens a menu of suggested replacements.
 
-
-
-Authors:
---------
-    Evan Martin <[email protected]>
-
 %lang_package
 %prep
 %setup -q %{name}-%{version}
 translation-update-upstream
-%patch0
 
 %build
-autoreconf -f -i
 %configure\
        --disable-static
 make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
+find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %find_lang %{name}
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT;
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
@@ -112,7 +90,6 @@
 %defattr(-, root, root)
 %{_includedir}/gtkspell-2.0
 %{_libdir}/*.so
-%{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
 
 %files doc

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">gtkspell.sourceforge.net</param>
    <param name="path">/download/gtkspell-2.0.16.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

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

Reply via email to