Accepting request 376452 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/376452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit?expand=0&rev=114
This commit is contained in:
commit
408b6982c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7
|
||||
size 2933132
|
3
gedit-3.20.0.tar.xz
Normal file
3
gedit-3.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4013dedd2b58ce215ed40b028a1223df5b5fc44571388c008f31f77379a77bb2
|
||||
size 3120744
|
@ -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,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 08:50:20 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.20.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 09:31:27 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.5:
|
||||
+ Spell plugin: adapt code for gspell API changes.
|
||||
+ Save window size properly.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
16
gedit.spec
16
gedit.spec
@ -19,19 +19,19 @@
|
||||
%define _with_gi_python 1
|
||||
|
||||
Name: gedit
|
||||
Version: 3.18.3
|
||||
Version: 3.20.0
|
||||
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.20/%{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.5
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user