# # # patch "configure.ac" # from [1f07631ee9cb6ec27c1b383af23ef8f037fc1356] # to [514115197e68db548065f885f801415f6b7cb38f] # # patch "debian/changelog" # from [be4a268d42aadbaa61b2a799ec4f845aa5188d7a] # to [2452cf3abc412535d88d39c482383bd4884d438e] # # patch "monotone.spec" # from [3ba7e686b815842368bc677f497d5ff7d40bfbe5] # to [52ebe24ebf7c5bca6f37640f16eccc90c80f146c] # # patch "visualc/config.h" # from [03e9b735ba1a7fb432c54bf735500e102394e2f5] # to [162e13be4c6fb10947d03e89adc24f3a59c0ecc2] # # patch "win32/monotone.iss" # from [877fe3aae23955c18291dc081af8503109fffe28] # to [08202ab4240c95a452b6a64084541f756a27db42] # ============================================================ --- configure.ac 1f07631ee9cb6ec27c1b383af23ef8f037fc1356 +++ configure.ac 514115197e68db548065f885f801415f6b7cb38f @@ -1,8 +1,8 @@ AC_PREREQ(2.58) # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.33, address@hidden) +AC_INIT(monotone, 0.34, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- debian/changelog be4a268d42aadbaa61b2a799ec4f845aa5188d7a +++ debian/changelog 2452cf3abc412535d88d39c482383bd4884d438e @@ -1,3 +1,9 @@ +monotone (0.34-0.1) unstable; urgency=low + + * New upstream release. + + -- Richard Levitte Sun, 01 Apr 2007 10:20:07 +0200 + monotone (0.33-90.1) unstable; urgency=low * schema upgrade => monotone-server.postinst upgrade ============================================================ --- monotone.spec 3ba7e686b815842368bc677f497d5ff7d40bfbe5 +++ monotone.spec 52ebe24ebf7c5bca6f37640f16eccc90c80f146c @@ -1,14 +1,14 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.33 +Version: 0.34 Release: 0.mtn.1%{?dist} License: GPL Group: Development/Tools URL: http://www.monotone.ca/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: boost-devel >= 1.33.1, texinfo, zlib-devel -Requires: boost >= 1.33.1 +BuildRequires: boost-devel >= 1.32.0, texinfo, zlib-devel +Requires: boost >= 1.32.0 %description monotone is a free, distributed version control system. It provides @@ -57,6 +57,9 @@ fi %changelog +* Sun Apr 1 2007 Richard Levitte +- 0.34 release + * Thu Mar 01 2007 Thomas Keller - removed reference to no longer shipped manpage ============================================================ --- visualc/config.h 03e9b735ba1a7fb432c54bf735500e102394e2f5 +++ visualc/config.h 162e13be4c6fb10947d03e89adc24f3a59c0ecc2 @@ -1,11 +1,11 @@ #ifndef CONFIG_H #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.33" +#define PACKAGE_STRING "monotone 0.34" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.33" +#define VERSION "0.34" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 877fe3aae23955c18291dc081af8503109fffe28 +++ win32/monotone.iss 08202ab4240c95a452b6a64084541f756a27db42 @@ -1,8 +1,8 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.33 -AppVerName=monotone 0.33 -OutputBaseFileName=monotone-0.33-setup +AppVersion=0.34 +AppVerName=monotone 0.34 +OutputBaseFileName=monotone-0.34-setup AppCopyright=Copyright © 2002-2007 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://www.monotone.ca/