commit gedit for openSUSE:Factory
Hello community, here is the log from the commit of package gedit for openSUSE:Factory checked in at 2019-05-03 22:12:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gedit (Old) and /work/SRC/openSUSE:Factory/.gedit.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gedit" Fri May 3 22:12:33 2019 rev:128 rq:695717 version:3.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gedit/gedit.changes 2018-12-19 13:23:22.601384813 +0100 +++ /work/SRC/openSUSE:Factory/.gedit.new.5148/gedit.changes 2019-05-03 22:12:36.151530359 +0200 @@ -1,0 +2,61 @@ +Mon Mar 11 09:00:10 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:38:46 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.31.92: + + Fix segfault in open document selector. + + Update help for app menu changes. + + Miscellaneous fixes. + +------------------------------------------------------------------- +Tue Feb 19 10:04:02 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.90: + + Switch to meson. + + Drop autotools support. + + Add tests to validate AppStream metadata and .desktop. + + Flatpak and Snap versions now bundle gedit-plugins. + + Fix some issues resulting from the GNOME 3.32 menu changes. + + Drop gconf conversion file. + + Miscellaneous fixes. +- Switch to meson build system, add meson BuildRequires and macros. + +------------------------------------------------------------------- +Thu Jan 3 13:11:31 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.3: + + Update README and rename to README.md. + + Update new app icon. + + Fix searching with upper case characters in recent files popup. + + Fix symbolic icons in file browser with dark themes. + + Use a color for search matching in recent files popup that + works better with dark themes. + + Clean up deprecations and more. +- Changes from version 3.31.2: + + Follow GNOME 3.32 menu guidelines. + + Allow closing tabs with middle-click. +- Changes from version 3.31.1: + + Fix tarball and version number from previous release. +- Changes from version 3.31.0: + + Redesign the app icon. + + Migrate to gettext and stop using intltool. + + Switch from gtksourceview3 to gtksourceview4. + + Fix file chooser not opening in correct location after first + time. + + Miscellaneous build and translation fixes. + + Updated translations. +- Replace pkgconfig(gtksourceview-3.0) with + pkgconfig(gtksourceview-4) BuildRequires following upstream + changes. +- Drop intltool BuildRequires, no longer needed. +- Rebase gedit-desktop.patch. +- Drop upstream fixed patches: + + gedit-notebook-close-with-mmb.patch + + gedit-document-selector-make-search-caseless.patch + + gedit-fix-assert-when-going-up-in-tree.patch + +------------------------------------------------------------------- Old: ---- gedit-3.30.2.tar.xz gedit-document-selector-make-search-caseless.patch gedit-fix-assert-when-going-up-in-tree.patch gedit-notebook-close-with-mmb.patch New: ---- gedit-3.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gedit.spec ++++++ --- /var/tmp/diff_new_pack.at30p7/_old 2019-05-03 22:12:37.175532333 +0200 +++ /var/tmp/diff_new_pack.at30p7/_new 2019-05-03 22:12:37.179532340 +0200 @@ -1,7 +1,7 @@ # # spec file for package gedit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,30 +18,24 @@ %bcond_without python_bindings Name: gedit -Version: 3.30.2 +Version: 3.32.0 Release: 0 Summary: UTF-8 text editor License: GPL-2.0-or-later Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Gedit -Source0: http://download.gnome.org/sources/gedit/3.30/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gedit/3.32/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types. Patch0: gedit-desktop.patch # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn.lie@gmail.com -- Fix python env Patch1: gedit-plugins-python-env.patch -# PATCH-FIX-UPSTREAM gedit-notebook-close-with-mmb.patch -- notebook: Allow closing of tabs with middle mouse button -Patch2: gedit-notebook-close-with-mmb.patch -# PATCH-FIX-UPSTREAM gedit-document-selector-make-search-caseless.patch -- document selector: make search caseless -Patch3: gedit-document-selector-make-search-caseless.patch -# PATCH-FIX-UPSTREAM gedit-fix-assert-when-going-up-in-tree.patch -- file-browser: fix assert when going up in the tree -Patch4: gedit-fix-assert-when-going-up-in-tree.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel >= 0.9.3 BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme -BuildRequires: intltool >= 0.50.1 BuildRequires: iso-codes-devel +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: python3-base >= 3.2.3 BuildRequires: translation-update-upstream @@ -52,7 +46,7 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gspell-1) >= 0.2.5 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 -BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.22.0 +BuildRequires: pkgconfig(gtksourceview-4) BuildRequires: pkgconfig(libpeas-1.0) >= 1.14.1 BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.14.1 BuildRequires: pkgconfig(libsoup-2.4) @@ -111,30 +105,31 @@ %prep %autosetup -p1 -translation-update-upstream +translation-update-upstream po %{name} %build -%configure \ - --enable-python \ +%meson \ + -Dintrospection=true \ + -Dvapi=true \ + -Dplugins=true \ + -Ddocumentation=true \ %{nil} -%make_build +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install + %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_prefix} %files %license COPYING -%doc NEWS README +%doc NEWS README.md %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gedit -%{_bindir}/gnome-text-editor %{_datadir}/metainfo/org.gnome.gedit.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.gnome.gedit.service -%{_datadir}/GConf/gsettings/gedit.convert # %%{_datadir}/gedit/gir-1.0/ lives in -devel %exclude %{_datadir}/gedit/gir-1.0/ %{_datadir}/gedit/ @@ -147,7 +142,7 @@ %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml %dir %{_libdir}/gedit/ -%{_libdir}/gedit/libgedit.so +%{_libdir}/gedit/libgedit-3.14.so %{_libdir}/gedit/girepository-1.0/ %dir %{_libdir}/gedit/plugins/ # Explicitly list plugins so we know when we miss one @@ -183,11 +178,10 @@ %if %{with python_bindings} %files -n python3-gedit %{python3_sitearch}/gi/overrides/Gedit* -%{python3_sitearch}/gi/overrides/__pycache__/Gedit* %endif %files devel -%doc AUTHORS ChangeLog HACKING MAINTAINERS +%doc AUTHORS HACKING MAINTAINERS %doc %{_datadir}/gtk-doc/html/gedit/ %{_datadir}/gedit/gir-1.0/ %{_includedir}/* ++++++ gedit-3.30.2.tar.xz -> gedit-3.32.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/gedit/gedit-3.30.2.tar.xz /work/SRC/openSUSE:Factory/.gedit.new.5148/gedit-3.32.0.tar.xz differ: char 25, line 1 ++++++ gedit-desktop.patch ++++++ --- /var/tmp/diff_new_pack.at30p7/_old 2019-05-03 22:12:37.215532410 +0200 +++ /var/tmp/diff_new_pack.at30p7/_new 2019-05-03 22:12:37.215532410 +0200 @@ -1,13 +1,12 @@ -Index: gedit-3.27.92/data/org.gnome.gedit.desktop.in.in -=================================================================== ---- gedit-3.27.92.orig/data/org.gnome.gedit.desktop.in.in 2017-11-08 18:49:04.000000000 +0100 -+++ gedit-3.27.92/data/org.gnome.gedit.desktop.in.in 2018-03-06 22:09:32.816610068 +0100 -@@ -5,7 +5,7 @@ Exec=gedit %U +--- orig-gedit-3.31.3/data/org.gnome.gedit.desktop.in.in 2018-10-21 15:48:49.000000000 +0200 ++++ gedit-3.31.3/data/org.gnome.gedit.desktop.in.in 2019-01-03 14:24:10.125418509 +0100 +@@ -5,7 +5,7 @@ Terminal=false Type=Application 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=gedit - Categories=GNOME;GTK;Utility;TextEditor; - X-GNOME-DocPath=gedit/gedit.xml + # TRANSLATORS: Do NOT translate or transliterate this text! + # This is an icon file name. + Icon=org.gnome.gedit +
participants (1)
-
root