Hello community, here is the log from the commit of package medit for openSUSE:Factory checked in at 2019-07-30 12:39:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/medit (Old) and /work/SRC/openSUSE:Factory/.medit.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "medit" Tue Jul 30 12:39:01 2019 rev:3 rq:719699 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/medit/medit.changes 2017-12-29 18:50:17.259613516 +0100 +++ /work/SRC/openSUSE:Factory/.medit.new.4126/medit.changes 2019-07-30 12:39:08.654936181 +0200 @@ -1,0 +2,9 @@ +Mon Jul 29 10:57:18 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Drop python-vte requires: pytnon-vte has not existed for a long + time. This allows medit to be at leats usable, just without the + terminal plugin. +- Stop shipping the terminal plugin: without python-vte, it is not + usable. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ medit.spec ++++++ --- /var/tmp/diff_new_pack.ZJYkIh/_old 2019-07-30 12:39:11.482935711 +0200 +++ /var/tmp/diff_new_pack.ZJYkIh/_new 2019-07-30 12:39:11.486935710 +0200 @@ -1,7 +1,7 @@ # # spec file for package medit # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012-2014 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Version: 1.2.0 Release: 0 Summary: A programming and around-programming text editor -License: LGPL-2.1 +License: LGPL-2.1-only Group: Productivity/Text/Editors Url: http://mooedit.sourceforge.net/ Source: http://download.sourceforge.net/mooedit/medit/1.2.0/medit-1.2.0.tar.bz2 @@ -54,7 +54,6 @@ BuildRequires: pkgconfig(x11) Requires: python-gobject2 Requires: python-gtk -Requires: python-vte Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -93,6 +92,8 @@ cat %{moo_package_name}.lang >> %{name}.lang chmod 0755 %{buildroot}%{_datadir}/%{moo_package_name}/language-specs/check.sh chmod 0755 %{buildroot}%{_datadir}/%{moo_package_name}/python/pyconsole.py +# don't ship the terminal plugin: it requires python-vte, which is no longer maintained +rm %{buildroot}%{_datadir}/%{moo_package_name}/plugins/terminal.py rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache %if 0%{?suse_version} > 1130
