Hello community,

here is the log from the commit of package guake for openSUSE:Factory checked 
in at 2012-06-13 13:31:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guake (Old)
 and      /work/SRC/openSUSE:Factory/.guake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guake", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/guake/guake.changes      2012-05-25 
16:16:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.guake.new/guake.changes 2012-06-13 
13:31:41.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun 11 18:18:53 UTC 2012 - [email protected]
+
+- Update to version 0.4.3:
+  + Better tab titling, based on VTE title sequences
+  + Some drag & drop support
+  + Fix for the many times reported "gconf proxy port as int" issue
+  + Better file layout which doesn't modify PYTHONPATH
+  + Updated translations.
+- Drop guake-glib-2.31.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  guake-0.4.2.tar.gz
  guake-glib-2.31.patch

New:
----
  guake-0.4.3.tar.gz

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

Other differences:
------------------
++++++ guake.spec ++++++
--- /var/tmp/diff_new_pack.K02bRc/_old  2012-06-13 13:31:45.000000000 +0200
+++ /var/tmp/diff_new_pack.K02bRc/_new  2012-06-13 13:31:45.000000000 +0200
@@ -18,15 +18,14 @@
 
 
 Name:           guake
-Version:        0.4.2
+Version:        0.4.3
 Release:        0
 Summary:        A dropdown terminal for GNOME
 License:        GPL-2.0+
 Group:          System/X11/Terminals
 Url:            http://guake.org
-Source0:        http://guake.org/files/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM guake-glib-2.31.patch [email protected] -- Fix build 
with glib 2.31 -- http://guake.org/ticket/425
-Patch0:         guake-glib-2.31.patch
+# We can't use source url http://guake.org/downloads/4
+Source0:        %{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM guake-fix-pref.desktop.patch bnc#763244 
[email protected] -- Fix guake-pref.desktop file, spellingmistake. -- 
http://guake.org/ticket/448
 Patch1:         guake-fix-pref.desktop.patch
 BuildRequires:  intltool
@@ -62,7 +61,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -71,6 +69,10 @@
 
 %install
 %make_install
+# We need to move the non-arch specific stuff to arch folder. Finding guake in 
two places confuses python.
+if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
+  mv %{buildroot}%{python_sitelib}/guake/* 
%{buildroot}%{python_sitearch}/guake/
+fi
 rm -r %{buildroot}/%{_datadir}/locale/no
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/%{name}-prefs.desktop 
X-SuSE-ControlCenter-Personal
@@ -98,13 +100,13 @@
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 %{_bindir}/%{name}
 %{_bindir}/%{name}-prefs
-%{_libdir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-prefs.desktop
 %{_datadir}/dbus-1/services/org.guake.Guake.service
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}/
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%{python_sitearch}/%{name}/
 
 %files lang -f %{name}.lang
 

++++++ guake-0.4.2.tar.gz -> guake-0.4.3.tar.gz ++++++
++++ 25269 lines of diff (skipped)

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

Reply via email to