Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2012-04-23 09:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translate-toolkit", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes      
2012-03-22 12:42:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2012-04-23 09:18:35.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Apr 19 13:07:48 UTC 2012 - elchev...@opensuse.org
+
+- Add Provides: python-translate-toolkit for compatibility with old packages
+
+-------------------------------------------------------------------
+Mon Mar 26 13:51:44 UTC 2012 - elchev...@opensuse.org
+
+- Cosmetic change in 'for' used to remove shebangs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ translate-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.CaCwrz/_old  2012-04-23 09:18:36.000000000 +0200
+++ /var/tmp/diff_new_pack.CaCwrz/_new  2012-04-23 09:18:36.000000000 +0200
@@ -40,6 +40,8 @@
 Requires:       python-lxml
 Requires:       python-simplejson
 Requires:       vobject
+
+Provides:       python-translate-toolkit = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -117,7 +119,7 @@
 rm %{buildroot}/%{python_sitelib}/translate/misc/diff_match_patch.py
 
 #Fix for shebang errors:
-for lib in %{buildroot}%{python_sitelib}/translate/*.py 
%{buildroot}%{python_sitelib}/translate/*/*.py 
%{buildroot}%{python_sitelib}/translate/*/*/*.py; do
+for lib in %{buildroot}%{python_sitelib}/translate/{*.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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to