Accepting request 182125 from home:dimstar:branches:GNOME:Factory

Update to 3.9.3

OBS-URL: https://build.opensuse.org/request/show/182125
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=142
This commit is contained in:
2013-07-04 17:58:13 +00:00
committed by Git OBS Bridge
parent cc7ec554f4
commit b72fa4695f
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d4e4ce4ef97519bed1a46cbcbe2a2e74b722be53b6e85a47f30c2560ce53146
size 3060404

3
gedit-3.9.3.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf9daa3bf6cd4defc53c2e2fca3a50de4c4c3ead77ae6fc2561e7b170aebffe8
size 3037536

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jul 2 17:58:50 UTC 2013 - dimstar@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).
-------------------------------------------------------------------
Sat Jun 22 10:46:54 UTC 2013 - zaitor@opensuse.org

View File

@@ -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 @@ Supplements: packageand(%{name}:zeitgeist)
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 @@ Gedit is a small and lightweight UTF-8 text editor for the GNOME
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 @@ translation-update-upstream
%build
%configure \
--disable-scrollkeeper \
--enable-python
make %{?_smp_mflags} V=1
@@ -189,10 +194,12 @@ rm -rf %{buildroot}
%{_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)