Hello community,

here is the log from the commit of package reptyr for openSUSE:Factory checked 
in at 2012-03-23 12:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reptyr (Old)
 and      /work/SRC/openSUSE:Factory/.reptyr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reptyr", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.reptyr.new/reptyr.changes       2012-03-23 
12:10:21.000000000 +0100
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Tue Mar 13 06:19:36 UTC 2012 - mrd...@opensuse.org
+
+-fix CLFAGS
+
+-------------------------------------------------------------------
+Tue Mar 13 05:59:14 UTC 2012 - mrd...@opensuse.org
+
+-fix copyright in the spec file
+
+-------------------------------------------------------------------
+Sat Feb 11 19:36:29 UTC 2012 - mrd...@opensuse.org
+
+-fix License to be spdx correct
+
+-------------------------------------------------------------------
+Fri Nov 25 21:09:24 UTC 2011 - luc...@phicode.de
+
+- initial package, version 0.3
+

New:
----
  reptyr-0.3.tar.bz2
  reptyr.changes
  reptyr.spec

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

Other differences:
------------------
++++++ reptyr.spec ++++++
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by thirdparties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/

Name:           reptyr
Version:        0.3
Release:        0
License:        MIT
Summary:        A tool for "re-ptying" programs
Url:            http://github.com/nelhage/reptyr
Group:          System/Console
Source:         reptyr-%{version}.tar.bz2
BuildRequires:  gcc
BuildRequires:  make
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
reptyr is a utility for taking an existing running program and
attaching it to a new terminal. Started a long-running process over
ssh, but have to leave and don't want to interrupt it? Just start a
screen, use reptyr to grab it, and then kill the ssh session and head
on home.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
make

%install
make PREFIX="%{buildroot}%{_prefix}" install

install -d "%{buildroot}%{_docdir}/%{name}"
install -m0644 ChangeLog COPYING README 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
%doc %{_docdir}/%{name}/NOTES
%doc %{_mandir}/man1/reptyr.1%{ext_man}
%doc %{_mandir}/fr/man1/reptyr.1%{ext_man}
%{_bindir}/reptyr

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to