Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-07-05 15:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and      /work/SRC/openSUSE:Factory/.gedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gedit/gedit.changes      2013-06-29 
19:39:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-07-05 
15:00:41.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Jul  2 17:58:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Various bugfixes and improvements to the filebrowser and the
+    external tools plugins.
+  + Fix clicking on replace dialog buttons.
+  + Misc bugfixes.
+  + Updated translations.
+- Remove --disable-scrollkeeper configure parameter, which has not
+  been known since version 3.3.4, when the documentation
+  infratructure changed from gnome-doc-utils to yelp-tools.
+- Temporary disable python3-gedit subpackage, as building of the
+  bindings is currently broken (define _with_gi_python 0).
+
+-------------------------------------------------------------------

Old:
----
  gedit-3.9.2.tar.xz

New:
----
  gedit-3.9.3.tar.xz

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

Other differences:
------------------
++++++ gedit.spec ++++++
--- /var/tmp/diff_new_pack.SoGO8V/_old  2013-07-05 15:00:42.000000000 +0200
+++ /var/tmp/diff_new_pack.SoGO8V/_new  2013-07-05 15:00:42.000000000 +0200
@@ -16,8 +16,10 @@
 #
 
 
+%define _with_gi_python 0
+
 Name:           gedit
-Version:        3.9.2
+Version:        3.9.3
 Release:        0
 Summary:        Small and lightweight UTF-8 text editor
 License:        GPL-2.0+
@@ -72,6 +74,7 @@
 The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
 logs access and leave event for documents used with gedit.
 
+%if %{_with_gi_python}
 %package -n python3-gedit
 Summary:        Python bindings for gedit
 Group:          Development/Languages/Python
@@ -81,13 +84,16 @@
 environment.
 
 This package provides the python bindings, based on gobject-introspection.
+%endif
 
 %package devel
 Summary:        Small and lightweight UTF-8 text editor
 Group:          Productivity/Text/Editors
 Requires:       %{name} = %{version}
 Requires:       gtksourceview-devel
+%if %{_with_gi_python}
 Requires:       python3-gedit
+%endif
 Provides:       gedit2-devel = %{version}
 Obsoletes:      gedit2-devel < %{version}
 Provides:       %{name}-doc = %{version}
@@ -105,7 +111,6 @@
 
 %build
 %configure \
-    --disable-scrollkeeper \
     --enable-python
 make %{?_smp_mflags} V=1
 
@@ -189,10 +194,12 @@
 %{_libdir}/gedit/plugins/zeitgeist.plugin
 %{_libdir}/gedit/plugins/libzeitgeistplugin.so
 
+%if %{_with_gi_python}
 %files -n python3-gedit
 %defattr(-,root,root)
 %{python3_sitearch}/gi/overrides/Gedit*
 %{python3_sitearch}/gi/overrides/__pycache__/
+%endif
 
 %files devel
 %defattr(-, root, root)

++++++ gedit-3.9.2.tar.xz -> gedit-3.9.3.tar.xz ++++++
++++ 22454 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to