Hello community,

here is the log from the commit of package gtranslator for openSUSE:Factory
checked in at Mon Jun 6 12:30:06 CEST 2011.



--------
--- GNOME/gtranslator/gtranslator.changes       2011-02-14 19:50:27.000000000 
+0100
+++ /mounts/work_src_done/STABLE/gtranslator/gtranslator.changes        
2011-06-01 13:59:08.000000000 +0200
@@ -1,0 +2,46 @@
+Tue May 24 19:36:30 CEST 2011 - [email protected]
+
+- Update to version 2.90.4:
+  + Misc bugfixes
+- Changes from version 2.90.3:
+  + Put the gdl container inside the tab
+  + Add a tab activatable extension point
+- Changes from version 2.90.2:
+  + UI cleanup
+- Changes from version 2.90.1:
+  + Automatize profile generation
+  + Fix preferences dialog space
+  + Remove interface tab from preferences dialog
+  + Fix remaining issues in the gtk+ 3 port.
+- Changes from version 2.90.0:
+  + Port to gtk+ 3
+  + Port to libpeas
+  + Added support for python plugins
+  + Ported charmap to python
+  + Remove --window-new command line option
+  + Port to gsettings
+  + Merge insert-tags plugin into insert-params plugin
+  + Port to GtkApplication
+  + Misc Bugfixes
+  + Updated translations.
+- Note that gtkspell support is disabled for now because there's no
+  gtk3-powered gtkspell.
+- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+  + Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
+    gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
+    libxml2-devel.
+  + New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
+    gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
+- Drop no longer needed BuildRequires: gucharmap-devel,
+  libsoup-devel, libunique-devel.
+- Add new BuildRequires: pkgconfig(iso-codes),
+  pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
+  pkgconfig(libpeas-gtk-1.0).
+- Drop gtranslator-disable-update-db.patch: no longer required.
+- Drop gnome-common BuildRequires, gnome-autogen.sh call during
+  build and --disable-update-mimedb configure flag: obsoleted.
+- Move .gir file to devel subpackage.
+- Add call to ldconfig in %post/%postun scriptlet because of the
+  new library in the package.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gtranslator-1.9.13.tar.bz2
  gtranslator-disable-update-db.patch

New:
----
  gtranslator-2.90.4.tar.bz2

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

Other differences:
------------------
++++++ gtranslator.spec ++++++
--- /var/tmp/diff_new_pack.hpx1Co/_old  2011-06-06 12:27:46.000000000 +0200
+++ /var/tmp/diff_new_pack.hpx1Co/_new  2011-06-06 12:27:46.000000000 +0200
@@ -15,41 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           gtranslator
-Version:        1.9.13
-Release:        7
+Version:        2.90.4
+Release:        1
 License:        GPLv3+
 Summary:        A GNOME po file editor with many bells and whistles
-Group:          Development/Tools/Other
 Url:            http://gtranslator.sourceforge.net
+Group:          Development/Tools/Other
 Source:         
http://www.kabalak.net/gtranslator/download/releases/%{version}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gtranslator-disable-update-db.patch bgo#636749 
[email protected] -- Add --disable-update-mimedb configure option
-Patch0:         gtranslator-disable-update-db.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gdl-devel
-BuildRequires:  glib2-devel
-# Needed for patch0
-BuildRequires:  gnome-common
-BuildRequires:  gnome-utils-devel
-BuildRequires:  gtk2-devel >= 2.16
-BuildRequires:  gtksourceview-devel
-BuildRequires:  gtkspell-devel
-BuildRequires:  gucharmap-devel
 BuildRequires:  intltool
-BuildRequires:  libgda-devel
-BuildRequires:  libsoup-devel
-BuildRequires:  libunique-devel
-BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gdict-1.0)
+BuildRequires:  pkgconfig(gdl-3.0)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(gtkspell-2.0)
+BuildRequires:  pkgconfig(iso-codes)
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libgda-4.0)
+BuildRequires:  pkgconfig(libpeas-1.0)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0)
+BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       gsettings-desktop-schemas
 Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -57,11 +53,10 @@
 It features many useful function which ease the work of translators of po
 files imminently.
 
-
 %package devel
+License:        GPLv3+
 Summary:        A GNOME po file editor with many bells and whistles
 Group:          Development/Tools/Other
-License:        GPLv3+
 
 %description devel
 gtranslator is a comfortable po file editor with many bells and whistles.
@@ -72,34 +67,33 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
-# Needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure \
        --disable-static \
        --disable-scrollkeeper \
-       --disable-update-mimedb \
        --with-gtkspell \
        --with-dictionary
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?_smp_mflags}
 
 %install
 %makeinstall
+find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 %suse_update_desktop_file %{name}
 %find_lang %{name} %{?no_lang_C}
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %post
+/sbin/ldconfig
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 
 %postun
+/sbin/ldconfig
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
@@ -117,17 +111,22 @@
 %doc %{_mandir}/man?/*
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
+%{_libdir}/libgtranslator-private.so.0*
 %{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/gtranslator.*
 %{_datadir}/pixmaps/%{name}/
+# .gir file goes to -devel package
+%exclude %{_datadir}/%{name}/gir-1.0/
 
 %files devel
 %defattr(-, root, root)
-%{_includedir}/gtranslator-2.0/
+%{_includedir}/gtranslator-3.0/
+%{_libdir}/libgtranslator-private.so
 %{_libdir}/pkgconfig/gtranslator.pc
-%{_datadir}/gtk-doc/html/%{name}/
+%doc %{_datadir}/gtk-doc/html/%{name}/
+%{_datadir}/%{name}/gir-1.0/
 
 %files lang -f %{name}.lang
 

++++++ gtranslator-1.9.13.tar.bz2 -> gtranslator-2.90.4.tar.bz2 ++++++
++++ 123849 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to