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 17, 2020
1 parent 23f3668 commit 039fda8
Show file tree
Hide file tree
Showing 3 changed files with 9 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/05/16
2020/08/17
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.0.0.tar.gz
$ git archive --format tar.gz --prefix='libhinawa-2.0.0/' 2.0.0 -o ~/rpmbuild/SOURCES/libhinawa-2.0.0.tar.gz
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
2. rpmbuild -bb libhinawa.spec

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

Expand All @@ -12,6 +12,7 @@ BuildRequires: gtk-doc >= 1.18-2
BuildRequires: gobject-introspection >= 1.32.1, gobject-introspection-devel >= 1.32.1
BuildRequires: python3-gobject

Requires: glib2%{?_isa} >= %{glib2_version}

%description
Hinawa is an gobject introspection library for devices connected to
Expand Down Expand Up @@ -63,6 +64,9 @@ developing applications that use %{name}.


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

* Thu May 20 2020 Takashi Sakamoto <[email protected]> - 2.0.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.0.0',
version: '2.1.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit 039fda8

Please sign in to comment.