Hello community,

here is the log from the commit of package guake for openSUSE:Factory checked 
in at 2012-04-12 09:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-24 
12:17:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.guake.new/guake.changes 2012-04-12 
09:26:05.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Mar  3 02:14:25 UTC 2012 - zai...@opensuse.org
+
+- Fix build on SLE11, with some SLE11 specific changes:
+  + Use vte-devel BuildRequires instead of python-vte.
+  + Use vte Requires instead of python-vte.
+- Do not explicitly list schema files in %files; use the
+  schemas_list file that was generated instead.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ guake.spec ++++++
--- /var/tmp/diff_new_pack.PIajJ2/_old  2012-04-12 09:26:09.000000000 +0200
+++ /var/tmp/diff_new_pack.PIajJ2/_new  2012-04-12 09:26:09.000000000 +0200
@@ -15,6 +15,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           guake
 Version:        0.4.2
 Release:        0
@@ -27,7 +29,11 @@
 Patch0:         guake-glib-2.31.patch
 BuildRequires:  intltool
 BuildRequires:  python-devel
+%if 0%{?suse_version} <= 1130
+BuildRequires:  vte-devel
+%else
 BuildRequires:  python-vte
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -36,7 +42,11 @@
 Requires:       python-gconf
 Requires:       python-gtk
 Requires:       python-notify
+%if 0%{?suse_version} <= 1130
+Requires:       vte
+%else
 Requires:       python-vte
+%endif
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
@@ -79,7 +89,7 @@
 %desktop_database_postun
 %endif
 
-%files
+%files -f %{name}.schemas_list
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
@@ -91,11 +101,6 @@
 %{_datadir}/dbus-1/services/org.guake.Guake.service
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}/
-%if 0%{?suse_version} <= 1130
-%{_datadir}/gconf/schemas/%{name}.schemas
-%else
-%{_datadir}/GConf/schemas/%{name}.schemas
-%endif
 %{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files lang -f %{name}.lang

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to