Hello community, here is the log from the commit of package herbstluftwm for openSUSE:Factory checked in at 2019-06-17 10:35:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/herbstluftwm (Old) and /work/SRC/openSUSE:Factory/.herbstluftwm.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "herbstluftwm" Mon Jun 17 10:35:08 2019 rev:4 rq:710286 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/herbstluftwm/herbstluftwm.changes 2018-01-13 21:46:56.532047607 +0100 +++ /work/SRC/openSUSE:Factory/.herbstluftwm.new.4811/herbstluftwm.changes 2019-06-17 10:35:19.369204733 +0200 @@ -1,0 +2,24 @@ +Wed May 29 07:19:37 UTC 2019 - [email protected] + +- Update to 0.7.2: + * When herbstluftwm is not running and herbstclient is called, + the absent herbstluftwm is detected instead of hanging forever. + * Close window on _NET_CLOSE_WINDOW. This makes closing windows + via ewmh panels work. + * Fix return code of remove_attr + * Fix error when unmanaging clients + * Some typo fixes in the documentation +- Remove and replace with sed: + * herbstluftwm-shebangs.patch + * herbstluftwm-shebangs-2.patch + * herbstluftwm-shebangs-3.patch + +------------------------------------------------------------------- +Fri Mar 22 01:23:44 UTC 2019 - [email protected] + +- updated to latest stable release (0.7.1) +- changes to herbstluftwm-shebangs.patch due to rejects caused by upstream changes +- add herbstluftwm-shebangs-3.patch +- fish-completion package + +------------------------------------------------------------------- Old: ---- herbstluftwm-0.7.0.tar.gz herbstluftwm-0.7.0.tar.gz.sig herbstluftwm-shebangs-2.patch herbstluftwm-shebangs.patch New: ---- herbstluftwm-0.7.2.tar.gz herbstluftwm-0.7.2.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ herbstluftwm.spec ++++++ --- /var/tmp/diff_new_pack.Cc3TjY/_old 2019-06-17 10:35:20.949203943 +0200 +++ /var/tmp/diff_new_pack.Cc3TjY/_new 2019-06-17 10:35:20.985203925 +0200 @@ -1,7 +1,7 @@ # # spec file for package herbstluftwm # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: herbstluftwm -Version: 0.7.0 +Version: 0.7.2 Release: 0 Summary: A manual tiling window manager License: BSD-2-Clause @@ -26,12 +26,8 @@ Source0: https://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz Source1: https://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz.sig Source2: %{name}.desktop -# PATCH-FIX-SUSE Applied in reverse to replace "env" in shebangs with /bin/bash -Patch0: https://github.com/%{name}/%{name}/commit/b1fe1380419e1bc11ee017b59a9d58c238c66f91.patch#/%{name}-shebangs.patch -# PATCH-FIX-SUSE Applied in reverse to replace "env" in shebangs with /bin/bash -Patch1: https://github.com/%{name}/%{name}/commit/edc8c1656ec67b73f92f25d9cf322cea0df5d0a6.patch#/%{name}-shebangs-2.patch # PATCH-FIX-SUSE Remove executable bits from the documentation -Patch2: examples-remove-executable-bits.patch +Patch0: examples-remove-executable-bits.patch BuildRequires: asciidoc BuildRequires: gcc-c++ >= 4.9 BuildRequires: glib2-devel @@ -56,6 +52,16 @@ %description bash-completion Bash completion for herbstclient +%package fish-completion +Summary: Fish completion for %{name} +Group: System/Shells +Requires: %{name} = %{version} +Supplements: packageand(%{name}:fish) +BuildArch: noarch + +%description fish-completion +Fish completion for herbstclient + %package zsh-completion Summary: Zsh completion for %{name} Group: System/Shells @@ -79,10 +85,9 @@ %prep %setup -q +%patch0 -p1 # fix errors about improper shebangs due to /usr/bin/env -%patch0 -R -p1 -%patch1 -R -p1 -%patch2 -p1 +find . -type f -exec sed -i "s/#!\/usr\/bin\/env bash/#!\/usr\/bin\/bash/" {} + %build export CPPFLAGS="%{optflags}" @@ -125,6 +130,7 @@ %{_datadir}/doc/%{name}/examples/dumpbeautify.sh %{_datadir}/doc/%{name}/examples/exec_on_tag.sh %{_datadir}/doc/%{name}/examples/execwith.sh +%{_datadir}/doc/%{name}/examples/float-maximize.sh %{_datadir}/doc/%{name}/examples/floatmon.sh %{_datadir}/doc/%{name}/examples/herbstcommander.sh %{_datadir}/doc/%{name}/examples/keychain.sh @@ -148,4 +154,9 @@ %files bash-completion %config %{_sysconfdir}/bash_completion.d/herbstclient-completion +%files fish-completion +%dir %{_datadir}/fish +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/herbstclient.fish + %changelog ++++++ herbstluftwm-0.7.0.tar.gz -> herbstluftwm-0.7.2.tar.gz ++++++ ++++ 1944 lines of diff (skipped)
