Hello community,

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

Package is "guake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/guake/guake.changes      2014-12-23 
11:49:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.guake.new/guake.changes 2015-06-12 
20:31:03.000000000 +0200
@@ -1,0 +2,40 @@
+Wed Jun 10 12:29:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.7.2:
+  + Fix Ctrl+D regresion.
+  + Update Quick Open Preference Window.
+- Changes from version 0.7.1:
+  + Background and font color inversed for some color schemes.
+  + Guake width wrong on non-Unity Ubuntu desktop.
+  + Add get_gtktab_name dbus interface.
+  + Fix issue with selection copy.
+  + I18n fixes.
+  + Remove add and guake icon in tab.
+  + prompt_on_close_tab option.
+  + Fix default shortcuts for move tabs.
+  + Updated translations.
+- Changes from version 0.7.0:
+  + Reorganised palette definition, add a demo terminal in
+    preference panel.
+  + Plenty of other new color palettes.
+  + Don't propagate COLORTERM environment variable in terminal.
+  + Force $TERM environment variable to 'xterm-256color' in
+    terminals.
+  + Fix issue with the quit confirmation dialog box.
+  + Add shortcut for transparency level.
+  + Add label to tell user how to disable a shortcut.
+  + Expose cursor_shape and blink cursor method in pref window.
+  + Expose Guake startup script to the pref window.
+  + Some window management bug fixes.
+  + Fix "Not focused on openning if tab was moved".
+  + Add contextual menu item 'Open Link' on right click on a link.
+  + Fix compatibility with Ubuntu 15.04.
+  + Fix Guake Turns Gray sometimes.
+- Drop guake-default-transparency.patch: Fixed slightly different
+  upstream.
+- Add guake-fix-debug_mode-default.patch: Fix default value of
+  debug_mode in schema.
+- Pass --disable-schemas-install to configure and further tweak
+  schema installs.
+
+-------------------------------------------------------------------

Old:
----
  guake-0.5.2.tar.gz
  guake-default-transparency.patch

New:
----
  guake-0.7.2.tar.gz
  guake-fix-debug_mode-default.patch

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

Other differences:
------------------
++++++ guake.spec ++++++
--- /var/tmp/diff_new_pack.X7dbDE/_old  2015-06-12 20:31:04.000000000 +0200
+++ /var/tmp/diff_new_pack.X7dbDE/_new  2015-06-12 20:31:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guake
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Bjørn Lie
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,16 +18,16 @@
 
 
 Name:           guake
-Version:        0.5.2
+Version:        0.7.2
 Release:        0
 Summary:        A dropdown terminal for GNOME
 License:        GPL-2.0+
 Group:          System/X11/Terminals
 Url:            https://github.com/Guake/guake
-#Source:        
https://github.com/Guake/guake/archive/%{name}-%{version}.tar.gz -- This does 
not work anymore... have to be downloaded via browser.... github + odd upstream
+##Source:        
https://github.com/Guake/guake/archive/%{name}-%{version}.tar.gz -- This does 
not work anymore... have to be downloaded via browser.... github + odd upstream
 Source0:        %{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM guake-default-transparency.patch bnc#799862 
rbrown...@opensuse.org -- fix for default transparency being too high 
-Patch1:         guake-default-transparency.patch
+# PATCH-FIX-UPSTREAM guake-fix-debug_mode-default.patch zai...@opensuse.org -- 
Fix default value of debug_mode in schema. Taken from upstream git.
+Patch0:         guake-fix-debug_mode-default.patch
 BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  python-devel
@@ -60,16 +60,17 @@
 %lang_package
 %prep
 %setup -q -n guake-%{version}
-%patch1 -p1
+%patch0 -p1
 
 %build
 # Run gnome-autogen.sh as upstream tarball is absolutely batshit-crazy...
 NOCONFIGURE=1 gnome-autogen.sh
-%configure --disable-static
+%configure --disable-schemas-install --disable-static
 make %{?_smp_mflags}
 
 %install
-%make_install
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+%makeinstall DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 # 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/

++++++ guake-0.5.2.tar.gz -> guake-0.7.2.tar.gz ++++++
++++ 33852 lines of diff (skipped)

++++++ guake-fix-debug_mode-default.patch ++++++
--- guake-0.7.2-orig/data/guake.schemas 2015-05-20 11:09:44.000000000 +0200
+++ guake-0.7.2/data/guake.schemas      2015-06-10 16:47:57.644683418 +0200
@@ -5,7 +5,7 @@
             <applyto>/apps/guake/general/debug_mode</applyto>
             <owner>guake</owner>
             <type>bool</type>
-            <default></default>
+            <default>false</default>
             <locale name="C">
                 <short>Enable debug mode</short>
                 <long>When debug mode is enabled, logs are printed in the

Reply via email to