[libtasn1] new upstream release

Tomáš Mráz tmraz at fedoraproject.org
Mon Mar 25 10:56:42 UTC 2013


commit 276fdc6d41271062b175c3cfde3dadde7b17b062
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Mar 25 11:56:37 2013 +0100

    new upstream release
    
    - improved description

 .gitignore    |    2 ++
 libtasn1.spec |   23 +++++++++++------------
 sources       |    4 ++--
 3 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b768d7..7fdc0ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ libtasn1-2.7.tar.gz
 /libtasn1-2.14.tar.gz
 /libtasn1-3.2.tar.gz
 /libtasn1-3.2.tar.gz.sig
+/libtasn1-3.3.tar.gz
+/libtasn1-3.3.tar.gz.sig
diff --git a/libtasn1.spec b/libtasn1.spec
index 932944d..4e1c944 100644
--- a/libtasn1.spec
+++ b/libtasn1.spec
@@ -1,7 +1,7 @@
 Summary:	The ASN.1 library used in GNUTLS
 Name:		libtasn1
-Version:	3.2
-Release:	3%{?dist}
+Version:	3.3
+Release:	1%{?dist}
 
 # The libtasn1 library is LGPLv2+, utilities are GPLv3+
 License:	GPLv3+ and LGPLv2+
@@ -10,7 +10,6 @@ URL:		http://www.gnu.org/software/libtasn1/
 Source0:	http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
 Source1:	http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
 Patch1:		libtasn1-2.12-rpath.patch
-BuildRoot:	%_tmppath/%name-%version-%release-buildroot
 BuildRequires:	bison, pkgconfig
 %ifarch %ix86 x86_64 ppc ppc64
 BuildRequires:	valgrind
@@ -35,22 +34,18 @@ Requires:	%name = %version-%release
 
 
 %description
-This is the ASN.1 library used in GNUTLS.  More up to date information can
-be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org
+A library that provides Abstract Syntax Notation One (ASN.1, as specified
+by the X.680 ITU-T recommendation) parsing and structures management, and
+Distinguished Encoding Rules (DER, as per X.690) encoding and decoding functions.
 
 %description devel
-This is the ASN.1 library used in GNUTLS.  More up to date information can
-be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org
-
 This package contains files for development of applications which will
 use libtasn1.
 
 
 %description tools
-This is the ASN.1 library used in GNUTLS.  More up to date information can
-be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org
-
-This package contains tools using the libtasn library.
+This package contains simple tools that can decode and encode ASN.1
+data.
 
 
 %prep
@@ -107,6 +102,10 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
 
 
 %changelog
+* Mon Mar 25 2013 Tomáš Mráz <tmraz at redhat.com> - 3.3-1
+- new upstream release
+- improved description
+
 * Thu Mar  7 2013 Tomas Mraz <tmraz at redhat.com> - 3.2-3
 - drop the temporary compat libtasn1
 
diff --git a/sources b/sources
index 7ac4068..bcb526d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1b07629163025b9693aae9b8957842b2  libtasn1-3.2.tar.gz
-67bdae9b78ac7bbfa2ab24c7d46bd577  libtasn1-3.2.tar.gz.sig
+2bdd687f487c50a0382b99553866a6e0  libtasn1-3.3.tar.gz
+16f920f77aa34eec1a0558729201942d  libtasn1-3.3.tar.gz.sig


More information about the scm-commits mailing list