Skip to content

Commit

Permalink
bump release version up to 2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
  • Loading branch information
takaswie committed May 28, 2021
1 parent 64cc2de commit 115aaff
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
33 changes: 29 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
libhinawa
=========

2020/08/24
2021/05/28
Takashi Sakamoto

Instruction
Expand Down Expand Up @@ -129,9 +129,34 @@ How to make DEB package
How to make RPM package
=======================

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

::

$ dns install meson glib2-devel gobject-introspection-devel gtk-doc

2. make archive

::

$ meson . build
$ cd build
$ meson dist
...
meson-dist/libhinawa-2.2.1.tar.xz 433b4fbf1a3f7a4af3a0cc0103c6127b749c59717f72ab2c22c5db763d878a83
$ cd ..

3. copy the archive

::

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

4. build package

::

$ rpmbuild -bb libhinawa.spec

Lose of backward compatibility from v1 release.
===============================================
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.34.0

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

Expand Down Expand Up @@ -71,6 +71,9 @@ developing applications that use %{name}.
%{_datadir}/gtk-doc/html/hinawa/*

%changelog
* Fri May 28 2021 Takashi Sakamoto <o-takashi@sakamocchi.jp> - 2.2.1
- new upstream release.

* Thu Aug 24 2020 Takashi Sakamoto <o-takashi@sakamocchi.jp> - 2.2.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.2.0',
version: '2.2.1',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit 115aaff

Please sign in to comment.