From 9a1866d177b531ce4c2446872fe243f8c04eaae3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 25 Feb 2011 06:32:27 +0000 Subject: [PATCH] - rel 3; use gotar fix Changed files: setup-zsh.patch -> 1.2 setup.spec -> 1.161 --- setup-zsh.patch | 23 ++++++----------------- setup.spec | 2 +- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/setup-zsh.patch b/setup-zsh.patch index c36b910..d146685 100644 --- a/setup-zsh.patch +++ b/setup-zsh.patch @@ -1,28 +1,17 @@ -Index: profile +Index: etc/profile =================================================================== RCS file: /cvsroot/setup/etc/profile,v retrieving revision 1.55 -retrieving revision 1.56 -diff -u -u -r1.55 -r1.56 +retrieving revision 1.57 +diff -u -u -r1.55 -r1.57 --- setup/etc/profile 22 Jan 2011 20:08:54 -0000 1.55 -+++ setup/etc/profile 24 Feb 2011 19:17:44 -0000 1.56 -@@ -128,7 +128,18 @@ ++++ setup/etc/profile 24 Feb 2011 23:07:56 -0000 1.57 +@@ -128,7 +128,7 @@ ;; * ) if [ -r "$i" ]; then - . "$i"; export "$NAME" -+ . "$i" -+ # export VAR will set and export VAR -+ # if it didn't exist before. Other shells -+ # (ksh, bash) behave differently. -+ if [ -n "$ZSH_VERSION" ]; then -+ # zsh specific -+ if [ "${(P)+NAME}" = "1" ]; then -+ export "$NAME" -+ fi -+ else -+ export "$NAME" -+ fi ++ . "$i"; eval [ '"${'"$NAME"'+X}"' = 'X' ] && export $NAME fi ;; esac diff --git a/setup.spec b/setup.spec index 334f60b..58cab28 100644 --- a/setup.spec +++ b/setup.spec @@ -14,7 +14,7 @@ Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração Summary(tr.UTF-8): Basit kurulum dosyaları Name: setup Version: 2.7.3 -Release: 2 +Release: 3 License: Public Domain, partially BSD-like Group: Base Source0: %{name}-%{version}.tar.bz2 -- 2.44.0