Hello community,
here is the log from the commit of package python-django_openstack_auth for
openSUSE:Factory checked in at 2015-09-02 07:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django_openstack_auth (Old)
and /work/SRC/openSUSE:Factory/.python-django_openstack_auth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django_openstack_auth"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2014-10-06 12:06:26.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
2015-09-02 07:53:51.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:20:58 UTC 2015 - [email protected]
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django_openstack_auth.spec ++++++
--- /var/tmp/diff_new_pack.o4A9xE/_old 2015-09-02 07:53:52.000000000 +0200
+++ /var/tmp/diff_new_pack.o4A9xE/_new 2015-09-02 07:53:52.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django_openstack_auth
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -24,6 +24,7 @@
Group: Development/Languages/Python
Url: http://django_openstack_auth.readthedocs.org/
Source:
http://tarballs.openstack.org/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
+BuildRequires: openstack-suse-macros
BuildRequires: python-devel
BuildRequires: python-pbr >= 0.6
# Documentation requirements:
@@ -63,36 +64,36 @@
%setup -q -n django_openstack_auth-%{version}
%build
-python setup.py build
+%{__python2} setup.py build
#python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
# pbr is far to intrusive and calls to many builders, we just want docs, thus:
sphinx-build -b html doc/source build/sphinx/html && rm -r
build/sphinx/html/.buildinfo
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst build/sphinx/html
-%{python_sitelib}/django_openstack_auth-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/openstack_auth
-%lang(ar) %{python_sitelib}/openstack_auth/locale/ar/LC_MESSAGES/django.mo
-%lang(de) %{python_sitelib}/openstack_auth/locale/de/LC_MESSAGES/django.mo
-%lang(en_AU)
%{python_sitelib}/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
-%lang(en_GB)
%{python_sitelib}/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
-%lang(es_MX)
%{python_sitelib}/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
-%lang(fr) %{python_sitelib}/openstack_auth/locale/fr/LC_MESSAGES/django.mo
-%lang(hi) %{python_sitelib}/openstack_auth/locale/hi/LC_MESSAGES/django.mo
-%lang(ko_KR)
%{python_sitelib}/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
-%lang(nl_NL)
%{python_sitelib}/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo
-%lang(pl_PL)
%{python_sitelib}/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo
-%lang(pt_BR)
%{python_sitelib}/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo
-%lang(pt) %{python_sitelib}/openstack_auth/locale/pt/LC_MESSAGES/django.mo
-%lang(es) %{python_sitelib}/openstack_auth/locale/es/LC_MESSAGES/django.mo
-%lang(ja) %{python_sitelib}/openstack_auth/locale/ja/LC_MESSAGES/django.mo
-%lang(ru) %{python_sitelib}/openstack_auth/locale/ru/LC_MESSAGES/django.mo
-%lang(uk) %{python_sitelib}/openstack_auth/locale/uk/LC_MESSAGES/django.mo
-%lang(zh-tw)
%{python_sitelib}/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo
-%lang(zh-CN)
%{python_sitelib}/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo
+%{python2_sitelib}/django_openstack_auth-%{version}-py%{py_ver}.egg-info
+%{python2_sitelib}/openstack_auth
+%lang(ar) %{python2_sitelib}/openstack_auth/locale/ar/LC_MESSAGES/django.mo
+%lang(de) %{python2_sitelib}/openstack_auth/locale/de/LC_MESSAGES/django.mo
+%lang(en_AU)
%{python2_sitelib}/openstack_auth/locale/en_AU/LC_MESSAGES/django.mo
+%lang(en_GB)
%{python2_sitelib}/openstack_auth/locale/en_GB/LC_MESSAGES/django.mo
+%lang(es_MX)
%{python2_sitelib}/openstack_auth/locale/es_MX/LC_MESSAGES/django.mo
+%lang(fr) %{python2_sitelib}/openstack_auth/locale/fr/LC_MESSAGES/django.mo
+%lang(hi) %{python2_sitelib}/openstack_auth/locale/hi/LC_MESSAGES/django.mo
+%lang(ko_KR)
%{python2_sitelib}/openstack_auth/locale/ko_KR/LC_MESSAGES/django.mo
+%lang(nl_NL)
%{python2_sitelib}/openstack_auth/locale/nl_NL/LC_MESSAGES/django.mo
+%lang(pl_PL)
%{python2_sitelib}/openstack_auth/locale/pl_PL/LC_MESSAGES/django.mo
+%lang(pt_BR)
%{python2_sitelib}/openstack_auth/locale/pt_BR/LC_MESSAGES/django.mo
+%lang(pt) %{python2_sitelib}/openstack_auth/locale/pt/LC_MESSAGES/django.mo
+%lang(es) %{python2_sitelib}/openstack_auth/locale/es/LC_MESSAGES/django.mo
+%lang(ja) %{python2_sitelib}/openstack_auth/locale/ja/LC_MESSAGES/django.mo
+%lang(ru) %{python2_sitelib}/openstack_auth/locale/ru/LC_MESSAGES/django.mo
+%lang(uk) %{python2_sitelib}/openstack_auth/locale/uk/LC_MESSAGES/django.mo
+%lang(zh-tw)
%{python2_sitelib}/openstack_auth/locale/zh_TW/LC_MESSAGES/django.mo
+%lang(zh-CN)
%{python2_sitelib}/openstack_auth/locale/zh_CN/LC_MESSAGES/django.mo
%changelog