Skip to content

Commit

Permalink
Merge pull request #19 from ggtakec/master
Browse files Browse the repository at this point in the history
Updated files for release 1.0.28
  • Loading branch information
ggtakec authored Jan 17, 2019
2 parents 97ade69 + 9afe292 commit 3a76408
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
k2htpdtor (1.0.28) trusty; urgency=low

* Fixed misspelling, and etc - #18
* Reflected the spelling check result for all sources(2) - #17
* Added check using cppcheck - #16
* Reflected the spelling check result for all sources - #15

-- Takeshi Nakatani <[email protected]> Thu, 17 Jan 2019 11:04:06 +0900

k2htpdtor (1.0.27) trusty; urgency=low

* Updated common build tool files
Expand Down
4 changes: 2 additions & 2 deletions buildutils/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: @PACKAGE_NAME@
Section: libs
Priority: optional
Maintainer: @DEV_NAME@ <@DEV_EMAIL@>
Build-Depends: @DEBHELPER_DEP@, k2hash-dev (>= 1.0.68), libfullock-dev (>= 1.0.33), chmpx-dev (>= 1.0.65)
Build-Depends: @DEBHELPER_DEP@, k2hash-dev (>= 1.0.69), libfullock-dev (>= 1.0.35), chmpx-dev (>= 1.0.67)
Depends: ${misc:Depends}
Standards-Version: 3.9.8
Homepage: https://@GIT_DOMAIN@/@GIT_ORG@/@GIT_REPO@
Expand All @@ -12,6 +12,6 @@ Vcs-Browser: https://@GIT_DOMAIN@/@GIT_ORG@/@GIT_REPO@
Package: @PACKAGE_NAME@
Section: libs
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, k2hash (>= 1.0.68), libfullock (>= 1.0.32), chmpx (>= 1.0.65)
Depends: ${shlibs:Depends}, ${misc:Depends}, k2hash (>= 1.0.69), libfullock (>= 1.0.35), chmpx (>= 1.0.67)
Description: @SHORTDESC@
@DEBLONGDESC@
4 changes: 2 additions & 2 deletions buildutils/k2htpdtor.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ License: @PKGLICENSE@
@RPMPKG_GROUP@
URL: https://@GIT_DOMAIN@/@GIT_ORG@/@PACKAGE_NAME@
Source0: https://@GIT_DOMAIN@/@GIT_ORG@/@PACKAGE_NAME@/archive/%{gittag}/%{name}-%{version}.tar.gz
Requires: libfullock%{?_isa} >= 1.0.33, k2hash%{?_isa} >= 1.0.68, chmpx%{?_isa} >= 1.0.65
BuildRequires: git-core gcc-c++ make libtool libfullock-devel%{?_isa} >= 1.0.33, k2hash-devel%{?_isa} >= 1.0.68, chmpx-devel%{?_isa} >= 1.0.65
Requires: libfullock%{?_isa} >= 1.0.35, k2hash%{?_isa} >= 1.0.69, chmpx%{?_isa} >= 1.0.67
BuildRequires: git-core gcc-c++ make libtool libfullock-devel >= 1.0.35, k2hash-devel >= 1.0.69, chmpx-devel >= 1.0.67

%description
@LONGDESC@
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ AC_ARG_ENABLE(check-depend-libs,
esac]
)
AS_IF([test ${check_depend_libs} = 1], [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)])
AS_IF([test ${check_depend_libs} = 1], [PKG_CHECK_MODULES([fullock], [libfullock >= 1.0.33], [], [AC_MSG_ERROR(not found libfullock package)])])
AS_IF([test ${check_depend_libs} = 1], [PKG_CHECK_MODULES([k2hash], [libk2hash >= 1.0.68], [], [AC_MSG_ERROR(not found k2hash package)])])
AS_IF([test ${check_depend_libs} = 1], [PKG_CHECK_MODULES([chmpx], [libchmpx >= 1.0.65], [], [AC_MSG_ERROR(not found chmpx package)])])
AS_IF([test ${check_depend_libs} = 1], [PKG_CHECK_MODULES([fullock], [libfullock >= 1.0.35], [], [AC_MSG_ERROR(not found libfullock package)])])
AS_IF([test ${check_depend_libs} = 1], [PKG_CHECK_MODULES([k2hash], [libk2hash >= 1.0.69], [], [AC_MSG_ERROR(not found k2hash package)])])
AS_IF([test ${check_depend_libs} = 1], [PKG_CHECK_MODULES([chmpx], [libchmpx >= 1.0.67], [], [AC_MSG_ERROR(not found chmpx package)])])

#
# CFLAGS/CXXFLAGS
Expand Down

0 comments on commit 3a76408

Please sign in to comment.