Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed May 29, 2024
1 parent 4ecf757 commit 52f0d8b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion OBS/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
griddb-c-client (5.5.0) unstable; urgency=medium
griddb-c-client (5.6.0) unstable; urgency=medium

* Non-maintainer upload.

2 changes: 1 addition & 1 deletion OBS/debian.control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: unknown
Priority: extra
Maintainer: Katsuhiko Nonomura <contact@griddb.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 5.5.0
Standards-Version: 5.6.0
Homepage: https://github.com/griddb/c_client

Package: griddb-c-client
Expand Down
2 changes: 1 addition & 1 deletion OBS/debian.rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%:
dh $@

C_CLIENT_VER = 5.5.0
C_CLIENT_VER = 5.6.0

configure: clean
cd client/c && \
Expand Down
6 changes: 3 additions & 3 deletions OBS/griddb-c-client.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Format: 1.0
Source: griddb-c-client
Binary: griddb-c-client
Architecture: amd64
Version: 5.5.0
Version: 5.6.0
Maintainer: Katsuhiko Nonomura <contact@griddb.org>
Homepage: https://github.com/griddb/c_client
Standards-Version: 5.5.0
Standards-Version: 5.6.0
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: gcc-7, g++-7
DEBTRANSFORM-TAR: griddb-c-client-v5.5.0.tar.gz
DEBTRANSFORM-TAR: griddb-c-client-v5.6.0.tar.gz
Package-List:
griddb-c-client deb unknown extra arch=amd64
2 changes: 1 addition & 1 deletion OBS/griddb-c-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%define griddb_name griddb-c-client
%endif

%define griddb_ver v5.5.0
%define griddb_ver v5.6.0
%define griddb_instdir /usr/griddb_c_client-%{griddb_ver}
# do not strip
%define __spec_install_post /usr/lib/rpm/brp-compress
Expand Down
2 changes: 1 addition & 1 deletion client/c/configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(c_client, 5.5.0)
AM_INIT_AUTOMAKE(c_client, 5.6.0)

CF_ORG="$CFLAGS"
CX_ORG="$CXXFLAGS"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
griddb-c-client (5.5.0) unstable; urgency=medium
griddb-c-client (5.6.0) unstable; urgency=medium

* Non-maintainer upload.

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: unknown
Priority: extra
Maintainer: Katsuhiko Nonomura <contact@griddb.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 5.5.0
Standards-Version: 5.6.0
Homepage: https://github.com/griddb/c_client

Package: griddb-c-client
Expand Down
4 changes: 3 additions & 1 deletion installer/SPECS/griddb.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define griddb_name griddb-c-client
%define griddb_ver 5.5.0
%define griddb_ver 5.6.0
%define griddb_instdir /usr/griddb_c_client-%{griddb_ver}
# do not strip
%define __spec_install_post /usr/lib/rpm/brp-compress
Expand Down Expand Up @@ -107,6 +107,8 @@ ln -sf %{griddb_instdir}/lib/gridstore.h %{buildroot}/usr
/usr/include/gridstore.h

%changelog
* Fri Feb 9 2024 Toshiba Digital Solutions Corporation
- 5.5.0
* Mon Jun 12 2023 Toshiba Digital Solutions Corporation
- 5.3.0
* Wed Mar 22 2023 Toshiba Digital Solutions Corporation
Expand Down

0 comments on commit 52f0d8b

Please sign in to comment.