Hello community,

here is the log from the commit of package python-dslib for openSUSE:Factory 
checked in at 2013-01-29 11:36:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dslib (Old)
 and      /work/SRC/openSUSE:Factory/.python-dslib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dslib", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-dslib.new/python-dslib.changes   
2013-01-29 11:37:14.000000000 +0100
@@ -0,0 +1,80 @@
+-------------------------------------------------------------------
+Wed Jan 23 13:01:17 UTC 2013 - tchva...@suse.com
+
+- Add buildroot to build on sle.
+
+-------------------------------------------------------------------
+Wed Jan 23 10:54:53 UTC 2013 - tchva...@suse.com
+
+- Add more runtime deps to be safe.
+
+-------------------------------------------------------------------
+Mon Jan 21 11:11:41 UTC 2013 - tchva...@suse.com
+
+- Fix download url as upstream decided to move it.
+
+-------------------------------------------------------------------
+Fri Jan 18 16:57:30 UTC 2013 - tchva...@suse.com
+
+- Add py_requires macro.
+
+-------------------------------------------------------------------
+Thu Dec 20 14:07:07 UTC 2012 - tchva...@suse.com
+
+- Version bump to 3.0 release.
+
+-------------------------------------------------------------------
+Fri Nov 30 09:41:16 UTC 2012 - tchva...@suse.com
+
+- Version bump to 2.1.2 release fixing incompatibilites.
+
+-------------------------------------------------------------------
+Thu Apr 26 11:25:15 UTC 2012 - tchva...@suse.com
+
+- Prune dupe files that are supposed to be only in docdir.
+
+-------------------------------------------------------------------
+Thu Apr 26 11:22:15 UTC 2012 - tchva...@suse.com
+
+- Fix the depend line.
+
+-------------------------------------------------------------------
+Thu Apr 26 11:02:15 UTC 2012 - tchva...@suse.com
+
+- Bump to version 2.0.2. Depend on python-sudsds.
+
+-------------------------------------------------------------------
+Thu Dec 15 11:08:15 UTC 2011 - tchva...@suse.com
+
+- Explicitely require pyasn1 >= 0.0.13 as older lack some runtime
+  features.
+
+-------------------------------------------------------------------
+Mon Dec 12 15:26:30 UTC 2011 - tchva...@suse.com
+
+- Add back bundled suds, upstream alters it beyond imagination,
+  system version produces runtime failures.
+
+-------------------------------------------------------------------
+Fri Dec  9 12:55:30 UTC 2011 - sasc...@suse.de
+
+- Add patch to remove all in-tree libs (and docs)
+- Install README.txt and LICENSE.txt into correct location
+- No shared libs, no ldconfig
+- Fix SLE-11 build (Python isn't noarch there)
+- BuildRequires: python-devel by convention
+
+-------------------------------------------------------------------
+Wed Dec 07 12:25:30 UTC 2011 - tchva...@suse.com
+
+- Remove clean phase, remove _service file, add %doc macro.
+
+-------------------------------------------------------------------
+Tue Dec 06 13:55:30 UTC 2011 - tchva...@suse.com
+
+- Rename to python-dslib
+
+-------------------------------------------------------------------
+Tue Dec 06 09:30:30 UTC 2011 - tchva...@suse.com
+
+- Initial commit of dslib.

New:
----
  dslib-3.0.tar.gz
  python-dslib.changes
  python-dslib.spec

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

Other differences:
------------------
++++++ python-dslib.spec ++++++
#
# spec file for package python-dslib
#
# Copyright (c) 2012 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:           python-dslib
Version:        3.0
Release:        0
License:        LGPL-2.0+
Summary:        Library to access Czech eGov system \"Datove schranky\"
Url:            http://labs.nic.cz/page/969/datovka/
Group:          Development/Libraries/Python
Source0:        
http://www.nic.cz/public_media/datove_schranky/releases/src/dslib-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-openssl
BuildRequires:  python-pyasn1 >= 0.0.13
BuildRequires:  pkg-config
BuildRequires:  fdupes
BuildRequires:  python-sudsds
Requires:       python-sudsds
Requires:       python-openssl
Requires:       python-pyasn1 >= 0.0.13
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires
%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
A library for accessing ISDS (Informační system datovych schranek/
Data Box Information System) SOAP services as defined in Czech ISDS Act
(300/2008 Coll.) and implied documents.

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

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --optimize=2 --root="%{buildroot}"
rm %{buildroot}/%{_datadir}/dslib/{README,LICENSE}.txt
%fdupes %{buildroot}

%files
%defattr(-,root,root)
%doc README.txt LICENSE.txt
%{python_sitelib}/*
%{_datadir}/dslib

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

Reply via email to