Accepting request 329000 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329000 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=186
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c28df44a29ee5707441f89e94b513079d709111afec4bd4b079a1dff0242cdb2
|
||||
size 2924392
|
3
gedit-3.17.90.tar.xz
Normal file
3
gedit-3.17.90.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a93e42cb460280aff57e8a4e81b0d04eecc8b1331271bda0a33cededc0e7f424
|
||||
size 2916712
|
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 18:27:09 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.90:
|
||||
+ Spell checking: fix performance problem and re-organize the
|
||||
code.
|
||||
+ Move minimap settings in the preferences dialog.
|
||||
+ CSS improvements.
|
||||
+ Add a snippet generating RPM SPEC %changelog line.
|
||||
+ Various other code improvements and bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 16:19:48 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.2:
|
||||
+ Lots of cleanups and code improvements to: the document
|
||||
handling code, file printing and the spell checking.
|
||||
+ gtk-mac-integration support fix.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 16:19:47 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.1:
|
||||
+ Add a menu to toggle the source map.
|
||||
+ Fix print margins.
|
||||
+ Fix the --wait options when passing a list of files.
|
||||
+ Several cleanups and code improvements to the document handling
|
||||
code.
|
||||
+ Various other bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 16:19:46 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.17.0:
|
||||
+ Improve the Encodings dialog.
|
||||
+ Add setting to display a grid pattern.
|
||||
+ Various other bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 16:19:45 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
13
gedit.spec
13
gedit.spec
@@ -19,13 +19,13 @@
|
||||
%define _with_gi_python 1
|
||||
|
||||
Name: gedit
|
||||
Version: 3.16.3
|
||||
Version: 3.17.90
|
||||
Release: 0
|
||||
Summary: Small and lightweight UTF-8 text editor
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gedit/3.16/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gedit/3.17/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
|
||||
Patch0: gedit-desktop.patch
|
||||
BuildRequires: enchant-devel
|
||||
@@ -38,12 +38,12 @@ BuildRequires: python >= 3.2.3
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.39.3
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.3
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.17.3
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.14.1
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
|
||||
@@ -187,6 +187,7 @@ rm -rf %{buildroot}
|
||||
%files -n python3-gedit
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/gi/overrides/Gedit*
|
||||
%{python3_sitearch}/gi/overrides/__pycache__/
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user