]> git.pld-linux.org Git - packages/setup.git/commitdiff
- rel 3; use gotar fix auto/th/setup-2_7_3-3 auto/ti/setup-2_7_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Feb 2011 06:32:27 +0000 (06:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup-zsh.patch -> 1.2
    setup.spec -> 1.161

setup-zsh.patch
setup.spec

index c36b910d9933354983d9b52188d4fac2c30814e9..d14668553ef49624eee7cbbd35efd7d5e2c1c2fc 100644 (file)
@@ -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
index 334f60b0b4ab607cb711d182130edfcdb5f8a76e..58cab28d080f4eb50d5e96035501d1af3be8740f 100644 (file)
@@ -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
This page took 0.04892 seconds and 4 git commands to generate.