Hello community, here is the log from the commit of package python-chardet for openSUSE:Factory checked in at 2012-02-15 22:21:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-chardet (Old) and /work/SRC/openSUSE:Factory/.python-chardet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chardet", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-chardet/python-chardet.changes 2011-09-23 12:42:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-chardet.new/python-chardet.changes 2012-02-15 22:24:40.000000000 +0100 @@ -1,0 +2,11 @@ +Wed Dec 28 22:18:53 UTC 2011 - [email protected] + +- Standard in spec file; +- Remove CFLAGS and %clean section from spec file. + +------------------------------------------------------------------- +Thu Dec 8 11:12:41 UTC 2011 - [email protected] + +- the license seems to be LGPL-2.1+ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-chardet.spec ++++++ --- /var/tmp/diff_new_pack.IibMrS/_old 2012-02-15 22:24:58.000000000 +0100 +++ /var/tmp/diff_new_pack.IibMrS/_new 2012-02-15 22:24:58.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 chardet - -Name: python-%{mod_name} +Name: python-chardet Version: 2.0.1 -Release: 7 +Release: 0 Url: http://chardet.feedparser.org/ Summary: Universal encoding detector -License: LGPL +License: LGPL-2.1+ Group: Development/Languages/Python -Source: python2-%{mod_name}-%{version}.tar.bz2 +Source: python2-chardet-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel %if 0%{?suse_version} @@ -57,24 +52,16 @@ - TIS-620 (Thai) %prep -%setup -q -n python2-%{mod_name}-%{version} +%setup -q -n python2-chardet-%{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,-) -# You may have to add additional files here (documentation and binaries mostly) -%python_sitelib/%{mod_name}* -%if 0%{suse_version} > 1010 -%python_sitelib/*.egg-info -%endif +%{python_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
