aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-06-30 12:01:24 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-06-30 12:01:24 +0900
commitf847200eb9f5665957184a46d313d6f5175c1642 (patch)
tree9017703091d9eeaf3331a320d82543d12e450c9a
parent248e07d3221411775ea91a6c637d8549601e6f15 (diff)
downloadlibhinawa-f847200eb9f5665957184a46d313d6f5175c1642.tar.gz
bump release version up to 2.5.12.5.1
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst14
-rw-r--r--libhinawa.spec5
-rw-r--r--meson.build2
3 files changed, 12 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index f9ce7c3..493988f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,8 @@
-=========
-libhinawa
-=========
+=====================
+The libhinawa project
+=====================
-2022/06/19
+2022/06/30
Takashi Sakamoto
Instruction
@@ -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
=================================
@@ -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
diff --git a/libhinawa.spec b/libhinawa.spec
index fe89388..38abe51 100644
--- a/libhinawa.spec
+++ b/libhinawa.spec
@@ -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
@@ -70,6 +70,9 @@ developing applications that use %{name}.
%{_datadir}/doc/libhinawa/*
%changelog
+ * Thu Jun 30 2022 Takashi Sakamoto <o-takashi@sakamocchi.jp> - 2.5.1
+ - new upstream release.
+
* Sun May 26 2022 Takashi Sakamoto <o-takashi@sakamocchi.jp> - 2.5.0
- new upstream release.
diff --git a/meson.build b/meson.build
index cf2e1c0..5a131de 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libhinawa', 'c',
- version: '2.5.0',
+ version: '2.5.1',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)