Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2019-12-23 22:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh"

Mon Dec 23 22:42:01 2019 rev:87 rq:758830 version:5.8~pre2

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2019-02-04 21:11:00.483877763 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new.6675/zsh.changes        2019-12-23 
22:44:15.801997182 +0100
@@ -1,0 +2,39 @@
+Sun Dec 22 09:19:39 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Update to version 5.8~pre2 (5.7.1-test-2)
+- Drop 1baf0d1f553631ecb641e98f4bf48bc2a44e5b82.patch, fixed
+  upstream.
+
+-------------------------------------------------------------------
+Mon Dec 16 15:03:50 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Add 1baf0d1f553631ecb641e98f4bf48bc2a44e5b82.patch to fix a
+  re-entrancy problem.
+
+-------------------------------------------------------------------
+Mon Dec 16 10:08:27 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Update to version 5.8~pre1 (5.7.1-test-1)
+  * The zsh/zutil module's zparseopts builtin learnt an -F option to abort
+    parsing when an unrecognised option-like parameter is encountered.
+  * The zsh/files module gained a chmod builtin.
+  * Several changes have been made to the way completion functions track
+    'precommands' (such as `command` and `env`) and determine whether the
+    command being completed for is a shell builtin. Developers of completion
+    functions may wish to familiarise themselves with `_normal -p` and
+    `_pick_variant -b`.
+  * The option CD_SILENT was added to suppress all output from cd (whether
+    explicit or implicit with AUTO_CD). It is disabled by default.
+  * The compadd builtin's -o option now takes an optional argument to
+    specify the order of completion matches. This affects the display
+    of candidate matches and the order in which they are selected when
+    cycling between them using menu completion.
+  * The :h and :t modifiers in parameter expansion (if braces are present),
+    glob qualifiers and history expansion may take following decimal digit
+    arguments in order to keep that many leading or trailing path components
+    instead of the defaults of all but one (:h) and one (:t).  In an absolute
+    path the leading '/' counts as one component.
+  * The functions builtin gained a -c option to efficiently copy functions.
+- See included ChangeLog for the complete list of changes.
+
+-------------------------------------------------------------------

Old:
----
  zsh-5.7.1.tar.xz
  zsh-5.7.1.tar.xz.asc

New:
----
  zsh-5.7.1-test-2.tar.xz
  zsh-5.7.1-test-2.tar.xz.asc

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

Other differences:
------------------
++++++ zsh.spec ++++++
--- /var/tmp/diff_new_pack.h0s0BJ/_old  2019-12-23 22:44:17.877997949 +0100
+++ /var/tmp/diff_new_pack.h0s0BJ/_new  2019-12-23 22:44:17.881997950 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zsh
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,9 @@
 #
 
 
+# Only for -test builds
+%define _version 5.7.1-test-2
+
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
 %if 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700
 %global __requires_exclude ^/bin/zsh$
@@ -25,14 +28,14 @@
 BuildRequires:  texinfo
 %endif
 Name:           zsh
-Version:        5.7.1
+Version:        5.8~pre2
 Release:        0%{?dist}
 Summary:        Shell with comprehensive completion
 License:        MIT
 Group:          System/Shells
-Url:            http://www.zsh.org
-Source0:        
https://downloads.sourceforge.net/project/zsh/zsh/%{version}/zsh-%{version}.tar.xz
-Source1:        
https://downloads.sourceforge.net/project/zsh/zsh/%{version}/zsh-%{version}.tar.xz.asc
+URL:            http://www.zsh.org
+Source0:        
https://downloads.sourceforge.net/project/zsh/zsh-test/%{_version}/zsh-%{_version}.tar.xz
+Source1:        
https://downloads.sourceforge.net/project/zsh/zsh-test/%{_version}/zsh-%{_version}.tar.xz.asc
 Source2:        %{name}.keyring
 Source3:        zshrc
 Source4:        zshenv
@@ -91,7 +94,7 @@
 This package contains the Zsh manual in HTML format.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 %if 0%{?suse_version}
 %patch1 -p1
 %endif



Reply via email to