Hello community,

here is the log from the commit of package guake for openSUSE:Factory checked 
in at 2016-09-27 13:44:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-06-12 
20:31:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.guake.new/guake.changes 2016-09-27 
13:44:58.000000000 +0200
@@ -1,0 +2,19 @@
+Sat Sep 24 12:53:08 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.8.7:
+  + Don't forget to update the version in about dialog box.
+- Changes from previous versions:
+  + See ChangeLog file (/usr/share/doc/packages/guake/NEWS) or
+    release history at: https://github.com/Guake/guake/releases.
+- Drop patch guake-fix-debug_mode-default.patch: incorporated
+  upstream.
+- Upstream now installs only to %{python_sitelib}; drop the mv to
+  %{python_sitearch} and make package noarch.
+- Use full URL for source tarball; update project URL to new home
+  page.
+- Run sed to remove unnecessary shebangs from non-executable
+  files.
+- Drop conditionals for old, unsupported openSUSE versions.
+- Add Requires: python-keybinder; does not work without this.
+
+-------------------------------------------------------------------

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

New:
----
  0.8.7.tar.gz

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

Other differences:
------------------
++++++ guake.spec ++++++
--- /var/tmp/diff_new_pack.hmbZg8/_old  2016-09-27 13:44:59.000000000 +0200
+++ /var/tmp/diff_new_pack.hmbZg8/_new  2016-09-27 13:44:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guake
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Bjørn Lie
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,24 +18,18 @@
 
 
 Name:           guake
-Version:        0.7.2
+Version:        0.8.7
 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
-Source0:        %{name}-%{version}.tar.gz
-# 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
+Url:            http://guake-project.org/
+Source:         https://github.com/Guake/guake/archive/%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  gnome-common
 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)
@@ -44,11 +38,13 @@
 Requires:       libgnome
 Requires:       python-gconf
 Requires:       python-gtk
+Requires:       python-keybinder
 Requires:       python-notify
 Requires:       python-vte
 Requires:       python-xdg
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %py_requires
 %gconf_schemas_prereq
 
@@ -59,10 +55,12 @@
 
 %lang_package
 %prep
-%setup -q -n guake-%{version}
-%patch0 -p1
+%setup -q
 
 %build
+# Drop shebangs from non-executable files
+sed -i '1{/\/usr\/bin\/env/d;}' src/%{name}/{main,prefs}.py
+
 # Run gnome-autogen.sh as upstream tarball is absolutely batshit-crazy...
 NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-schemas-install --disable-static
@@ -71,14 +69,13 @@
 %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/
-fi
+
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/%{name}-prefs.desktop 
X-SuSE-ControlCenter-Personal
+
 %find_gconf_schemas
 %find_lang %{name} %{?no_lang_C}
+%fdupes %{buildroot}%{python_sitelib}/%{name}/
 
 %pre -f %{name}.schemas_pre
 
@@ -106,7 +103,7 @@
 %{_datadir}/icons/hicolor/*/*/*.*
 %{_datadir}/pixmaps/%{name}/
 %{_mandir}/man1/%{name}.1%{?ext_man}
-%{python_sitearch}/%{name}/
+%{python_sitelib}/%{name}/
 
 %files lang -f %{name}.lang
 

++++++ guake-0.7.2.tar.gz -> 0.8.7.tar.gz ++++++
++++ 39466 lines of diff (skipped)


Reply via email to