Hello community,

here is the log from the commit of package avocado for openSUSE:Factory checked 
in at 2017-10-19 19:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avocado (Old)
 and      /work/SRC/openSUSE:Factory/.avocado.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avocado"

Thu Oct 19 19:32:08 2017 rev:1 rq:532976 version:54.1

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

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.avocado.new/avocado.changes     2017-10-19 
19:32:08.928842611 +0200
@@ -0,0 +1,79 @@
+-------------------------------------------------------------------
+Thu Jul  6 23:11:46 UTC 2017 - [email protected]
+
+- Fix build failures due to unresolved reference to rst2man
+
+-------------------------------------------------------------------
+Fri Mar 31 14:49:21 UTC 2017 - [email protected]
+
+- Update to v36.4lts (Long Term Stability)
+
+-------------------------------------------------------------------
+Tue Dec 20 16:34:52 UTC 2016 - [email protected]
+
+- Update to v36.3lts (Long Term Stability)
+
+-------------------------------------------------------------------
+Tue Nov 22 15:41:44 UTC 2016 - [email protected]
+
+- Update to v36.2lts (Long Term Stability)
+
+-------------------------------------------------------------------
+Wed May 25 16:13:46 UTC 2016 - [email protected]
+
+- Update to v36.0lts (Long Term Stability)
+
+-------------------------------------------------------------------
+Thu Apr 28 23:05:23 UTC 2016 - [email protected]
+
+- Update to v35.0 (Yes, the version numbering system changed)
+
+-------------------------------------------------------------------
+Wed Mar 23 16:15:16 UTC 2016 - [email protected]
+
+- Update to v0.34.0
+
+-------------------------------------------------------------------
+Thu Feb 18 18:49:04 UTC 2016 - [email protected]
+
+- Update to v0.33.0
+
+-------------------------------------------------------------------
+Fri Jan 22 19:19:58 UTC 2016 - [email protected]
+
+- Fixed typo in BuildRequires list
+
+-------------------------------------------------------------------
+Wed Jan 20 22:51:48 UTC 2016 - [email protected]
+
+- Update to v0.32.0
+
+-------------------------------------------------------------------
+Fri Oct  9 01:14:02 UTC 2015 - [email protected]
+
+- Update to v0.29.0
+
+-------------------------------------------------------------------
+Tue Oct  6 13:57:39 UTC 2015 - [email protected]
+
+- Changed a Requires package name from pyliblzma to python-pyliblzma
+
+-------------------------------------------------------------------
+Tue Oct  6 11:27:49 UTC 2015 - [email protected]
+
+- Changed a Requires package name from gdb-gdbserver to gdbserver
+
+-------------------------------------------------------------------
+Mon Oct  5 22:39:17 UTC 2015 - [email protected]
+
+- Initial Check-in.
+  Initial preping of spec file provided with the upstream git repo
+  include conforming package names, license name, and adding needed
+  %dir directives.
+  A reference to the dir directory also needed to be changed in
+  source code by patching.
+  Another patch was needed for an issue in a documentation source
+  file.
+  I attempted to get the make check to work, but gave up for now,
+  and just commented that out of the spec file.
+

New:
----
  avocado-54.1.tar.gz
  avocado.changes
  avocado.spec

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

Other differences:
------------------
++++++ avocado.spec ++++++
#
# spec file for package avocado
#
# Copyright (c) 2017 SUSE LINUX 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:           avocado
Version:        54.1
Release:        0
Summary:        Avocado Test Framework
License:        GPL-2.0
Group:          Development/Tools/Other
URL:            https://avocado-framework.github.io/
Source:         
https://github.com/avocado-framework/avocado/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  procps
BuildRequires:  python-Fabric
BuildRequires:  python-PyYAML
BuildRequires:  python-aexpect
BuildRequires:  python-devel
BuildRequires:  python-docutils
BuildRequires:  python-lxml
BuildRequires:  python-mock
BuildRequires:  python-psutil
BuildRequires:  python-pystache
BuildRequires:  python-requests
BuildRequires:  python-setuptools
BuildRequires:  python-stevedore
BuildRequires:  python3-docutils
BuildRequires:  zypper
BuildRequires:  fdupes
Requires:       gdb
Requires:       gdbserver
Requires:       procps
Requires:       python-Fabric
Requires:       python-PyYAML
Requires:       python-pyliblzma
Requires:       python-pystache
Requires:       python-requests
Requires:       python-stevedore
BuildArch:      noarch

%description
Avocado is a set of tools and libraries (what people call these days a
framework) to perform automated testing.

%prep
%setup -q

%build
python setup.py build
make %{?_smp_mflags} man

%install
python setup.py install --root %{buildroot} --skip-build
rm -rf %{buildroot}%{_datadir}/doc/avocado
%fdupes %{buildroot}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 man/avocado.1 %{buildroot}%{_mandir}/man1/avocado.1
install -m 0644 man/avocado-rest-client.1 
%{buildroot}%{_mandir}/man1/avocado-rest-client.1

%files
%doc README.rst LICENSE man/*.rst
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/conf.d
%dir %{_sysconfdir}/%{name}/sysinfo
%dir %{_sysconfdir}/%{name}/scripts
%dir %{_sysconfdir}/%{name}/scripts/job
%dir %{_sysconfdir}/%{name}/scripts/job/post.d
%dir %{_sysconfdir}/%{name}/scripts/job/pre.d
%dir %{_datadir}/%{name}
%dir %{_libexecdir}/%{name}
%config(noreplace)/%{_sysconfdir}/%{name}/avocado.conf
%config(noreplace)/%{_sysconfdir}/%{name}/conf.d/README
%config(noreplace)/%{_sysconfdir}/%{name}/conf.d/gdb.conf
%config(noreplace)/%{_sysconfdir}/%{name}/sysinfo/commands
%config(noreplace)/%{_sysconfdir}/%{name}/sysinfo/files
%config(noreplace)/%{_sysconfdir}/%{name}/sysinfo/profilers
%config(noreplace)/%{_sysconfdir}/%{name}/scripts/job/pre.d/README
%config(noreplace)/%{_sysconfdir}/%{name}/scripts/job/post.d/README
%{python_sitelib}/avocado*
%{_bindir}/avocado
%{_bindir}/avocado-rest-client
%{_datadir}/avocado
%{_mandir}/man1/avocado.1%{ext_man}
%{_mandir}/man1/avocado-rest-client.1%{ext_man}
%{_libexecdir}/%{name}/avocado-bash-utils
%{_libexecdir}/%{name}/avocado_debug
%{_libexecdir}/%{name}/avocado_error
%{_libexecdir}/%{name}/avocado_info
%{_libexecdir}/%{name}/avocado_warn

%changelog

Reply via email to