Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2011-12-01 17:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zsh (Old)
 and      /work/SRC/openSUSE:Factory/.zsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zsh", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2011-11-25 10:22:04.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes     2011-12-01 
17:39:40.000000000 +0100
@@ -1,0 +2,24 @@
+Wed Nov 30 21:49:26 UTC 2011 - [email protected]
+
+- Update to zsh 4.3.13
+  * There are no significant feature changes to the shell itself, 
+    although many bug fixes and improvements to functions.
+  * See included ChangeLog for details
+- Drop zsh-4.3.12-ksh-emulation-syntax-checking.patch, 
+  fixed upstream
+
+-------------------------------------------------------------------
+Tue Nov 29 14:19:04 UTC 2011 - [email protected]
+
+- Cleanup spec file
+- Make /bin/zsh a symlink to /usr/bin/zsh
+
+-------------------------------------------------------------------
+Mon Nov 28 08:36:51 UTC 2011 - [email protected]
+
+- Update to 4.3.12-test3
+  * See included ChangeLog for details
+- Drop zsh-findproc.patch and zsh-kill-suspended-job.patch, fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  zsh-4.3.12-ksh-emulation-syntax-checking.patch
  zsh-4.3.12.tar.bz2
  zsh-findproc.patch
  zsh-kill-suspended-job.patch

New:
----
  zsh-4.3.13.tar.bz2

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

Other differences:
------------------
++++++ zsh.spec ++++++
--- /var/tmp/diff_new_pack.rWWd7C/_old  2011-12-01 17:39:42.000000000 +0100
+++ /var/tmp/diff_new_pack.rWWd7C/_new  2011-12-01 17:39:42.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           zsh
-Version:        4.3.12
+Version:        4.3.13
 Release:        4
 License:        BSD
 Summary:        Shell with comprehensive completion
@@ -28,8 +28,7 @@
 %else
 Group:          System Environment/Shells
 %endif
-#Source0:        ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/zsh-4.3.12.tar.bz2
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
 Source1:        zshrc
 Source2:        zshenv
 Source3:        zprofile
@@ -42,22 +41,18 @@
 Source16:       dotzshrc.rh
 Source17:       zshprompt.pl
 %endif
-Patch1:         %{name}-%{version}-disable-c02cond-test.patch
-# PATCH-FIX-UPSTREAM zsh-findproc.patch [email protected] -- Upstream commit 
21c39600ef2d74c3e7474c4e5b89805656c6fe4e
-Patch2:         %{name}-findproc.patch
-# PATCH-FIX-UPSTREAM zsh-kill-suspended-job.patch [email protected] -- Upstream 
commit 98b29d02ca17068779f4b8fa2d43c9753386478f 
-Patch3:         %{name}-kill-suspended-job.patch
-# PATCH-FIX ksh-emulation-syntax-checking.patch -- Import and rework from RHEL 
(zsh-4.2.6)
-Patch4:         %{name}-4.3.12-ksh-emulation-syntax-checking.patch
+Patch1:         %{name}-4.3.12-disable-c02cond-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-PreReq:         %{install_info_prereq}
+Requires(pre):  %{install_info_prereq}
 %if 0%{?suse_version} >= 1110
 BuildRequires:  fdupes
 BuildRequires:  yodl
 %endif
 %else
-PreReq:         fileutils grep /sbin/install-info
+Requires(pre):  /sbin/install-info
+Requires(pre):  fileutils
+Requires(pre):  grep
 %endif
 
 BuildRequires:  libcap-devel
@@ -65,9 +60,9 @@
 BuildRequires:  pcre-devel
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
 BuildRequires:  libtermcap-devel
+BuildRequires:  tetex
 BuildRequires:  texi2html
 BuildRequires:  texinfo
-BuildRequires:  tetex
 %endif
 
 %description
@@ -99,14 +94,10 @@
 This package contains the Zsh manual in html format.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 %patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
-##rpmlint
-# spurious-executable-perm
+# Remove executable bit
 chmod 0644 Etc/changelog2html.pl
 
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
@@ -120,7 +111,6 @@
     Util/reporter
 
 %build
-# readd the site-* dir.
 %configure \
     --enable-site-scriptdir=%{_datadir}/%{name}/site/scripts/ \
     --enable-site-fndir=%{_datadir}/%{name}/site/scripts/ \
@@ -176,7 +166,7 @@
 install -m 0644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{buildroot}%{_sysconfdir}
 
 # Create custom completion directory
-mkdir %{buildroot}/etc/zsh_completion.d
+mkdir %{buildroot}%{_sysconfdir}/zsh_completion.d
 %endif
 
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
@@ -192,8 +182,7 @@
 install -m 0644 Help/* %{buildroot}%{_datadir}/%{name}/%{version}/help/
 
 # link zsh binary
-mv %{buildroot}%{_bindir}/zsh %{buildroot}/bin/zsh
-ln -s -f ../../bin/zsh %{buildroot}%{_bindir}/zsh
+ln -sf %{_bindir}/zsh %{buildroot}/bin/zsh
 
 # Remove versioned zsh binary
 rm -f %{buildroot}%{_bindir}/zsh-*
@@ -257,9 +246,6 @@
   fi
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog FEATURES LICENCE MACHINES META-FAQ NEWS README
@@ -275,14 +261,13 @@
 %endif
 
 %if 0%{?suse_version}
-%dir /etc/zsh_completion.d
+%dir %{_sysconfdir}/zsh_completion.d
 %endif
 
 %{_bindir}/zsh
 /bin/zsh
 %{_libdir}/zsh/
 %{_datadir}/zsh/
-#exclude %{_datadir}/zsh/htmldoc
 %{_infodir}/zsh.info*.gz
 %{_mandir}/man1/zsh*.1.gz
 

++++++ zsh-4.3.12.tar.bz2 -> zsh-4.3.13.tar.bz2 ++++++
++++ 17694 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to