Hello community, here is the log from the commit of package gedit for openSUSE:Factory checked in at 2016-03-29 14:32:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gedit (Old) and /work/SRC/openSUSE:Factory/.gedit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gedit" Changes: -------- --- /work/SRC/openSUSE:Factory/gedit/gedit.changes 2016-01-23 01:15:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-03-29 14:32:45.000000000 +0200 @@ -1,0 +2,61 @@ +Mon Mar 21 08:50:20 UTC 2016 - [email protected] + +- Update to version 3.20.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 14 09:31:27 UTC 2016 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- gedit-3.18.3.tar.xz New: ---- gedit-3.20.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gedit.spec ++++++ --- /var/tmp/diff_new_pack.LUMhMc/_old 2016-03-29 14:32:45.000000000 +0200 +++ /var/tmp/diff_new_pack.LUMhMc/_new 2016-03-29 14:32:45.000000000 +0200 @@ -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: 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 @@ %endif %{_libexecdir}/gedit/gedit-bugreport.sh %doc %{_mandir}/man1/gedit* +%{_datadir}/icons/hicolor/*/apps/* %files lang -f %{name}.lang ++++++ gedit-3.18.3.tar.xz -> gedit-3.20.0.tar.xz ++++++ ++++ 110035 lines of diff (skipped) ++++++ gedit-desktop.patch ++++++ --- /var/tmp/diff_new_pack.LUMhMc/_old 2016-03-29 14:32:47.000000000 +0200 +++ /var/tmp/diff_new_pack.LUMhMc/_new 2016-03-29 14:32:47.000000000 +0200 @@ -8,6 +8,6 @@ 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
