Accepting request 1090758 from utilities
- Update to version 0.10.0 * Add arm7 and aarch64 support for FreeBSD - Run tests OBS-URL: https://build.opensuse.org/request/show/1090758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/reptyr?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 4 16:29:06 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to version 0.10.0
|
||||
* Add arm7 and aarch64 support for FreeBSD
|
||||
- Run tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 16:56:58 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
||||
+8
-3
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package reptyr
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: reptyr
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: A tool for "re-ptying" programs
|
||||
License: MIT
|
||||
@@ -25,7 +25,9 @@ Group: System/Console
|
||||
URL: https://github.com/nelhage/reptyr
|
||||
Source: https://github.com/nelhage/reptyr/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: gcc
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: python3-pexpect
|
||||
BuildRequires: python3-python-prctl
|
||||
|
||||
%description
|
||||
reptyr is a utility for taking an existing running program and
|
||||
@@ -45,6 +47,9 @@ export CXXFLAGS="%{optflags}"
|
||||
%install
|
||||
%make_install PREFIX="%{_prefix}" BASHCOMPDIR="%{_datadir}/bash-completion/completions"
|
||||
|
||||
%check
|
||||
%make_build test PYTHON_CMD=python3
|
||||
|
||||
%files
|
||||
%doc ChangeLog README.md NOTES
|
||||
%license COPYING
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6ffbc34a511ac00d072219bda30699e51f2f4eb483cbae9e32e981d49e8b380
|
||||
size 33216
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b442fbb80a1003b1985974c6fc9eeb8124a43a9bf014ae6af8cde0ca5e587731
|
||||
size 32589
|
||||
Reference in New Issue
Block a user