Accepting request 360363 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360363 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=198
This commit is contained in:
parent
2accd36e7b
commit
4fd07d04a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7
|
||||
size 2933132
|
3
gedit-3.19.4.tar.xz
Normal file
3
gedit-3.19.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dfbf81dd347830e11e7898ea580d669bfdb306230fc23fa8db6c2657407f367
|
||||
size 3114444
|
@ -8,6 +8,6 @@ Index: data/org.gnome.gedit.desktop.in.in
|
||||
StartupNotify=true
|
||||
-MimeType=text/plain;
|
||||
+MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex;
|
||||
Icon=accessories-text-editor
|
||||
Icon=gedit
|
||||
Categories=GNOME;GTK;Utility;TextEditor;
|
||||
X-GNOME-DocPath=gedit/gedit.xml
|
||||
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 10:30:34 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.4:
|
||||
+ Spell plugin: adapt code for gspell API changes.
|
||||
+ CSS updates.
|
||||
+ AppData: add project_group and translation tags.
|
||||
+ Various other code improvements and bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 09:00:49 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.3:
|
||||
+ Rename to "Text Editor" in the .desktop file.
|
||||
+ Use traditional menubar layout on XFCE, Unity, etc.
|
||||
+ require the latest gspell for the spell plugin.
|
||||
+ New Windows WiX installer.
|
||||
+ CSS updates to track GTK+ changes.
|
||||
+ Various minor code improvements and bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 11:47:13 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.2:
|
||||
+ Ship our own app icon.
|
||||
+ Add shortcuts window.
|
||||
+ Adapt code for gspell API changes.
|
||||
+ Rename GeditViewHolder -> GeditViewCentering.
|
||||
+ CloseConfirmationDialog: subclass GtkMessageDialog.
|
||||
+ CSS updates to track GTK+ changes.
|
||||
+ Various minor code improvements and bug fixes.
|
||||
+ Updated translations.
|
||||
- Add hicolor-icon-theme BuildRequires now gedit comes with own
|
||||
icons.
|
||||
- Rebase gedit-desktop.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 11:47:12 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.1:
|
||||
+ Change default document title to "Untitled Document".
|
||||
+ Port the spell plugin to gspell.
|
||||
- Exchange enchant-devel for pkgconfig(gspell-1) BuildRequires
|
||||
following upstreams port.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 11:47:11 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
19
gedit.spec
19
gedit.spec
@ -19,19 +19,19 @@
|
||||
%define _with_gi_python 1
|
||||
|
||||
Name: gedit
|
||||
Version: 3.18.3
|
||||
Version: 3.19.4
|
||||
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.18/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
|
||||
Source: http://download.gnome.org/sources/gedit/3.19/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
|
||||
Patch0: gedit-desktop.patch
|
||||
BuildRequires: enchant-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.50.1
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: python >= 3.2.3
|
||||
@ -40,11 +40,12 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.17.3
|
||||
BuildRequires: pkgconfig(gspell-1) >= 0.2.4
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.0
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.19.4
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.14.1
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.14.1
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0
|
||||
@ -180,6 +181,7 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
%{_libexecdir}/gedit/gedit-bugreport.sh
|
||||
%doc %{_mandir}/man1/gedit*
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
@ -187,7 +189,8 @@ rm -rf %{buildroot}
|
||||
%files -n python3-gedit
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/gi/overrides/Gedit*
|
||||
%{python3_sitearch}/gi/overrides/__pycache__/Gedit*
|
||||
%{python3_sitearch}/gi/overrides/__pycache__/Gedit.cpython-*.pyc
|
||||
%{python3_sitearch}/gi/overrides/__pycache__/Gedit.cpython-*.pyo
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user