Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 866f591079 | |||
| 0f82a19bc6 | |||
| eefc3a1847 | |||
| 2105002da2 |
4
_service
4
_service
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="versionprefix">2.1.4</param>
|
||||
<param name="versionprefix">2.1.5</param>
|
||||
<param name="url">https://github.com/gnome-terminator/terminator.git</param>
|
||||
<param name="revision">730c1fb2cde620bce9a085a5adf4ffbabfc98334</param>
|
||||
<param name="revision">590a9cd349763094b4018c64b010542fa9675f7e</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70d0c9eeec1f6539da5cd15135451b1d11649f128d4207900a31300bb5325c02
|
||||
size 5236749
|
||||
3
terminator-2.1.5.1747876956.590a9cd3.obscpio
Normal file
3
terminator-2.1.5.1747876956.590a9cd3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a1d02a3aa3c0fd9176a7b9934aa7e37aef7596be759121488cf53192cb768f2
|
||||
size 5280781
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 06:06:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use pyproject macros from python-rpm-macros to build and install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 22:08:11 UTC 2025 - Simon Vogl <simon.vogl@gmx.net>
|
||||
|
||||
- Update to version 2.1.5:
|
||||
+ Full Changelog:
|
||||
https://github.com/gnome-terminator/terminator/compare/v2.1.4...v2.1.5
|
||||
+ Fix invalid escape sequences
|
||||
+ Add plugin to clone ssh and container sessions when terminal is split
|
||||
+ Add reverse search keyboard binding
|
||||
+ fix translation in popup menu
|
||||
+ Searchbar improvements
|
||||
+ 3.8 is not supported by GH anymore
|
||||
+ [bug 949] its reported in the issue that the save button in la…
|
||||
+ fix test failure
|
||||
+ Ensure that when the layout item is changed the layout sub item also gets reset to first item, else KeyError is thrown
|
||||
+ Clean up VTE notification-received signal check
|
||||
+ Fix TypeError in reconfigure() of terminal.py (line 753)
|
||||
+ Updates for file po/terminator.pot in hu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 14:12:40 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: terminator
|
||||
version: 2.1.4.1717035565.730c1fb
|
||||
mtime: 1717035565
|
||||
commit: 730c1fb2cde620bce9a085a5adf4ffbabfc98334
|
||||
version: 2.1.5.1747876956.590a9cd3
|
||||
mtime: 1747876956
|
||||
commit: 590a9cd349763094b4018c64b010542fa9675f7e
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package terminator
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,12 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define _mtime 1717035565
|
||||
%define _commit 730c1fb
|
||||
%define _mtime 1747876956
|
||||
%define _commit 590a9cd3
|
||||
|
||||
%global __requires_exclude typelib\\(Gnome\\)
|
||||
%define pythons python3
|
||||
Name: terminator
|
||||
Version: 2.1.4
|
||||
Version: 2.1.5
|
||||
Release: 0
|
||||
Summary: Store and run multiple GNOME terminals in one window
|
||||
License: GPL-2.0-only
|
||||
@@ -36,14 +37,17 @@ BuildRequires: gobject-introspection
|
||||
BuildRequires: gsettings-desktop-schemas
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-cairo
|
||||
BuildRequires: python3-configobj
|
||||
BuildRequires: python3-dbus-python
|
||||
BuildRequires: python3-gobject-Gdk
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xvfb-run
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
@@ -76,10 +80,10 @@ sed -i 's:pytest-runner::' setup.py
|
||||
sed -i '/#! \?\/usr.*/d' terminatorlib/*.py
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
|
||||
%pyproject_install
|
||||
|
||||
rm %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
@@ -114,7 +118,7 @@ xvfb-run python3 -m pytest
|
||||
%{_mandir}/man1/%{name}.*
|
||||
%{_mandir}/man5/%{name}_config.*
|
||||
%{python3_sitelib}/terminatorlib/
|
||||
%{python3_sitelib}/terminator-*.egg-info
|
||||
%{python3_sitelib}/terminator-%{version}.dist-info
|
||||
%{_datadir}/metainfo/%{name}.metainfo.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/%{name}*.png
|
||||
|
||||
Reference in New Issue
Block a user