Skip to content

Commit

Permalink
bump release version up to 2.5.0
Browse files Browse the repository at this point in the history
It's time to release.

Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed May 26, 2022
1 parent 046e467 commit 784a2a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
libhinawa
=========

2022/05/13
2022/05/26
Takashi Sakamoto

Instruction
Expand All @@ -19,6 +19,8 @@ been already obsoleted and deligated the functions to
`libhitaki <https://github.com/alsa-project/libhitaki>`_, while are still kept for backward
compatibility. They should not be used for applications written newly.

The latest release is `2.5.0 <https://github.com/alsa-project/libhinawa/tags/2.5.0>`_.

Example of Python3 with PyGobject
=================================

Expand Down Expand Up @@ -141,14 +143,14 @@ How to make RPM package
$ cd build
$ meson dist
...
meson-dist/libhinawa-2.4.0.tar.xz 3bc5833e102f38d3b08de89e6355deb83dffb81fb6cc34fc7f2fc473be5b4c47
meson-dist/libhinawa-2.5.0.tar.xz 3bc5833e102f38d3b08de89e6355deb83dffb81fb6cc34fc7f2fc473be5b4c47
$ cd ..

3. copy the archive

::

$ cp build/meson-dist/libhinawa-2.4.0.tar.xz ~/rpmbuild/SOURCES/
$ cp build/meson-dist/libhinawa-2.5.0.tar.xz ~/rpmbuild/SOURCES/

4. build package

Expand Down
10 changes: 6 additions & 4 deletions libhinawa.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global with_tests 0
%global glib2_version 2.34.0
%global glib2_version 2.44.0

Name: libhinawa
Version: 2.4.0
Version: 2.5.0
Release: 1%{?dist}
Summary: GObject introspection library for devices connected to IEEE 1394 bus

Expand All @@ -24,8 +24,7 @@ Requires: glib2%{?_isa} >= %{glib2_version}
%description
Hinawa is an gobject introspection library for devices connected to
IEEE 1394 bus. This library supports any types of transactions over
IEEE 1394 bus. This library also supports some functionality which
ALSA firewire stack produces.
IEEE 1394 bus.


%package devel
Expand Down Expand Up @@ -71,6 +70,9 @@ developing applications that use %{name}.
%{_datadir}/doc/libhinawa/*

%changelog
* Sun May 26 2022 Takashi Sakamoto <[email protected]> - 2.5.0
- new upstream release.

* Sun Oct 27 2021 Takashi Sakamoto <[email protected]> - 2.4.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.4.0',
version: '2.5.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit 784a2a4

Please sign in to comment.