Skip to content

Commit

Permalink
bump up to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takaswie committed Dec 5, 2019
1 parent f7df2ed commit a1ef530
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 @@ -105,8 +105,8 @@ qt5 - PyQt5 is required.

## How to make RPM package

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

## Future plan for libhinawa v2 and backward compatibility
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: 1.4.1
Version: 1.4.2
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
* Thu Dec 5 2019 Takashi Sakamoto <[email protected]> - 1.4.2
- new upstream release.

* Mon Dec 2 2019 Takashi Sakamoto <[email protected]> - 1.4.1
- 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.4.1',
version: '1.4.2',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit a1ef530

Please sign in to comment.