Hello community, here is the log from the commit of package reptyr for openSUSE:Factory checked in at 2015-03-18 13:06:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/reptyr (Old) and /work/SRC/openSUSE:Factory/.reptyr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "reptyr" Changes: -------- --- /work/SRC/openSUSE:Factory/reptyr/reptyr.changes 2013-12-23 12:33:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.reptyr.new/reptyr.changes 2015-03-18 13:06:41.000000000 +0100 @@ -1,0 +2,15 @@ +Sun Mar 15 21:31:02 UTC 2015 - [email protected] + +- Update to version 0.6.2 + * Fix tty-stealing on i386 +- Changes from version 0.6.1 + * Fix compilation when chown is declared as `warn_unused_result`` +- Changes from version 0.6 + * Add -T ("tty-stealing") mode, which works on processes with children. + See https://blog.nelhage.com/2014/08/new-reptyr-feature-tty-stealing/ + * Added FreeBSD support + * Minor bugfixes +- Use download Url as source +- Little packaging improvements + +------------------------------------------------------------------- Old: ---- reptyr-0.5.tar.bz2 New: ---- reptyr-0.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reptyr.spec ++++++ --- /var/tmp/diff_new_pack.gitLMk/_old 2015-03-18 13:06:42.000000000 +0100 +++ /var/tmp/diff_new_pack.gitLMk/_new 2015-03-18 13:06:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package reptyr # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,14 @@ Name: reptyr -Version: 0.5 +Version: 0.6.2 Release: 0 Summary: A tool for "re-ptying" programs License: MIT Group: System/Console Url: http://github.com/nelhage/reptyr -Source: reptyr-%{version}.tar.bz2 +Source: https://github.com/nelhage/reptyr/archive/%{name}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: make BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 %{arm} @@ -37,7 +36,7 @@ on home. %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} %build export CFLAGS="%{optflags}" @@ -47,19 +46,9 @@ %install make PREFIX="%{buildroot}%{_prefix}" install -install -d "%{buildroot}%{_docdir}/%{name}" -install -m0644 ChangeLog COPYING README.md NOTES "%{buildroot}%{_docdir}/%{name}"/ - -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) -%doc %dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/ChangeLog -%doc %{_docdir}/%{name}/COPYING -%doc %{_docdir}/%{name}/README.md -%doc %{_docdir}/%{name}/NOTES +%doc ChangeLog COPYING README.md NOTES %doc %{_mandir}/man1/reptyr.1%{ext_man} %doc %{_mandir}/fr/man1/reptyr.1%{ext_man} %{_bindir}/reptyr -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
