Hello community,
here is the log from the commit of package python-oslo.version for
openSUSE:Factory checked in at 2013-10-02 17:20:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.version (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.version.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.version"
Changes:
--------
New Changes file:
--- /dev/null 2013-09-21 22:50:09.852032506 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.version.new/python-oslo.version.changes
2013-10-02 17:20:20.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Sep 30 08:36:32 UTC 2013 - [email protected]
+
+- Initial package
+
New:
----
_service
oslo.version-master.tar.gz
python-oslo.version.changes
python-oslo.version.spec
rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.version.spec ++++++
#
# spec file for package python-oslo.version
#
# 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/
#
%define component oslo
Name: python-oslo.version
Version: 0.0
Release: 0
Url: https://launchpad.net/oslo/
Summary: OpenStack Version
License: Apache-2.0
Group: Development/Languages/Python
Source: oslo.version-master.tar.gz
Source99: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: openstack-suse-macros
BuildRequires: python-base
BuildRequires: python-d2to1
BuildRequires: python-pbr
BuildRequires: python-setuptools
Requires: python-d2to1
Requires: python-pbr
%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
The Oslo Version library provides an OpenStack common
way of determining a project version number.
%prep
%setup -q -n oslo.version-008fb37
%build
python setup.py build
%install
python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix}
--install-data=%{python_sitelib}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst AUTHORS
%{python_sitelib}/oslo
%{python_sitelib}/*.egg-info
%{python_sitelib}/*nspkg.pth
%changelog
++++++ _service ++++++
<services>
<service name="git_tarballs" mode="disabled">
<param
name="url">http://tarballs.openstack.org/oslo.version/oslo.version-master.tar.gz</param>
<param name="email">[email protected]</param>
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
<param name="plain-version">True</param>
</service>
</services>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]