Skip to content

Commit

Permalink
Changed new version from 1.1.1 to 1.1.2 (hotfix branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitarek committed Oct 3, 2014
1 parent f5e75ff commit d2ed83c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
What's new in...
================

1.1.2
-----

1.1.1
-----

Expand Down
8 changes: 4 additions & 4 deletions CQ-Unix-Toolkit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
# limitations under the License.
Summary: CQ Unix Toolkit
Name: CQ-Unix-Toolkit
Version: 1.1.1
Version: 1.1.2
Release: 0
License: GPL
Group: Tools/CQ
Source: https://github.com/Cognifide/CQ-Unix-Toolkit/archive/v1.1.1.tar.gz
Source: https://github.com/Cognifide/CQ-Unix-Toolkit/archive/v1.1.2.tar.gz
URL: https://github.com/Cognifide/CQ-Unix-Toolkit
Vendor: Cognifide Limited
Packager: Arkadiusz Kita <arkadiusz.kita@cognifide.com>
BuildArch: noarch

# NOTE! Before building place v1.1.1.tar.gz file from above URL in SOURCES
# NOTE! Before building place v1.1.2.tar.gz file from above URL in SOURCES
# rpmbuild directory.

%description
Expand All @@ -42,7 +42,7 @@ platform such as:

%prep
echo Building %{name}-%{version}-%{release}
%setup -n CQ-Unix-Toolkit-1.1.1
%setup -n CQ-Unix-Toolkit-1.1.2

%build
mkdir -p %buildroot/%{_bindir}/
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ change `INSTALL_DIR` variable in script if you want to something else.
Building an RPM package
-----------------------

Before building place `v1.1.0.tar.gz` file in SOURCES rpmbuild directory.
Before building place `vX.Y.Z.tar.gz` file in SOURCES rpmbuild directory
(X.Y.Z is the current version of CQ Unix Toolkit you would like to build).
The correct URL from which file can be obtained is defined in spec file in
`Source:` field.

Expand Down
2 changes: 1 addition & 1 deletion cqapi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION=1.1.1
VERSION=1.1.2
_usage()
{
cat <<EOT
Expand Down

0 comments on commit d2ed83c

Please sign in to comment.