Hello community,

here is the log from the commit of package guake for openSUSE:Leap:15.2 checked 
in at 2020-03-13 10:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/guake (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.guake.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guake"

Fri Mar 13 10:59:18 2020 rev:20 rq:784091 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/guake/guake.changes    2020-01-15 
15:10:11.630065169 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.guake.new.3160/guake.changes  2020-03-13 
11:01:31.156611963 +0100
@@ -1,0 +2,55 @@
+Tue Feb 18 15:25:08 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 3.7.0:
+  * Fixes the bug when "New Tab" or "Split Terminal" resets colors
+    set by "--bgcolor" command.
+  * Custom colors for every terminal added. Colors are saved
+    alongside with another tab info. "Reset custom colors" menu
+    item added to hte tab context menu.
+  * Resetting colors of the current page. Managing background and
+    foreground colors of the current terminal.
+  * Adds an option to display only the last directory on the
+    current path as the tab name.
+  * New Features:
+    - Add tab selection popover in each notebook
+    - Add fullscreen hide tabbar option
+    - List new features here followed by the ticket number, for
+      example:
+      * Resetting colors of the current page.
+      * Setting of background and foreground colors and resetting
+        colors of the focused terminal.
+    - Setting of background and foreground colors and resetting
+      colors of the current terminal (not the focused one).
+    - Add --select-terminal and --selected-terminal options to
+      Guake CLI
+    - Adds an option to display only the last directory on the
+      current path as the tab name.
+    - Reworked the tab name selection to use a drop-down menu.
+    - Unfullscreen through D-Bus interface, as well as through
+      CLI.
+  * Bug Fixes
+    - Fix Crash (TypeError) when common keys are found in config
+      #1713
+    - Fixes the bug when "New Tab" or "Split Terminal" resets
+      colors set by "--bgcolor" command.
+    - Add pew package to Pipfile
+    - When composited changed, it will update Guake window visual
+      to make it transparent
+    - Fix fullscreen/unfullscreen not handle correctly when
+      trigger by wm
+    - Fix search revealer causing terminal unclickable at bottom
+      right
+    - adding a new tab no longer shows the hidden scrollbars on
+      other tabs
+    - Remove no need window draw callback
+    - Fix make uninstall not cleaning up properly
+    - Update some dependencies for build environment
+    - Update the error message on missing dependencies (ex: when
+      use 'pip install' guake)
+  * Translation updates.
+- Use %{name}-%{version} name for source tarball.
+- Split out separate -lang package.
+- Remove spurious translation files not installed in localedir.
+- Run make with multiple parallel threads.
+
+-------------------------------------------------------------------

Old:
----
  3.6.3.tar.gz

New:
----
  guake-3.7.0.tar.gz

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

Other differences:
------------------
++++++ guake.spec ++++++
--- /var/tmp/diff_new_pack.dRBeve/_old  2020-03-13 11:01:31.616612291 +0100
+++ /var/tmp/diff_new_pack.dRBeve/_new  2020-03-13 11:01:31.620612294 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guake
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:           guake
-Version:        3.6.3
+Version:        3.7.0
 Release:        0
 Summary:        Drop-down terminal for GNOME
 License:        GPL-2.0-only
 Group:          System/X11/Terminals
-Url:            http://guake-project.org/
-Source:         https://github.com/Guake/guake/archive/%{version}.tar.gz
+URL:            http://guake-project.org/
+Source:         
https://github.com/Guake/guake/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  glib2-tools
@@ -47,6 +48,8 @@
 #     gnome-tweak-tool
 #     gsettings-desktop-schemas
 
+%lang_package
+
 %description
 Guake is a dropdown terminal made for the GNOME desktop environment.
 
@@ -54,19 +57,22 @@
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
-PBR_VERSION=%{version} make install DESTDIR=%{buildroot} prefix=%{_prefix}
+PBR_VERSION=%{version} make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
+
+rm -fr %{buildroot}%{_datadir}/%{name}/po
+
 rm -r %{buildroot}%{python3_sitelib}/guake/tests/
 # conflicts with libgio-2_0-0
 rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
 %fdupes %{buildroot}
 %suse_update_desktop_file -G "Guake Preferences" %{name}-prefs Settings 
DesktopSettings
 %suse_update_desktop_file -G "Guake Terminal" %{name} System TerminalEmulator
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 
-%files -f %{name}.lang
+%files
 %doc README.rst NEWS.rst
 %license COPYING
 %{python3_sitelib}/*
@@ -80,4 +86,6 @@
 %{_datadir}/pixmaps/
 %{_datadir}/guake/
 
+%files lang -f %{name}.lang
+
 %changelog


Reply via email to