From: Kern Sibbald Date: Tue, 27 Apr 2010 12:15:03 +0000 (+0200) Subject: Tweak update version in specs X-Git-Tag: Release-5.0.2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5fe9b95c5e844369c96aa82f2533cedf3257316b;p=bacula%2Fbacula Tweak update version in specs --- diff --git a/bacula/platforms/rpm/bacula-bat.spec b/bacula/platforms/rpm/bacula-bat.spec index f9c8ed8bad..bb84636fea 100644 --- a/bacula/platforms/rpm/bacula-bat.spec +++ b/bacula/platforms/rpm/bacula-bat.spec @@ -1,12 +1,12 @@ # Bacula RPM spec file # -# Copyright (C) 2000-2009 Free Software Foundation Europe e.V. +# Copyright (C) 2000-2010 Free Software Foundation Europe e.V. # Platform Build Configuration # basic defines for every build %define _release 1 -%define _version 5.0.1 +%define _version 5.0.2 %define depkgs_qt_version 28Jul09 # this is the QT version in depkgs_qt @@ -71,16 +71,16 @@ %define mdk 0 %if %{_vendor} == redhat - %define fedora 1 - %define _dist %(cat /etc/redhat-release) + %define fedora 1 + %define _dist %(cat /etc/redhat-release) %endif %if %{_vendor} == suse - %define suse 1 - %define _dist %(grep -i SuSE /etc/SuSE-release) + %define suse 1 + %define _dist %(grep -i SuSE /etc/SuSE-release) %endif %if %{_vendor} == Mandriva - %define mdk 1 - %define _dist %(grep Mand /etc/mandrake-release) + %define mdk 1 + %define _dist %(grep Mand /etc/mandrake-release) %endif %if ! %{fedora} && ! %{suse} && ! %{mdk} %{error: Unknown platform. Please examine the spec file.} diff --git a/bacula/platforms/rpm/bacula-docs.spec b/bacula/platforms/rpm/bacula-docs.spec index 6cdee044a7..d148eaad10 100644 --- a/bacula/platforms/rpm/bacula-docs.spec +++ b/bacula/platforms/rpm/bacula-docs.spec @@ -1,12 +1,12 @@ # Bacula RPM spec file # -# Copyright (C) 2000-2009 Free Software Foundation Europe e.V. +# Copyright (C) 2000-2010 Free Software Foundation Europe e.V. # Platform Build Configuration # basic defines for every build %define _release 1 -%define _version 5.0.0 +%define _version 5.0.2 %define _packager D. Scott Barninger %define _prefix /usr diff --git a/bacula/platforms/rpm/bacula-mtx.spec b/bacula/platforms/rpm/bacula-mtx.spec index 5376d0f159..f0b488aa7e 100644 --- a/bacula/platforms/rpm/bacula-mtx.spec +++ b/bacula/platforms/rpm/bacula-mtx.spec @@ -1,12 +1,12 @@ # Bacula RPM spec file # -# Copyright (C) 2000-2009 Free Software Foundation Europe e.V. +# Copyright (C) 2000-2010 Free Software Foundation Europe e.V. # Platform Build Configuration # basic defines for every build %define _release 1 -%define _version 5.0.0 +%define _version 5.0.2 %define depkgs_version 18Feb09 %define _packager D. Scott Barninger diff --git a/bacula/platforms/rpm/bacula.spec b/bacula/platforms/rpm/bacula.spec index cd16bf70d6..12d99d64e3 100644 --- a/bacula/platforms/rpm/bacula.spec +++ b/bacula/platforms/rpm/bacula.spec @@ -1,12 +1,12 @@ # Bacula RPM spec file # -# Copyright (C) 2000-2009 Free Software Foundation Europe e.V. +# Copyright (C) 2000-2010 Free Software Foundation Europe e.V. # Platform Build Configuration # basic defines for every build %define _release 1 -%define _version 5.0.1 +%define _version 5.0.2 %define _packager D. Scott Barninger %define depkgs_version 18Dec09 @@ -776,8 +776,8 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --disable-gnome \ --disable-bwx-console \ --disable-tray-monitor \ - --disable-conio \ - --enable-readline \ + --disable-conio \ + --enable-readline \ %if %{mysql} --with-mysql \ %endif diff --git a/bacula/src/version.h b/bacula/src/version.h index 125944ed58..51ec53204a 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION #define VERSION "5.0.2" -#define BDATE "22 April 2010" -#define LSMDATE "22Apr10" +#define BDATE "26 April 2010" +#define LSMDATE "26Apr10" #define PROG_COPYRIGHT "Copyright (C) %d-2010 Free Software Foundation Europe e.V.\n" #define BYEAR "2010" /* year for copyright messages in progs */