Skip to content

Commit

Permalink
bump up to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takaswie committed Oct 12, 2019
1 parent 08758a0 commit a16a637
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.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
1. archive all source code into libhinawa-1.4.0.tar.gz
$ git archive --format tar.gz --prefix='libhinawa-1.4.0/' 1.4.0 -o ~/rpmbuild/SOURCES/libhinawa-1.4.0.tar.gz
2. rpmbuild -bb libhinawa.spec

## Future plan for libhinawa v2 and backward compatibility
Expand Down
10 changes: 8 additions & 2 deletions libhinawa.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Name: libhinawa
Version: 1.3.0
Version: 1.4.0
Release: 1%{?dist}
Summary: GObject introspection library for devices connected to IEEE 1394 bus

License: LGPLv2
URL: https://github.com/takaswie/libhinawa
Source: %{name}-%{version}.tar.xz

BuildRequires: meson >= 0.32.0
BuildRequires: meson >= 0.46.0
BuildRequires: gtk-doc >= 1.18-2
BuildRequires: gobject-introspection >= 1.32.1, gobject-introspection-devel >= 1.32.1
BuildRequires: python3-gobject
Expand Down Expand Up @@ -63,6 +63,12 @@ developing applications that use %{name}.


%changelog
* Sat Oct 12 2019 Takashi Sakamoto <[email protected]> - 1.4.0
- new upstream release.

* Tue May 7 2019 Takashi Sakamoto <[email protected]> - 1.3.1
- new upstream release.

* Mon Apr 22 2019 Takashi Sakamoto <[email protected]> - 1.3.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.3.0',
version: '1.4.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit a16a637

Please sign in to comment.