Hello community,

here is the log from the commit of package python-anyjson for openSUSE:Factory 
checked in at 2012-02-27 18:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-anyjson (Old)
 and      /work/SRC/openSUSE:Factory/.python-anyjson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-anyjson", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-anyjson/python-anyjson.changes    
2011-09-23 12:42:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-anyjson.new/python-anyjson.changes       
2012-02-27 18:35:53.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Dec 28 22:10:24 UTC 2011 - [email protected]
+
+- Standard in spec file.
+
+-------------------------------------------------------------------
+Fri Dec  9 08:43:35 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-anyjson.spec ++++++
--- /var/tmp/diff_new_pack.AZpNup/_old  2012-02-27 18:35:54.000000000 +0100
+++ /var/tmp/diff_new_pack.AZpNup/_new  2012-02-27 18:35:54.000000000 +0100
@@ -14,22 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
 %{!?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(1)")}
 
-%define mod_name anyjson
-
-Name:           python-%{mod_name}
+Name:           python-anyjson
 Version:        0.3.1
-Release:        1
+Release:        0
 Url:            http://bitbucket.org/runeh/anyjson
 Summary:        Wraps the best available JSON implementation available in a 
common interface
-License:        BSD
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         %{mod_name}-%{version}.tar.bz2
+Source:         anyjson-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -47,22 +42,17 @@
 Originally part of carrot (http://github.com/ask/carrot/)
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n anyjson-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG README
-%python_sitelib/%{mod_name}*
-%python_sitelib/*.egg-info
+%{python_sitelib}/*
 
 %changelog

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

Reply via email to