Hello community,

here is the log from the commit of package python-django-registration for 
openSUSE:Factory checked in at 2013-10-01 08:29:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-registration (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-registration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-registration"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-registration/python-django-registration.changes
    2012-09-03 18:56:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-registration.new/python-django-registration.changes
       2013-10-01 08:29:29.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Sep 28 14:09:01 UTC 2013 - [email protected]
+
+- Update to version 1.0
+  + Changelog hasn't been updated for 1.0 version
+- Use download url as source url
+- Remove redundant %clean setion and useless CFLAGS export
+- Use %{python_sitelib} instead of RECORDEDFILES filelist
+
+-------------------------------------------------------------------

Old:
----
  django-registration-0.8.tar.bz2

New:
----
  django-registration-1.0.tar.gz

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

Other differences:
------------------
++++++ python-django-registration.spec ++++++
--- /var/tmp/diff_new_pack.k44pCO/_old  2013-10-01 08:29:30.000000000 +0200
+++ /var/tmp/diff_new_pack.k44pCO/_new  2013-10-01 08:29:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-registration
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -19,12 +19,11 @@
 Summary:        A simple, generic user-registration application for Django
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
-
 Name:           python-django-registration
-Version:        0.8
+Version:        1.0
 Release:        0
 Url:            http://code.google.com/p/django-registration/
-Source:         django-registration-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/d/django-registration/django-registration-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python
 BuildRequires:  python-devel
@@ -34,7 +33,6 @@
 BuildArch:      noarch
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
 %endif
 
 %description
@@ -49,18 +47,14 @@
 %setup -q -n django-registration-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES
-
-%clean
-%{__rm} -rf %{buildroot}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-, root, root, 0755)
-%doc README LICENSE CHANGELOG
-%doc docs/*
+%doc README LICENSE CHANGELOG docs/*
+%{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to