Hello community,

here is the log from the commit of package python-kaa-base for openSUSE:Factory 
checked in at 2015-10-30 16:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kaa-base (Old)
 and      /work/SRC/openSUSE:Factory/.python-kaa-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kaa-base"

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

--- /dev/null   2015-10-14 00:04:03.524025256 +0200
+++ /work/SRC/openSUSE:Factory/.python-kaa-base.new/python-kaa-base.changes     
2015-10-30 16:36:07.000000000 +0100
@@ -0,0 +1,38 @@
+-------------------------------------------------------------------
+Wed Oct 21 14:05:01 UTC 2015 - [email protected]
+
+- Spec cleanup.
+- Use upstream tarball.
+
+-------------------------------------------------------------------
+Wed May 27 00:36:11 UTC 2009 - [email protected]
+
+- Update to 0.6.0
+  * Final round of incompatible API changes before a 1.0 release.
+    See API_CHANGES for details.
+  * New class IOChannel, which provides advanced, asynchronous I/O
+    to anything that can be represented as a file descriptor (pipes,
+    sockets, files, etc.)
+  * kaa.Process rewrite.
+  * Began documentation (under doc/); core functionality is almost
+    fully documented.
+  * Asynchronous tasks may now be aborted via InProgress.abort();
+    this (especially) includes coroutines and threads.
+  * New base class kaa.Object from with most kaa classes (those
+    which provide signals) derive.
+  * Other core improvements and bug fixes.
+
+-------------------------------------------------------------------
+Thu Aug 28 00:00:00 UTC 2008 - [email protected]
+
+- Update to 0.4.0
+
+-------------------------------------------------------------------
+Sat May  5 00:00:00 UTC 2007 - [email protected]
+
+- Update to 0.1.3
+
+-------------------------------------------------------------------
+Mon Mar  5 00:00:00 UTC 2007 - [email protected]
+
+- Initial release

New:
----
  kaa-base-0.6.0.tar.gz
  python-kaa-base.changes
  python-kaa-base.spec

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

Other differences:
------------------
++++++ python-kaa-base.spec ++++++
#
# spec file for package python-kaa-base
#
# Copyright (c) 2015 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/
#


%define _name   kaa-base
%if 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(True))")}
%endif
Name:           python-kaa-base
Version:        0.6.0
Release:        0
Summary:        The Kaa Media Repository Base Library
License:        LGPL-2.1+
Group:          Development/Languages/Python
Url:            http://api.freevo.org/kaa-base
Source:         
https://github.com/freevo/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  glib2-devel
BuildRequires:  python-devel
Requires:       python-sqlite2
%if 0%{?suse_version} >= 1220
BuildRequires:  python-libxml2
BuildRequires:  python-xml
Requires:       python-libxml2
Requires:       python-xml
%else
BuildRequires:  libxml2-python
BuildRequires:  pyxml
Requires:       libxml2-python
Requires:       pyxml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires
%endif

%description
The Kaa Media Repository is a set of python modules related to
media. This module contains some basic code needed in all kaa
modules. This is a requirement for all the other modules in the
repository.

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

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
python2 setup.py build

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

%fdupes %{buildroot}%{python_sitearch}/

%files
%defattr(-,root,root)
%doc doc/ API_CHANGES AUTHORS COPYING NEWS README TODO
%{python_sitearch}/kaa/
%{python_sitearch}/kaa_base*

%changelog

Reply via email to