Accepting request 399394 from GNOME:Factory

Sync package with SLE12SP2 - just for easier tracking (forwarded request 399172 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/399394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit?expand=0&rev=117
This commit is contained in:
Dominique Leuenberger 2016-06-03 14:28:52 +00:00 committed by Git OBS Bridge
commit 526f85b28e
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 18 11:13:31 UTC 2016 - fezhang@suse.com
- Fix group for gedit-devel to Development/Libraries/C and C++
-------------------------------------------------------------------
Tue May 17 17:14:50 UTC 2016 - mgorse@suse.com
- Update to GNOME 3.20.2 Fate#318572
-------------------------------------------------------------------
Sun May 8 16:02:19 UTC 2016 - badshah400@gmail.com
@ -5,6 +15,12 @@ Sun May 8 16:02:19 UTC 2016 - badshah400@gmail.com
+ Misc bugfixes.
+ Updated translations.
-------------------------------------------------------------------
Wed Apr 13 10:50:23 UTC 2016 - idonmez@suse.com
- Update to GNOME 3.20 Fate#318572
- Fix group for gedit-devel: should be Productivity/Text/Editors
-------------------------------------------------------------------
Thu Mar 31 20:47:54 UTC 2016 - zaitor@opensuse.org
@ -233,6 +249,12 @@ Wed Feb 4 12:22:33 UTC 2015 - zaitor@opensuse.org
+ Various bug fixes.
+ Updated translations.
-------------------------------------------------------------------
Wed Jan 14 05:09:57 UTC 2015 - tyang@suse.com
- Fix bnc#910913: enabling plugin snippets causes crash when close
a tab. Add require for python3-gobject-cairo.
-------------------------------------------------------------------
Thu Dec 4 14:22:37 UTC 2014 - zaitor@opensuse.org

View File

@ -58,6 +58,8 @@ Requires: python3-cairo
Requires: python3-gedit
%endif
Requires: python3-gobject
#bnc#910913 - plugin snippets depend on this package
Requires: python3-gobject-cairo
Recommends: %{name}-lang
Recommends: iso-codes
Provides: gedit2 = %{version}
@ -83,7 +85,7 @@ This package provides the python bindings, based on gobject-introspection.
%package devel
Summary: Small and lightweight UTF-8 text editor
Group: Development/Productivity/Text/Editors
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: gtksourceview-devel
%if %{_with_gi_python}