Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2016-09-05 21:13:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2016-06-05 14:20:00.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes     2016-09-05 
21:13:54.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 30 14:13:40 UTC 2016 - [email protected]
+
+- Remove custom zshrc and zshenv as they might interfere with the users config
+- Remove unused zshprompt.pl
+- Move install outside loop in spec file, was executed too often
+
+-------------------------------------------------------------------

Old:
----
  zshenv
  zshprompt.pl
  zshrc

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

Other differences:
------------------
++++++ zsh.spec ++++++
--- /var/tmp/diff_new_pack.h3Wmib/_old  2016-09-05 21:13:56.000000000 +0200
+++ /var/tmp/diff_new_pack.h3Wmib/_new  2016-09-05 21:13:56.000000000 +0200
@@ -26,9 +26,7 @@
 Source0:        http://www.zsh.org/pub/zsh-%{version}.tar.xz
 Source1:        http://www.zsh.org/pub/zsh-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
-Source3:        zshrc
-Source4:        zshenv
-Source5:        zprofile
+Source3:        zprofile
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
 Source11:       zlogin.rhs
 Source12:       zlogout.rhs
@@ -36,7 +34,6 @@
 Source14:       zshrc.rhs
 Source15:       zshenv.rhs
 Source16:       dotzshrc.rh
-Source17:       zshprompt.pl
 %endif
 Patch1:         trim-unneeded-completions.patch
 # PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc 
completion
@@ -106,10 +103,6 @@
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl
 
-%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
-  cp -p %{SOURCE17} .
-%endif
-
 # Fix bindir path in some files
 perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
     Doc/intro.ms Misc/globtests.ksh Misc/globtests \
@@ -165,7 +158,7 @@
 
 %if 0%{?suse_version}
 # install SUSE configuration
-install -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}
+install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}
 
 # Create custom completion directory
 mkdir %{buildroot}%{_sysconfdir}/zsh_completion.d
@@ -175,8 +168,8 @@
 # install RHEL || CentOS || Fedora configuration
 for i in zlogin zlogout zprofile zshrc zshenv; do
   install -m 0644 $RPM_SOURCE_DIR/${i}.rhs %{buildroot}%{_sysconfdir}/$i
-  install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
 done
+install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
 %endif
 
 # install help files
@@ -259,8 +252,6 @@
 %doc ChangeLog FEATURES LICENCE MACHINES META-FAQ NEWS README
 %doc Etc/* intro.ps Misc/compctl-examples
 
-%config(noreplace) %{_sysconfdir}/zshrc
-%config(noreplace) %{_sysconfdir}/zshenv
 %config(noreplace) %{_sysconfdir}/zprofile
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
 %config(noreplace) %{_sysconfdir}/zlogin

++++++ zprofile ++++++
--- /var/tmp/diff_new_pack.h3Wmib/_old  2016-09-05 21:13:56.000000000 +0200
+++ /var/tmp/diff_new_pack.h3Wmib/_new  2016-09-05 21:13:56.000000000 +0200
@@ -1,8 +1,3 @@
 # we source the general profile here so we dont have to
 # reimplement it
-setopt nonomatch
-source /etc/profile
-unsetopt nonomatch
-# put your own login shell specific configuration below
-# this line 
-
+emulate sh -c 'source /etc/profile'




Reply via email to