Skip to content

Commit

Permalink
bump release version up to 2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Jun 30, 2022
1 parent 248e07d commit f847200
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=========
libhinawa
=========
=====================
The libhinawa project
=====================

2022/06/19
2022/06/30
Takashi Sakamoto

Instruction
Expand All @@ -19,7 +19,7 @@ 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>`_.
The latest release is `2.5.1 <https://github.com/alsa-project/libhinawa/tags/2.5.1>`_.

Example of Python3 with PyGobject
=================================
Expand Down Expand Up @@ -143,14 +143,14 @@ How to make RPM package
$ cd build
$ meson dist
...
meson-dist/libhinawa-2.5.0.tar.xz 3bc5833e102f38d3b08de89e6355deb83dffb81fb6cc34fc7f2fc473be5b4c47
meson-dist/libhinawa-2.5.1.tar.xz 3bc5833e102f38d3b08de89e6355deb83dffb81fb6cc34fc7f2fc473be5b4c47
$ cd ..

3. copy the archive

::

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

4. build package

Expand Down
5 changes: 4 additions & 1 deletion libhinawa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global glib2_version 2.44.0

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

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

%changelog
* Thu Jun 30 2022 Takashi Sakamoto <[email protected]> - 2.5.1
- new upstream release.

* Sun May 26 2022 Takashi Sakamoto <[email protected]> - 2.5.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.5.0',
version: '2.5.1',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit f847200

Please sign in to comment.