Hello community,

here is the log from the commit of package qtile for openSUSE:Factory checked 
in at 2018-03-14 19:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtile (Old)
 and      /work/SRC/openSUSE:Factory/.qtile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtile"

Wed Mar 14 19:38:18 2018 rev:4 rq:585478 version:0.11.1+20180305.e741d3fe

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtile/qtile.changes      2018-02-23 
15:31:26.698952404 +0100
+++ /work/SRC/openSUSE:Factory/.qtile.new/qtile.changes 2018-03-14 
19:38:23.514578760 +0100
@@ -1,0 +2,75 @@
+Thu Mar  8 15:49:33 UTC 2018 - [email protected]
+
+- Add python3-pyxdg, python3-python-mpd2, python3-python-dateutil,
+  python3-keyring, python3-iwlib  and libxcb-cursor0 as recommended
+  dependencies. 
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Mar 06 07:44:15 UTC 2018 - [email protected]
+
+- Update to version 0.11.1+20180305.e741d3fe:
+  * Added documentation for `no_reposition_match` option
+  * Two fixes for floating windows: 
+    * Dropdown (like menu) Java windows are no longer positioned in the
+      center of the screen (expected and correct behavior)
+    * Added `no_reposition_match` option that allows to specify which
+      floating windows should not be forcibly repositioned to the center
+      of the screen
+  * Rename qcmd and dqcmd to qtile-cmd and dqtile-cmd
+  * Tile layout: unify commands so that it aligns well with other existing
+    layouts
+  * Guard previous and next when no current window
+  * Make files transfer windows floating out of the box
+  * Tile layout: fix master_match option by preserving _ClientList instead 
+    of replacing it with a plain list
+  * Tile layout: add `add_after_last` option for new windows to be added at
+    the end of the list
+  * Unused variables removed
+
+-------------------------------------------------------------------
+Fri Mar 02 14:27:16 UTC 2018 - [email protected]
+
+- Update to version 0.11.1+20180301.ca27e5fa:
+  * Bump setup.py version for sake of PyPI
+  * Add bin/dqcmd to the MANIFEST file
+- Migrate package to use service file
+- Update versions for dependencies in spec file
+
+-------------------------------------------------------------------
+Thu Mar  1 08:37:43 UTC 2018 - [email protected]
+
+- Update to 0.11.0
+  * Changed extension configuration, `extention` subpackage renamed to 
+    `extension`,  `extentions` configuration variable changed to
+    `extension_defaults`. See documentation for full details.
+  * Features
+    - qshell improvements
+    - new MonadWide layout
+    - new Bsp layout
+    - new pomodoro widget
+    - new stock ticker widget
+    - new `client_name_updated` hook
+    - new RunCommand and J4DmenuDesktop extension
+    - task list expands to fill space, configurable via `spacing` parameter
+    - add group.focus_by_name() and group.info_by_name()
+    - add disk usage ratio to df widget
+    - allow displayed group name to differ from group name
+    - enable custom TaskList icon size
+    - add qcmd and dqcmd to extend functionality around qtile.command
+      functionality
+    - add ScratchPad group that has configurable drop downs
+  * Bugfixes
+    - fix race condition in Window.fullscreen
+    - fix for string formatting in qtile_top
+    - fix unicode literal in tasklist
+    - move mpris2 initialization out of constructor
+    - fix wlan widget variable naming and division
+    - normalize behavior of layouts on various commands
+    - add better fallback to default config
+    - update btc widget to use coinbase
+    - fix cursor warp when using default layout implementation
+    - don't crash when using widget with unmet dependencies
+    - fix floating window default location
+
+-------------------------------------------------------------------

Old:
----
  qtile-0.10.7.tar.gz

New:
----
  _service
  _servicedata
  qtile-0.11.1+20180305.e741d3fe.tar.xz

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

Other differences:
------------------
++++++ qtile.spec ++++++
--- /var/tmp/diff_new_pack.FHNsjB/_old  2018-03-14 19:38:25.274516247 +0100
+++ /var/tmp/diff_new_pack.FHNsjB/_new  2018-03-14 19:38:25.278516106 +0100
@@ -17,28 +17,34 @@
 
 
 Name:           qtile
-Version:        0.10.7
+Version:        0.11.1+20180305.e741d3fe
 Release:        0
 Summary:        A pure-Python tiling window manager
 # All MIT except for: libqtile/widget/pacman.py:GPL (v3 or later)
-License:        MIT AND GPL-3.0+
+License:        MIT AND GPL-3.0-or-later
 Group:          System/X11/Displaymanagers
 Url:            http://qtile.org
-Source:         
https://files.pythonhosted.org/packages/source/q/qtile/qtile-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-cairocffi >= 0.7
-BuildRequires:  python3-cffi >= 1.1.0
+BuildRequires:  python3-cairocffi >= 0.8.0
+BuildRequires:  python3-cffi >= 1.11.5
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-six >= 1.4.1
-BuildRequires:  python3-xcffib >= 0.5.0
-Requires:       python3-cairocffi >= 0.7
-Requires:       python3-cffi >= 1.1.0
-Requires:       python3-six >= 1.4.1
-Requires:       python3-xcffib >= 0.5.0
+BuildRequires:  python3-six >= 1.11.0
+BuildRequires:  python3-xcffib >= 0.5.1
+Requires:       python3-cairocffi >= 0.8.0
+Requires:       python3-cffi >= 1.11.5
+Requires:       python3-six >= 1.11.0
+Requires:       python3-xcffib >= 0.5.1
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Recommends:     libxcb-cursor0
+Recommends:     python3-iwlib
+Recommends:     python3-keyring
+Recommends:     python3-python-dateutil
+Recommends:     python3-python-mpd2
+Recommends:     python3-pyxdg
 Suggests:       python3-jupyter_console
 Suggests:       python3-jupyter_ipykernel
 BuildArch:      noarch
@@ -55,6 +61,9 @@
 
 %prep
 %setup -q -n qtile-%{version}
+# Fix rpmlint warnings
+sed -i 's/#!\/usr\/bin\/env bash/#!\/bin\/bash/' 
%{_builddir}/qtile-%{version}/bin/dqtile-cmd
+sed -i '/#!\/usr\/bin\/env python/d' 
%{_builddir}/qtile-%{version}/libqtile/scripts/qtile_cmd.py
 
 %build
 %python3_build
@@ -82,15 +91,18 @@
 %files
 %ghost %{_sysconfdir}/alternatives/default-xsession.desktop
 %ghost %{_sysconfdir}/alternatives/default.desktop
-%doc CHANGELOG LICENSE README.rst
+%license LICENSE
+%doc CHANGELOG README.rst
 %{_bindir}/iqshell
 %{_bindir}/qtile
 %{_bindir}/qtile-run
 %{_bindir}/qtile-top
 %{_bindir}/qshell
+%{_bindir}/qtile-cmd
+%{_bindir}/dqtile-cmd
 %{python3_sitelib}/*
-%{_mandir}/man1/qtile.1%{ext_man}
-%{_mandir}/man1/qshell.1%{ext_man}
+%{_mandir}/man1/qtile.1%{?ext_man}
+%{_mandir}/man1/qshell.1%{?ext_man}
 %{_datadir}/xsessions/default.desktop
 %{_datadir}/xsessions/qtile.desktop
 

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/qtile/qtile.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">qtile</param>
    <param name="revision">develop</param>
    <param name="versionformat">0.11.1+%cd.%h</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/qtile/qtile.git</param>
              <param 
name="changesrevision">e741d3feba2d6d3466a36870b138c8360214600e</param></service></servicedata>

Reply via email to