Skip to content

Commit

Permalink
Version bump to 1.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Jerome <[email protected]>
  • Loading branch information
solj committed Jul 1, 2013
1 parent 166ff79 commit d5943d2
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 22 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bcfg2 (1.3.2-0.0) unstable; urgency=low

* New upstream release

-- Sol Jerome <[email protected]> Mon, 01 Jul 2013 16:24:46 -0500

bcfg2 (1.3.1-0.0) unstable; urgency=low

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion misc/bcfg2-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%global selinux_variants %([ -z "%{selinux_types}" ] && echo mls strict targeted || echo %{selinux_types})

Name: bcfg2-selinux
Version: 1.3.1
Version: 1.3.2
Release: 1
Summary: Bcfg2 Client and Server SELinux policy

Expand Down Expand Up @@ -120,6 +120,9 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Mon Jul 01 2013 Sol Jerome <[email protected]> 1.3.2-1
- New upstream release

* Thu Mar 21 2013 Sol Jerome <[email protected]> 1.3.1-1
- New upstream release

Expand Down
11 changes: 7 additions & 4 deletions misc/bcfg2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%{!?_initrddir: %global _initrddir %{_sysconfdir}/rc.d/init.d}

Name: bcfg2
Version: 1.3.1
Version: 1.3.2
Release: 1
Summary: Configuration management system

Expand Down Expand Up @@ -86,7 +86,7 @@ deployment strategies.
This package includes the Bcfg2 client software.

%package server
Version: 1.3.1
Version: 1.3.2
Summary: Bcfg2 Server
%if 0%{?suse_version}
Group: System/Management
Expand Down Expand Up @@ -138,7 +138,7 @@ deployment strategies.
This package includes the Bcfg2 server software.

%package server-cherrypy
Version: 1.3.1
Version: 1.3.2
Summary: Bcfg2 Server - CherryPy backend
%if 0%{?suse_version}
Group: System/Management
Expand Down Expand Up @@ -239,7 +239,7 @@ deployment strategies.
This package includes the Bcfg2 documentation.

%package web
Version: 1.3.1
Version: 1.3.2
Summary: Bcfg2 Web Reporting Interface
%if 0%{?suse_version}
Group: System/Management
Expand Down Expand Up @@ -476,6 +476,9 @@ fi
%endif

%changelog
* Mon Jul 01 2013 Sol Jerome <[email protected]> 1.3.2-1
- New upstream release

* Thu Mar 21 2013 Sol Jerome <[email protected]> 1.3.1-1
- New upstream release

Expand Down
4 changes: 2 additions & 2 deletions osx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ SITELIBDIR = /Library/Python/${PYVERSION}/site-packages
# an Info.plist file for packagemaker to look at for package creation
# and substitute the version strings. Major/Minor versions can only be
# integers (e.g. "1" and "00" for bcfg2 version 1.0.0.
BCFGVER = 1.3.1
BCFGVER = 1.3.2
MAJOR = 1
MINOR = 31
MINOR = 32

default: clean client

Expand Down
2 changes: 1 addition & 1 deletion osx/macports/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python26 1.0

name bcfg2
version 1.3.1
version 1.3.2
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD
Expand Down
2 changes: 1 addition & 1 deletion redhat/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
3 changes: 3 additions & 0 deletions redhat/bcfg2.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ fi
%doc %{_defaultdocdir}/bcfg2-doc-%{version}

%changelog
* Mon Jul 01 2013 Sol Jerome <[email protected]> 1.3.2-1
- New upstream release

* Thu Mar 21 2013 Sol Jerome <[email protected]> 1.3.1-1
- New upstream release

Expand Down
3 changes: 1 addition & 2 deletions solaris-ips/MANIFEST.bcfg2-server.header
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
license ../../LICENSE license=simplified_bsd
set name=description value="Configuration management server"
set name=pkg.summary value="Configuration management server"
set name=pkg.fmri value="pkg://bcfg2/[email protected]"

set name=pkg.fmri value="pkg://bcfg2/[email protected]"
3 changes: 1 addition & 2 deletions solaris-ips/MANIFEST.bcfg2.header
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
license ../../LICENSE license=simplified_bsd
set name=description value="Configuration management client"
set name=pkg.summary value="Configuration management client"
set name=pkg.fmri value="pkg://bcfg2/[email protected]"

set name=pkg.fmri value="pkg://bcfg2/[email protected]"
file usr/bin/bcfg2 group=bin mode=0755 owner=root path=usr/bin/bcfg2
2 changes: 1 addition & 1 deletion solaris-ips/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/gmake

VERS=1.2.4-1
VERS=1.3.2-1
PYVERSION := $(shell python -c "import sys; print sys.version[0:3]")

default: clean package
Expand Down
2 changes: 1 addition & 1 deletion solaris-ips/pkginfo.bcfg2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
VERSION="1.2.4"
VERSION="1.3.2"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion solaris-ips/pkginfo.bcfg2-server
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
VERSION="1.2.4"
VERSION="1.3.2"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion solaris/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/sfw/bin/gmake

PYTHON="/usr/local/bin/python"
VERS=1.3.1-1
VERS=1.3.2-1
PYVERSION := $(shell $(PYTHON) -c "import sys; print sys.version[0:3]")

default: clean package
Expand Down
2 changes: 1 addition & 1 deletion solaris/pkginfo.bcfg2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
VERSION="1.3.1"
VERSION="1.3.2"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion solaris/pkginfo.bcfg2-server
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
VERSION="1.3.1"
VERSION="1.3.2"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Bcfg2/Reporting/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>{% block pagebanner %}Page Banner{% endblock %}</h1>
<div style='clear:both'></div>
</div><!-- document -->
<div id="footer">
<span>Bcfg2 Version 1.3.1</span>
<span>Bcfg2 Version 1.3.2</span>
</div>

<div id="calendar_div" style='position:absolute; visibility:hidden; background-color:white; layer-background-color:white;'></div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Bcfg2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import re

__version__ = "1.3.1"
__version__ = "1.3.2"


class Bcfg2VersionInfo(tuple): # pylint: disable=E0012,R0924
Expand Down

0 comments on commit d5943d2

Please sign in to comment.