# # # patch "configure.ac" # from [526a9af13ac143ef35c8579548280a71dc4eebdb] # to [41a9cf30f435d48aa23123840085a8dc0b7dbefc] # # patch "monotone.spec" # from [e3702204cf048ca25bcd3ebebc7d07821235249b] # to [31cc477969b7be1f294053cfa4e3ef3684c24254] # # patch "visualc/config.h" # from [335b4d4550a3ff867dbaa58329c86b5d374d9c5b] # to [cc28532b09bac539748c000d702c246c5e195b51] # # patch "win32/monotone.iss" # from [116a4d7701c0c52e7574787880e431b9b4138de2] # to [035c0641bca85aa9f6942a68b4823c477efd1559] # ============================================================ --- configure.ac 526a9af13ac143ef35c8579548280a71dc4eebdb +++ configure.ac 41a9cf30f435d48aa23123840085a8dc0b7dbefc @@ -10,7 +10,7 @@ AC_PREREQ(2.58) # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT([monotone], [0.43dev], address@hidden) +AC_INIT([monotone], [0.43], address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_HEADERS([config.h]) @@ -55,7 +55,7 @@ AC_DEFINE_UNQUOTED(os_err_t, $os_err_t, esac AM_CONDITIONAL(WIN32_PLATFORM, $WIN32_PLATFORM) AC_DEFINE_UNQUOTED(os_err_t, $os_err_t, - [Define as the best type to hold an OS error code.]) + [Define as the best type to hold an OS error code.]) # Checks for programs. @@ -66,7 +66,7 @@ AC_ARG_VAR([CXX_FOR_BUILD], dnl needed for 'txt2c' dnl There ought to be an AC_PROG_CXX_FOR_BUILD, but there isn't. AC_ARG_VAR([CXX_FOR_BUILD], - [C++ compiler command for programs to run on build machine]) + [C++ compiler command for programs to run on build machine]) if test $cross_compiling = yes; then CXX_FOR_BUILD='c++' else @@ -121,22 +121,22 @@ AC_CHECK_TYPE([off_t], AC_CHECK_TYPE([off_t], [], [AC_DEFINE([off_t], [long int], - [Define to `long int' if does not define.])], + [Define to `long int' if does not define.])], [#include ]) AC_CHECK_TYPE([pid_t], [], [AC_DEFINE([pid_t], [int], - [Define to `int' if does not define.])], + [Define to `int' if does not define.])], [#include ]) AC_CHECK_MEMBERS([struct stat.st_ctim.tv_nsec, - struct stat.st_mtim.tv_nsec, - struct stat.st_ctimespec.tv_nsec, - struct stat.st_mtimespec.tv_nsec, - struct stat.st_ctimensec, - struct stat.st_mtimensec], - [], [], [#include ]) + struct stat.st_mtim.tv_nsec, + struct stat.st_ctimespec.tv_nsec, + struct stat.st_mtimespec.tv_nsec, + struct stat.st_ctimensec, + struct stat.st_mtimensec], + [], [], [#include ]) AC_CHECK_MEMBERS([struct dirent.d_type], [], [], [#include ]) # Checks for library functions. @@ -144,6 +144,6 @@ AC_CHECK_FUNCS([__cxa_current_exception_ # complicated check for it. AC_CHECK_FUNCS([__cxa_current_exception_type __cxa_demangle dirfd \ - fstatat mkdtemp mmap putenv setenv strptime unsetenv]) + fstatat mkdtemp mmap putenv setenv strptime unsetenv]) AC_OUTPUT ============================================================ --- monotone.spec e3702204cf048ca25bcd3ebebc7d07821235249b +++ monotone.spec 31cc477969b7be1f294053cfa4e3ef3684c24254 @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.42 +Version: 0.43 Release: 0.mtn.2%{?dist} License: GPL Group: Development/Tools ============================================================ --- visualc/config.h 335b4d4550a3ff867dbaa58329c86b5d374d9c5b +++ visualc/config.h cc28532b09bac539748c000d702c246c5e195b51 @@ -5,7 +5,7 @@ #define PACKAGE_STRING "monotone 0.42" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.42" +#define VERSION "0.43" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 116a4d7701c0c52e7574787880e431b9b4138de2 +++ win32/monotone.iss 035c0641bca85aa9f6942a68b4823c477efd1559 @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.43dev" +#define APPVERS="0.43" #define BUILDDIR=".." #define MINGWDIR="\MinGW"