Skip to content

Commit

Permalink
bump release version up to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Aug 24, 2020
1 parent 3b69262 commit c326bce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libhinawa

2020/08/17
2020/08/24
Takashi Sakamoto

## Instruction
Expand Down Expand Up @@ -111,8 +111,8 @@ qt5 - PyQt5 is required.

## How to make RPM package

1. archive all source code into libhinawa-2.1.0.tar.gz
$ git archive --format tar.gz --prefix='libhinawa-2.1.0/' 2.1.0 -o ~/rpmbuild/SOURCES/libhinawa-2.1.0.tar.gz
1. archive all source code into libhinawa-2.2.0.tar.gz
$ git archive --format tar.gz --prefix='libhinawa-2.2.0/' 2.2.0 -o ~/rpmbuild/SOURCES/libhinawa-2.2.0.tar.gz
2. rpmbuild -bb libhinawa.spec

## Lose of backward compatibility from v1 release.
Expand Down
5 changes: 4 additions & 1 deletion libhinawa.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libhinawa
Version: 2.1.0
Version: 2.2.0
Release: 1%{?dist}
Summary: GObject introspection library for devices connected to IEEE 1394 bus

Expand Down Expand Up @@ -64,6 +64,9 @@ developing applications that use %{name}.


%changelog
* Thu Aug 24 2020 Takashi Sakamoto <[email protected]> - 2.2.0
- new upstream release.

* Thu Aug 18 2020 Takashi Sakamoto <[email protected]> - 2.1.0
- new upstream release.

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libhinawa', 'c',
version: '2.1.0',
version: '2.2.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit c326bce

Please sign in to comment.