Skip to content

Commit

Permalink
bump up to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takaswie committed Feb 24, 2019
1 parent 7e114f2 commit e958ac2
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.1.0.tar.gz
$ git archive --format tar.gz --prefix='libhinawa-1.1.0/' 1.1.0 -o ~/rpmbuild/SOURCES/libhinawa-1.1.0.tar.gz
1. archive all source code into libhinawa-1.1.1.tar.gz
$ git archive --format tar.gz --prefix='libhinawa-1.1.1/' 1.1.1 -o ~/rpmbuild/SOURCES/libhinawa-1.1.1.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.1.0
Version: 1.1.1
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
* Sun Feb 25 2019 Takashi Sakamoto <[email protected]> - 1.1.1
- new upstream release with bug fixes.

* Sun Dec 30 2018 Takashi Sakamoto <[email protected]> - 1.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: '1.1.0',
version: '1.1.1',
license: 'LGPL-2.1+',
meson_version: '>= 0.32.0',
)
Expand Down

0 comments on commit e958ac2

Please sign in to comment.