Hello community,

here is the log from the commit of package caja-terminal for openSUSE:Factory 
checked in at 2020-03-03 10:17:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caja-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.caja-terminal.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caja-terminal"

Tue Mar  3 10:17:20 2020 rev:2 rq:780549 version:0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/caja-terminal/caja-terminal.changes      
2018-03-20 21:57:24.524057756 +0100
+++ /work/SRC/openSUSE:Factory/.caja-terminal.new.26092/caja-terminal.changes   
2020-03-03 10:18:36.074943448 +0100
@@ -1,0 +2,5 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update requirements for MATE 1.24+.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ caja-terminal.spec ++++++
--- /var/tmp/diff_new_pack.tIu5yk/_old  2020-03-03 10:18:37.582946569 +0100
+++ /var/tmp/diff_new_pack.tIu5yk/_new  2020-03-03 10:18:37.582946569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-terminal
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,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,16 +23,11 @@
 Release:        0
 Summary:        Caja extension to enable an embedded terminal
 License:        GPL-3.0-or-later
-Group:          System/GUI/Other
 URL:            https://github.com/yselkowitz/caja-terminal
 Source:         
https://github.com/yselkowitz/caja-terminal/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel
-%if 0%{?suse_version} >= 1500
-BuildRequires:  python2
-%else
-BuildRequires:  python
-%endif
+BuildRequires:  python3
 
 %description
 Caja Terminal is an embedded terminal for Caja, the MATE file
@@ -42,21 +37,13 @@
 
 %package -n caja-extension-terminal
 Summary:        Caja extension to enable an embedded terminal
-Group:          System/GUI/Other
 Requires:       caja
+Requires:       python-caja
+Requires:       python3-gobject
+Requires:       python3-gobject-Gdk
+Requires:       python3-pyxdg
 Recommends:     caja-extension-terminal-lang
 BuildArch:      noarch
-%if 0%{?suse_version} >= 1500
-Requires:       python2-caja
-Requires:       python2-gobject
-Requires:       python2-gobject-Gdk
-Requires:       python2-pyxdg
-%else
-Requires:       python-caja
-Requires:       python-gobject
-Requires:       python-gobject-Gdk
-Requires:       python-pyxdg
-%endif
 
 %description -n caja-extension-terminal
 Caja Terminal is an embedded terminal for Caja, the MATE file
@@ -76,20 +63,17 @@
 ./install.sh --package %{buildroot}
 rm -r %{buildroot}%{_datadir}/doc/
 
-%py_compile %{buildroot}%{_datadir}/caja-python/extensions/
+%py3_compile %{buildroot}%{_datadir}/caja-python/extensions/
 %find_lang %{name}
 
 %files -n caja-extension-terminal
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS README
 %{_datadir}/%{name}/
 %dir %{_datadir}/caja-python/
 %dir %{_datadir}/caja-python/extensions/
-%{_datadir}/caja-python/extensions/%{name}.py*
+%{_datadir}/caja-python/extensions/%{name}.py
+%{_datadir}/caja-python/extensions/__pycache__/
 
 %files -n caja-extension-terminal-lang -f %{name}.lang
 


Reply via email to