Hello community, here is the log from the commit of package libtasn1 for openSUSE:Factory checked in at 2015-03-25 09:55:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old) and /work/SRC/openSUSE:Factory/.libtasn1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtasn1" Changes: -------- --- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes 2015-02-20 13:50:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes 2015-03-25 09:55:27.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Mar 22 10:41:46 UTC 2015 - [email protected] + +- Update project url +- Cleanup spec-file with spec-cleaner +- Add info preun and post dependencies +- Update to 4.3 + * Added asn1_decode_simple_ber() + +------------------------------------------------------------------- Old: ---- libtasn1-4.2.tar.gz libtasn1-4.2.tar.gz.sig New: ---- libtasn1-4.3.tar.gz libtasn1-4.3.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtasn1.spec ++++++ --- /var/tmp/diff_new_pack.RPeGCi/_old 2015-03-25 09:55:28.000000000 +0100 +++ /var/tmp/diff_new_pack.RPeGCi/_new 2015-03-25 09:55:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libtasn1 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,24 @@ %define somajor 6 - Name: libtasn1 -BuildRequires: info -BuildRequires: pkg-config -#BuildRequires: gpg-offline -Version: 4.2 +Version: 4.3 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 -Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig +Url: https://www.gnu.org/software/libtasn1/ +Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz +Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig # http://josefsson.org/key.txt -Source2: %name.keyring +Source2: %{name}.keyring Source99: baselibs.conf +BuildRequires: info +BuildRequires: pkg-config +# FIXME: use proper Requires(pre/post/preun/...) +Requires(preun): %{install_info_prereq} +Requires(post): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: %install_info_prereq %description This is the ASN.1 library used by GNUTLS. More up to date information @@ -70,15 +70,15 @@ %install %make_install -rm $RPM_BUILD_ROOT/%{_libdir}/*.la +find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print %check -make check +make %{?_smp_mflags} check %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%postun +%preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %post -n libtasn1-%{somajor} -p /sbin/ldconfig ++++++ libtasn1-4.2.tar.gz -> libtasn1-4.3.tar.gz ++++++ ++++ 9175 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
