Accepting request 634835 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/634835
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=225
This commit is contained in:
2018-09-24 07:20:17 +00:00
committed by Git OBS Bridge
parent f5ae11d1c2
commit 1137e4fa3c
4 changed files with 23 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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

@@ -18,19 +18,18 @@
%bcond_without python_bindings
Name: gedit
Version: 3.28.1
Version: 3.30.0
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