[libtasn1] new upstream release

Tomáš Mráz tmraz at fedoraproject.org
Tue Feb 5 10:53:28 UTC 2013


commit f5c24364f3c2b3d9ecbfbbc8fadd85611ec290ec
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Feb 5 11:53:24 2013 +0100

    new upstream release
    
    - SONAME bumped

 .gitignore    |    2 ++
 libtasn1.spec |   18 ++++++++----------
 sources       |    3 ++-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0961f3..0b768d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ libtasn1-2.7.tar.gz
 /libtasn1-2.12.tar.gz
 /libtasn1-2.13.tar.gz
 /libtasn1-2.14.tar.gz
+/libtasn1-3.2.tar.gz
+/libtasn1-3.2.tar.gz.sig
diff --git a/libtasn1.spec b/libtasn1.spec
index 44d0a6c..965e96c 100644
--- a/libtasn1.spec
+++ b/libtasn1.spec
@@ -1,6 +1,6 @@
 Summary:	The ASN.1 library used in GNUTLS
 Name:		libtasn1
-Version:	2.14
+Version:	3.2
 Release:	1%{?dist}
 
 # The libtasn1 library is LGPLv2+, utilities are GPLv3+
@@ -59,14 +59,12 @@ This package contains tools using the libtasn library.
 %patch1 -p1 -b .rpath
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-silent-rules
 
 make %{?_smp_mflags}
 
 
 %install
-rm -rf "$RPM_BUILD_ROOT"
-
 make DESTDIR="$RPM_BUILD_ROOT" install
 
 rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
@@ -76,10 +74,6 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
 make check
 
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -95,8 +89,8 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
 %files
 %defattr(-,root,root,-)
 %doc doc/TODO doc/*.pdf
-%doc AUTHORS COPYING* ChangeLog NEWS README THANKS
-%_libdir/*.so.*
+%doc AUTHORS COPYING* NEWS README THANKS
+%_libdir/*.so.6*
 
 %files tools
 %defattr(-,root,root,-)
@@ -113,6 +107,10 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
 
 
 %changelog
+* Tue Feb  5 2013 Tomas Mraz <tmraz at redhat.com> - 3.2-1
+- new upstream release
+- SONAME bumped
+
 * Fri Nov  9 2012 Tomas Mraz <tmraz at redhat.com> - 2.14-1
 - new upstream release
 
diff --git a/sources b/sources
index 1fc78d6..7ac4068 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-a08c5936f9672da9b05691785499bcc3  libtasn1-2.14.tar.gz
+1b07629163025b9693aae9b8957842b2  libtasn1-3.2.tar.gz
+67bdae9b78ac7bbfa2ab24c7d46bd577  libtasn1-3.2.tar.gz.sig


More information about the scm-commits mailing list