Bugzilla – Attachment 48952 Details for
Bug 115440
version handling fixes for limal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix applied to packages avaliable on SUSE 10.0
limal-version.dif (text/plain), 780 bytes, created by
Marius Tomaschewski
on 2005-09-06 16:02:40 UTC
(
hide
)
Description:
Fix applied to packages avaliable on SUSE 10.0
Filename:
MIME Type:
Creator:
Marius Tomaschewski
Created:
2005-09-06 16:02:40 UTC
Size:
780 bytes
patch
obsolete
>Index: configure.in.in >=================================================================== >--- configure.in.in (Revision 1100) >+++ configure.in.in (Arbeitskopie) >@@ -11,12 +11,19 @@ > AC_SUBST(LIMAL_LIB_VERSION) > AC_SUBST(LIMAL_API_VERSION) > >-micro=${VERSION##*.} >+major=${VERSION%%.*} > minor=${VERSION#*.} > minor=${minor%.*} >-cur=${LIMAL_API_VERSION} >-rev=$(( $minor * 100 + $micro )) >-LIB_VERSION_INFO=${cur}:${rev} >+patch=${VERSION##*.} >+ >+# first binary compatible minor number >+old=0 >+# current interface number (incl. minor) >+cur=$((${major} * 100 + ${minor})) >+# binary compatible interface range dif >+age=$((${cur} - ${major} * 100 - ${old})) >+# libtool -version-info arguments >+LIB_VERSION_INFO=${cur}:${patch}:${age} > AC_SUBST(LIB_VERSION_INFO) > > ## some common checks
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 115440
: 48952