Hello community,

here is the log from the commit of package libtasn1 for openSUSE:Factory 
checked in at 2012-10-03 08:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old)
 and      /work/SRC/openSUSE:Factory/.libtasn1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtasn1", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes        2012-07-23 
10:15:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes   2012-10-03 
08:03:52.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Sep 28 09:23:57 UTC 2012 - [email protected]
+
+- updated to version 2.14
+  This release adds asn1_read_node_value() to obtain a node's value. This
+  is to deprecate the export of the node_asn internal structure for the
+  upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_*
+  constants were added to support the new function.
+- removed upstreamed libtasn1-stdio.h patch
+- make check
+
+-------------------------------------------------------------------

Old:
----
  libtasn1-2.12.tar.bz2
  libtasn1-stdio.h.patch

New:
----
  libtasn1-2.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libtasn1.spec ++++++
--- /var/tmp/diff_new_pack.ve7hjE/_old  2012-10-03 08:03:58.000000000 +0200
+++ /var/tmp/diff_new_pack.ve7hjE/_new  2012-10-03 08:03:58.000000000 +0200
@@ -16,18 +16,19 @@
 #
 
 
+%define somajor 3
+
 Name:           libtasn1
 BuildRequires:  info
 BuildRequires:  pkg-config
-Version:        2.12
+Version:        2.14
 Release:        0
 Url:            http://ftp.gnu.org/gnu/libtasn1/
 Summary:        ASN.1 parsing library
 License:        LGPL-2.1+ and GPL-3.0
 Group:          Productivity/Networking/Security
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
-Patch1:         libtasn1-stdio.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
 
@@ -36,18 +37,18 @@
 can be found at http://www.gnu.org/software/gnutls and
 http://www.gnutls.org
 
-%package -n libtasn1-3
+%package -n libtasn1-%{somajor}
 Summary:        ASN.1 parsing library
 Group:          Productivity/Networking/Security
 Requires:       %{name} >= %{version}
 
-%description -n libtasn1-3
+%description -n libtasn1-%{somajor}
 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
 
 %package devel
-Requires:       %{name} = %{version}
+Requires:       libtasn1-%{somajor} = %{version}
 Summary:        ASN.1 parsing library
 Group:          Productivity/Networking/Security
 
@@ -57,8 +58,7 @@
 http://www.gnutls.org
 
 %prep
-%setup
-%patch1 -p1
+%setup -q
 
 %build
 %configure --disable-static
@@ -68,18 +68,18 @@
 %makeinstall
 rm $RPM_BUILD_ROOT/%{_libdir}/*.la
 
+%check
+make check
+
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%post -n libtasn1-3 -p /sbin/ldconfig
-
-%postun -n libtasn1-3 -p /sbin/ldconfig
+%post -n libtasn1-%{somajor} -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%postun -n libtasn1-%{somajor} -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
@@ -89,9 +89,9 @@
 %{_mandir}/man3/*.3.gz
 %{_infodir}/*.info.gz
 
-%files -n libtasn1-3
+%files -n libtasn1-%{somajor}
 %defattr(-, root, root)
-%{_libdir}/*.so.*
+%{_libdir}/*.so.%{somajor}*
 
 %files devel
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to