diff options
author | Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org> | 2014-11-10 16:42:54 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-26 08:34:23 +0100 |
commit | a9a8227df08a99aa3786f79bad0973a426f2b282 (patch) | |
tree | 0bd566c860b41c1ab1fc5e3d72552bc2f898e8d6 | |
parent | 573823e9897609130e459bd9f5900712f19c4859 (diff) | |
download | libtasn1-a9a8227df08a99aa3786f79bad0973a426f2b282.tar.gz libtasn1-a9a8227df08a99aa3786f79bad0973a426f2b282.tar.bz2 libtasn1-a9a8227df08a99aa3786f79bad0973a426f2b282.zip |
Bump to version 4.0
Alignment Tizen and Yocto package versions
[kevin.thierry: set correct version in spec file, remove unnecessary
.gbs.conf file.]
Bug-Tizen: TC-1926
Change-Id: I1f82c87d1f7828aff43e256ac05bb18a772956e2
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | packaging/libtasn1.spec | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d916957..c8e9535 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_INIT([GNU Libtasn1],[4.0],[help-libtasn1@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE([1.10 -Wall -Wno-override]) +AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-override]) AM_SILENT_RULES([yes]) # Library code modified: REVISION++ diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec index b44de33..f2d1aec 100644 --- a/packaging/libtasn1.spec +++ b/packaging/libtasn1.spec @@ -1,5 +1,5 @@ Name: libtasn1 -Version: 2.14 +Version: 4.0 Release: 0 License: LGPL-2.1+ and GPL-3.0 Summary: ASN @@ -10,6 +10,7 @@ Source99: baselibs.conf Source1001: libtasn1.manifest BuildRequires: info BuildRequires: pkg-config +BuildRequires: makeinfo Requires: libtasn1-tools @@ -43,7 +44,7 @@ http://www.gnutls.org cp %{SOURCE1001} . %build -%configure --disable-static +%reconfigure --disable-static make %{?_smp_mflags} %install |