Hello community, here is the log from the commit of package zsh for openSUSE:Factory checked in at 2015-05-10 10:53:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-04-25 16:46:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2015-05-10 10:53:53.000000000 +0200 @@ -1,0 +2,11 @@ +Sun May 3 07:36:02 UTC 2015 - [email protected] + +- Fix openSUSE versions in osc completion + * zsh-osc-completion.patch + +------------------------------------------------------------------- +Wed Apr 29 08:30:49 UTC 2015 - [email protected] + +- Add gcc5-fix.patch to fix signames.c generation with gcc5 + +------------------------------------------------------------------- New: ---- gcc5-fix.patch zsh-osc-completion.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zsh.spec ++++++ --- /var/tmp/diff_new_pack.Wtl1vz/_old 2015-05-10 10:53:54.000000000 +0200 +++ /var/tmp/diff_new_pack.Wtl1vz/_new 2015-05-10 10:53:54.000000000 +0200 @@ -37,6 +37,9 @@ Source17: zshprompt.pl %endif Patch1: trim-unneeded-completions.patch +Patch2: gcc5-fix.patch +# PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc completion +Patch3: zsh-osc-completion.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} Requires(pre): %{install_info_prereq} @@ -95,6 +98,8 @@ %if 0%{?suse_version} %patch1 -p1 %endif +%patch2 -p1 +%patch3 -p1 # Remove executable bit chmod 0644 Etc/changelog2html.pl ++++++ gcc5-fix.patch ++++++ Index: zsh-5.0.7/Src/zsh.mdd =================================================================== --- zsh-5.0.7.orig/Src/zsh.mdd +++ zsh-5.0.7/Src/zsh.mdd @@ -23,7 +23,7 @@ hdrdeps="zshcurses.h zshterm.h" signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@ $(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c - $(CPP) sigtmp.c >sigtmp.out + $(CPP) -P sigtmp.c >sigtmp.out $(AWK) -f $(sdir)/signames2.awk sigtmp.out > $@ rm -f sigtmp.c sigtmp.out ++++++ zsh-osc-completion.patch ++++++ Index: zsh-5.0.7/Completion/openSUSE/Command/_osc =================================================================== --- zsh-5.0.7.orig/Completion/openSUSE/Command/_osc +++ zsh-5.0.7/Completion/openSUSE/Command/_osc @@ -16,8 +16,8 @@ # version 0.2 # -OSC_BUILD_TARGETS="openSUSE_12.1 openSUSE_12.2 openSUSE_12.3 openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP2" -OSC_PROJECTS="openSUSE:Factory openSUSE:Tumbleweed openSUSE:12.3 openSUSE:12.2 openSUSE:12.1" +OSC_BUILD_TARGETS="openSUSE_13.1 openSUSE_13.2 openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP3 SLE_12" +OSC_PROJECTS="openSUSE:Factory openSUSE:Tumbleweed openSUSE:13.2 openSUSE:13.1" # user defined variables $OSC_BUILD_TARGETS_EXTRA and # $OSC_PROJECTS_EXTRA can add to the project/build target list
