-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #595 from pooya/develop
Bump version to 0.5.4
- Loading branch information
Showing
6 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.3 | ||
0.5.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
disco (0.5.4) unstable; urgency=low | ||
|
||
* New package for 0.5.4 | ||
|
||
-- Shayan Pooya <[email protected]> Wed, 27 Oct 2014 22:00:00 -0700 | ||
|
||
disco (0.5.3) unstable; urgency=low | ||
|
||
* New package for 0.5.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%define _unpackaged_files_terminate_build 0 | ||
Summary: An open-source mapreduce framework. | ||
Name: disco | ||
Version: 0.5.3 | ||
Version: 0.5.4 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: System Environment/Daemon | ||
|
@@ -127,6 +127,10 @@ if [ "$1" = 0 ]; then | |
fi | ||
|
||
%changelog | ||
|
||
* Fri Aug 01 2014 Shayan Pooya <[email protected]> - 0.5.4-1 | ||
- Release version 0.5.4 | ||
|
||
* Fri Aug 01 2014 Shayan Pooya <[email protected]> - 0.5.3-1 | ||
- Release version 0.5.3 | ||
|
||
|