Skip to content

Commit

Permalink
Bump holland version to 1.0.14
Browse files Browse the repository at this point in the history
Preparing for v1.0.14 release to address critical bug in
holland 1.0.12.
  • Loading branch information
abg committed Mar 1, 2016
1 parent 65239a2 commit f9b4082
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion contrib/holland-commvault/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '1.0.12'
version = '1.0.14'

setup(
name='holland_commvault',
Expand Down
7 changes: 5 additions & 2 deletions contrib/holland.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# el4 also... which doesn't support it
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}

%{!?holland_version: %global holland_version 1.0.12}
%{!?holland_version: %global holland_version 1.0.14}

# default %%rhel to make things easier to build
%{!?rhel: %global rhel %%(%{__sed} 's/^[^0-9]*\\([0-9]\\+\\).*/\\1/' /etc/redhat-release)}
Expand Down Expand Up @@ -33,7 +33,7 @@

Name: holland
Version: %{holland_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Pluggable Backup Framework
Group: Applications/Archiving
License: BSD
Expand Down Expand Up @@ -541,6 +541,9 @@ rm -rf %{buildroot}
%endif

%changelog
* Tue Mar 01 2016 Andrew Garner <[email protected]> - 1.0.14-1
- Latest sources from upstream

* Mon Feb 08 2016 Andrew Garner <[email protected]> - 1.0.12-2
- Latest sources from upstream

Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.example/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.example',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mysql_lvm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name="holland.backup.mysql_lvm",
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mysqldump/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.mysqldump',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.mysqlhotcopy/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.mysqlhotcopy',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.pgdump/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.pgdump',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.random/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.random',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.sqlite/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.sqlite',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.tar/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.tar',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.backup.xtrabackup/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.backup.xtrabackup',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.lib.common/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.lib.common',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.lib.lvm/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.lib.lvm',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion plugins/holland.lib.mysql/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.0.12'
version = '1.0.14'

setup(name='holland.lib.mysql',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '1.0.12'
version = '1.0.14'

setup(name="holland",
version=version,
Expand Down

0 comments on commit f9b4082

Please sign in to comment.