Hello community,

here is the log from the commit of package rapport for openSUSE:Factory checked 
in at 2013-08-05 20:51:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rapport (Old)
 and      /work/SRC/openSUSE:Factory/.rapport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rapport"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.rapport.new/rapport.changes     2013-08-05 
20:51:13.000000000 +0200
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------
+Mon Aug  5 09:42:23 UTC 2013 - speili...@suse.com
+
+- Update to version 0.1.4
+  + Many bugfixes, dropped Launchpad support
+  + Change license to Apache-2.0
+- Run testsuite
+
+-------------------------------------------------------------------
+Mon May 13 11:16:48 UTC 2013 - speili...@suse.com
+
+- The license update is nonsense, this is my code and it is GPL-2.0+
+  licensed. To my knowledge there is no references to GPL-2.0 (only)
+  in the code.
+
+-------------------------------------------------------------------
+Fri May  3 11:06:00 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  Multiple matches for GPL-2.0 (i.e. "only")
+
+-------------------------------------------------------------------
+Fri Apr 19 04:40:59 UTC 2013 - speili...@suse.com
+
+- Update to version 0.1.0:
+  + Refactoring release
+
+-------------------------------------------------------------------
+Tue Apr 16 06:04:45 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.9:
+  + Many new CLI commands
+  + E-mail functionality
+
+-------------------------------------------------------------------
+Fri Apr 12 14:09:08 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.8:
+  + Various improvements, first mail rendering
+
+-------------------------------------------------------------------
+Fri Apr 12 10:59:44 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.6:
+  + Some path fixes
+
+-------------------------------------------------------------------
+Fri Apr 12 09:38:19 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:
----
  rapport-0.1.4.tar.gz
  rapport.changes
  rapport.spec

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

Other differences:
------------------
++++++ rapport.spec ++++++
#
# spec file for package rapport
#
# Copyright (c) 2013 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
# 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:           rapport
Version:        0.1.4
Release:        0
License:        Apache-2.0
Summary:        Work report generator for the lazy
Url:            http://github.com/saschpe/rapport
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/r/rapport/rapport-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
# Test requirements:
BuildRequires:  python-nose
BuildRequires:  python-argparse
BuildRequires:  python-coverage
BuildRequires:  python-futures
BuildRequires:  python-lxml
BuildRequires:  python-Jinja2
BuildRequires:  python-paramiko
BuildRequires:  python-bugzilla
BuildRequires:  python-requests
BuildRequires:  python-Trolly
BuildRequires:  python-tweepy
Requires:       python-argparse
Requires:       python-futures
Requires:       python-lxml
Requires:       python-Jinja2
Requires:       python-paramiko
Requires:       python-bugzilla
Requires:       python-requests
Requires:       python-Trolly
Requires:       python-tweepy
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
Writing work reports is tedious. Some people have custom hacks. This is meant
to be the last one. It's Apache-2.0 licensed and written in Python, not
VimScript, not Bash, not Ruby, not C, ..., you probably got it ;-)

%prep
%setup -q -n rapport-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
nosetests

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{_bindir}/rapport
%{python_sitelib}/*

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

Reply via email to