Skip to content

Commit

Permalink
bump up to v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takaswie committed Apr 22, 2019
1 parent 2388cf5 commit 13a8467
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ qt5 - PyQt5 is required.

## How to make RPM package

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

end
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: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: GObject introspection library for devices connected to IEEE 1394 bus

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


%changelog
* Mon Apr 22 2019 Takashi Sakamoto <[email protected]> - 1.3.0
- new upstream release.

* Sun Mar 21 2019 Takashi Sakamoto <[email protected]> - 1.2.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: '1.2.0',
version: '1.3.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.32.0',
)
Expand Down

0 comments on commit 13a8467

Please sign in to comment.