Accepting request 638497 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/638497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit?expand=0&rev=125
This commit is contained in:
Dominique Leuenberger 2018-10-17 06:13:56 +00:00 committed by Git OBS Bridge
commit 8bab8afd32
4 changed files with 30 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Sep 26 15:31:37 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.30.1:
+ Updated translations.
-------------------------------------------------------------------
Sun Sep 9 07:22:35 UTC 2018 - antoine.belvire@opensuse.org
- Update to version 3.30.0:
+ Updated translations.
- Remove lang package from recommended packages as it already
supplements main package (same effect, it's redundant).
-------------------------------------------------------------------
Thu Aug 9 01:47:48 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.29.90:
+ Misc. bugfixes.
+ Updated translations.
- Drop gettext BuildRequires to avoid explicit dependency on it.
-------------------------------------------------------------------
Mon Apr 9 09:57:04 UTC 2018 - bjorn.lie@gmail.com

View File

@ -12,25 +12,24 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without python_bindings
Name: gedit
Version: 3.28.1
Version: 3.30.1
Release: 0
Summary: UTF-8 text editor
License: GPL-2.0-or-later
Group: Productivity/Text/Editors
URL: https://wiki.gnome.org/Apps/Gedit
Source0: http://download.gnome.org/sources/gedit/3.28/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gedit/3.30/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
Patch0: gedit-desktop.patch
# PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn.lie@gmail.com -- Fix python env
Patch1: gedit-plugins-python-env.patch
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: gobject-introspection-devel >= 0.9.3
BuildRequires: gtk-doc
BuildRequires: hicolor-icon-theme
@ -58,7 +57,6 @@ Requires: python3-cairo
Requires: python3-gobject
#bnc#910913 - plugin snippets depend on this package
Requires: python3-gobject-cairo
Recommends: %{name}-lang
Recommends: iso-codes
Provides: gedit2 = %{version}
Obsoletes: gedit2 < %{version}
@ -166,6 +164,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/gedit/plugins/libspell.so
%{_libdir}/gedit/plugins/time.plugin
%{_libdir}/gedit/plugins/libtime.so
%{_libdir}/gedit/plugins/quickhighlight.plugin
%{_libdir}/gedit/plugins/libquickhighlight.so
%if "%{_libdir}" != "%{_libexecdir}"
%dir %{_libexecdir}/gedit
%endif