Hello community, here is the log from the commit of package virtaal for openSUSE:Factory checked in at 2012-05-22 08:20:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtaal (Old) and /work/SRC/openSUSE:Factory/.virtaal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtaal", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/virtaal/virtaal.changes 2012-03-26 12:18:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.virtaal.new/virtaal.changes 2012-05-22 08:20:06.000000000 +0200 @@ -1,0 +2,10 @@ +Thu May 10 14:40:13 UTC 2012 - [email protected] + +- Remove psyco references as it is a dead project + +------------------------------------------------------------------- +Mon Mar 26 13:09:01 UTC 2012 - [email protected] + +- Cosmetic change in 'for' used to remove shebangs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtaal.spec ++++++ --- /var/tmp/diff_new_pack.BVgQYv/_old 2012-05-22 08:20:07.000000000 +0200 +++ /var/tmp/diff_new_pack.BVgQYv/_new 2012-05-22 08:20:07.000000000 +0200 @@ -50,12 +50,6 @@ Requires: python-simplejson Requires: xdg-utils -# psyco doesn't build on python 2.7 -#%if 0%{?suse_version} <= 1130 -#%ifarch %{ix86} -#Requires: python-psyco -#%endif -#%endif %{py_requires} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -142,7 +136,7 @@ rm -r %{buildroot}%{_datadir}/locale/{ak,en_ZA,son,ast,sw} #Fix for sheband errors: -for lib in %{buildroot}%{python_sitelib}/virtaal/*.py %{buildroot}%{python_sitelib}/virtaal/*/*.py %{buildroot}%{python_sitelib}/virtaal/*/*/*.py %{buildroot}%{python_sitelib}/virtaal/*/*/*/*.py %{buildroot}%{python_sitelib}/virtaal/*/*/*/*/*.py; do +for lib in %{buildroot}%{python_sitelib}/virtaal/{*.py,*/*.py,*/*/*.py,*/*/*/*.py,*/*/*/*/*.py}; do sed '/\/usr\/bin\/env/d' $lib > $lib.new && touch -r $lib $lib.new && mv $lib.new $lib -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
