passwordsync/build.bat | 6 +++--- passwordsync/wix/PassSync.wxs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit b97795a3972724cbfba650cc1fc646cb5ef5b2a6 Author: Rich Megginson rmeggins@redhat.com Date: Tue May 11 17:23:30 2010 -0600
use nspr 4.8.4 and nss 3.12.6 - bump version to 1.1.4
diff --git a/passwordsync/build.bat b/passwordsync/build.bat index 0e7b786..fbc5119 100644 --- a/passwordsync/build.bat +++ b/passwordsync/build.bat @@ -156,7 +156,7 @@ if [%BRANDNOSPACE%] == [] ( set BRANDNOSPACE=389 ) if [%VERSION%] == [] ( - set VERSION=1.1.3 + set VERSION=1.1.4 )
rem ======== Set Various Build Directories ======== @@ -193,7 +193,7 @@ if [%INTERNAL_BUILD%] == [1] ( )
rem ------ NSPR ------ -set NSPR_LOCATION=%COMPONENT_URL%/nspr/v4.8 +set NSPR_LOCATION=%COMPONENT_URL%/nspr/v4.8.4 if NOT EXIST "%LIBROOT%\nspr" ( echo on echo mkdir "%LIBROOT%\nspr" @@ -219,7 +219,7 @@ if NOT EXIST "%LIBROOT%\nspr" ( )
rem ------ NSS ------ -set NSS_LOCATION=%COMPONENT_URL%/nss/NSS_3_12_4_RTM +set NSS_LOCATION=%COMPONENT_URL%/nss/NSS_3_12_6_RTM if NOT EXIST "%LIBROOT%\nss" ( mkdir "%LIBROOT%\nss" mkdir "%LIBROOT%\nss\include" diff --git a/passwordsync/wix/PassSync.wxs b/passwordsync/wix/PassSync.wxs index 57a4f1b..060b6f7 100644 --- a/passwordsync/wix/PassSync.wxs +++ b/passwordsync/wix/PassSync.wxs @@ -36,7 +36,7 @@ All rights reserved. END COPYRIGHT BLOCK -->
-<?define Property_ProductCode = "C2776A52-8A62-4B52-9D6F-F35F24CA3AEC" ?> +<?define Property_ProductCode = "ffac8b42-c505-4046-9028-f44f6353668a" ?> <?if $(var.USE64)=1 ?> <?define Property_SysFolder = "System64Folder" ?> <?define Property_PFilesFolder = "ProgramFiles64Folder" ?>
389-commits@lists.fedoraproject.org