diff --git a/libtasn1-1.2.tar.bz2 b/libtasn1-1.2.tar.bz2 deleted file mode 100644 index 65000c4..0000000 --- a/libtasn1-1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e54f76d8f78e615fe5fc88602a1972b5c5924de9eae9b403ae45f9705b66909 -size 1207173 diff --git a/libtasn1-1.5.tar.bz2 b/libtasn1-1.5.tar.bz2 new file mode 100644 index 0000000..3660b24 --- /dev/null +++ b/libtasn1-1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c1c464df90367cc6d660c08d2477d95bdd918a2a87d87b57ca7b1ef2cdf8dd +size 1217771 diff --git a/libtasn1.changes b/libtasn1.changes index b312504..7377ea1 100644 --- a/libtasn1.changes +++ b/libtasn1.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 12 07:30:10 CDT 2008 - maw@suse.de + +- Update to version 1.5: + + Update gnulib files + + Handle 'INTEGER { ... } (a..b)' regression + Revert parts of earlier fix. asn1Parser can now again parse + src/pkix.asn1. + The ASN1.c file was generated using Bison 2.3. + + Move examples from src/ to new directory examples/. + + Duplicate copy of divergated pkix.asn removed. + + Merge unnecessary lib/defines.h into lib/int.h. + + Misc. fixes. + ------------------------------------------------------------------- Wed Jan 2 20:37:16 CET 2008 - maw@suse.de diff --git a/libtasn1.spec b/libtasn1.spec index 8b0c6bd..cdec525 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -1,25 +1,32 @@ # -# spec file for package libtasn1 (Version 1.2) +# spec file for package libtasn1 (Version 1.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: libtasn1 BuildRequires: info -Version: 1.2 -Release: 6 +Version: 1.5 +Release: 1 Url: http://www.t2-project.org/packages/libtasn1.html Group: Productivity/Networking/Security -# FIXME: check this License: GPL v3 or later; LGPL v2.1 or later Summary: ASN.1 parsing library -Source: libtasn1-1.2.tar.bz2 +Source: %{name}-%{version}.tar.bz2 AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq @@ -40,6 +47,7 @@ Authors: Simon Josefsson %package -n libtasn1-3 +License: GPL v3 or later Summary: ASN.1 parsing library Requires: %{name} >= %{version} Group: Productivity/Networking/Security @@ -60,6 +68,7 @@ Authors: Simon Josefsson %package devel +License: GPL v3 or later Requires: %{name} = %{version} Summary: ASN.1 parsing library Group: Productivity/Networking/Security @@ -124,6 +133,17 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libtasn1.m4 %changelog +* Fri Sep 12 2008 maw@suse.de +- Update to version 1.5: + + Update gnulib files + + Handle 'INTEGER { ... } (a..b)' regression + Revert parts of earlier fix. asn1Parser can now again parse + src/pkix.asn1. + The ASN1.c file was generated using Bison 2.3. + + Move examples from src/ to new directory examples/. + + Duplicate copy of divergated pkix.asn removed. + + Merge unnecessary lib/defines.h into lib/int.h. + + Misc. fixes. * Wed Jan 02 2008 maw@suse.de - Add a %%clean section. * Thu Dec 20 2007 maw@suse.de