Skip to content

Commit

Permalink
2005-02-28 Jim Huang <jserv@kaffe.org>
Browse files Browse the repository at this point in the history
	* configure.ac:
	Bump version to 0.2.0.
	Depends on libchewing 0.2.6 (and above).
	clean up version definition macros.

	* scim-chewing.spec.in:
	Fix package version definition.


git-svn-id: https://svn.csie.net/chewing/scim-chewing/trunk@147 ac1be623-90ea-0310-9410-ba68b2efa777
  • Loading branch information
jserv committed Feb 28, 2005
1 parent f8b65c0 commit 434ec2b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2005-02-28 Jim Huang <jserv@kaffe.org>

* configure.ac:
Bump version to 0.2.0.
Depends on libchewing 0.2.6 (and above).
clean up version definition macros.

* scim-chewing.spec.in:
Fix package version definition.

2005-02-25 Kanru Chen <koster@debian.org.tw>

* src/scim_chewing_config_entry.h:
Expand Down
20 changes: 8 additions & 12 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(scim-chewing, 0.1.1, chewing@chewing.csie.net)

AC_PREREQ(2.59)

AC_INIT(scim-chewing, 0.2.0, chewing@chewing.csie.net)
AC_CONFIG_SRCDIR([src/scim_chewing_imengine.h])

AC_SUBST(PACKAGE_VERSION)

# Save this value here, since automake will set cflags and cxxflags later
cflags_set=${CFLAGS+set}
cppflags_set=${CPPFLAGS+set}

SCIM_CHEWING_MAJOR_VERSION=0
SCIM_CHEWING_MINOR_VERSION=1
SCIM_CHEWING_MICRO_VERSION=1

SCIM_CHEWING_VERSION=$SCIM_CHEWING_MAJOR_VERSION.$SCIM_CHEWING_MINOR_VERSION.$SCIM_CHEWING_MICRO_VERSION

AC_SUBST(SCIM_CHEWING_MAJOR_VERSION)
AC_SUBST(SCIM_CHEWING_MINOR_VERSION)
AC_SUBST(SCIM_CHEWING_MICRO_VERSION)
AC_SUBST(SCIM_CHEWING_VERSION)
AC_DEFINE_UNQUOTED(SCIM_CHEWING_VERSION, "$PACKAGE_VERSION", [The release version of scim-chewing.])

# Init automake stuff
AM_INIT_AUTOMAKE
Expand Down Expand Up @@ -48,7 +44,7 @@ AC_TYPE_SIZE_T
# Checks for libraries.

SCIM_VERSION=1.0.0
CHEWING_VERSION=0.2.4
CHEWING_VERSION=0.2.6

PKG_CHECK_MODULES(SCIM, [scim >= $SCIM_VERSION])

Expand Down
2 changes: 1 addition & 1 deletion scim-chewing.spec.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define version @SCIM_CHEWING_VERSION@
%define version @PACKAGE_VERSION@
%define release 1mdk

%define libname_orig lib%{name}
Expand Down

0 comments on commit 434ec2b

Please sign in to comment.