Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Feb 19, 2021
1 parent 3666174 commit eced01c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.3.1] - 2012-02-19
### Changed
* Fix regression in create command --output option.

## [v0.3.0] - 2012-02-19
### Added
* Faster hashing backend using Intel ISA-L Crypto multi-buffer hashing.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(SET CMP0077 NEW)
project(torrenttools
DESCRIPTION "A commandline tool for creating, inspecting and modifying BitTorrent metafiles."
LANGUAGES CXX
VERSION 0.3.0
VERSION 0.3.1
HOMEPAGE_URL https://www.github.com/fbdtemme/torrenttools)

# Make Find modules in cmake dir available
Expand Down
7 changes: 5 additions & 2 deletions packages/rpm/torrenttools.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global forgeurl https://www.github.com/fbdtemme/torrenttools
%global tag 0.3.0
%global tag 0.3.1
Version: %{tag}

# Verbose processing. Remove -i -v before commit
Expand All @@ -9,7 +9,7 @@ Name: torrenttools
URL: %{forgeurl}
Source: %{forgesource}
License: MIT
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A commandline tool for creating, inspecting and modifying BitTorrent metafiles.

BuildRequires: openssl-devel
Expand Down Expand Up @@ -70,6 +70,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools
%{_bindir}/torrenttools

%changelog
* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.1-1
- Update to 0.3.1

* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.0-2
- Fix missing autotools dependencies

Expand Down
5 changes: 4 additions & 1 deletion packages/rpm/torrenttools.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name: @PACKAGE_NAME@
URL: %{forgeurl}
Source: %{forgesource}
License: @PACKAGE_LICENSE@
Release: 2%{?dist}
Release: 1%{?dist}
Summary: @PACKAGE_DESCRIPTION_SUMMARY@

BuildRequires: openssl-devel
Expand Down Expand Up @@ -70,6 +70,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools
%{_bindir}/torrenttools

%changelog
* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.1-1
- Update to 0.3.1

* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.0-2
- Fix missing autotools dependencies

Expand Down

0 comments on commit eced01c

Please sign in to comment.