Hello community, here is the log from the commit of package libp11 for openSUSE:Factory checked in at 2013-01-10 13:10:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libp11 (Old) and /work/SRC/openSUSE:Factory/.libp11.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libp11", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libp11/libp11.changes 2011-11-21 15:47:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes 2013-01-10 13:10:26.000000000 +0100 @@ -1,0 +2,9 @@ +Tue Sep 25 17:00:26 CEST 2012 - [email protected] + +- Update to version 0.2.8: + * Bumped soname for PKCS11_token struct size changes. + * Display the number of available slots. + * Expose more token flags in PKCS11_token structure. + * Check that private data is not NULL in pkcs11_release_slot. + +------------------------------------------------------------------- Old: ---- libp11-0.2.7.tar.bz2 New: ---- libp11-0.2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libp11.spec ++++++ --- /var/tmp/diff_new_pack.JrGMzQ/_old 2013-01-10 13:10:27.000000000 +0100 +++ /var/tmp/diff_new_pack.JrGMzQ/_new 2013-01-10 13:10:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libp11 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libp11 -Version: 0.2.7 -Release: 1 +Version: 0.2.8 +Release: 0 Url: http://www.opensc-project.org/libp11/ -Group: Productivity/Security -License: LGPL-2.1+ Summary: Library Implementing a Small Layer on Top of PKCS#11 API -Source: %{name}-%{version}.tar.bz2 +License: LGPL-2.1+ +Group: Productivity/Security +Source: %{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc Source2: baselibs.conf -BuildRequires: doxygen libtool openssl-devel pkg-config zlib-devel +BuildRequires: doxygen +BuildRequires: fdupes +BuildRequires: libtool +BuildRequires: openssl-devel +BuildRequires: pkg-config +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -42,12 +45,11 @@ and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)". -%package -n libp11-1 -License: LGPL-2.1+ -Group: Productivity/Security +%package -n libp11-2 Summary: Library Implementing a Small Layer on Top of PKCS#11 API +Group: Productivity/Security -%description -n libp11-1 +%description -n libp11-2 Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier. @@ -59,10 +61,10 @@ Token Interface (Cryptoki)". %package devel -License: LGPL-2.1+ -Group: Development/Libraries/C and C++ Summary: Library Implementing a Small Layer on Top of PKCS#11 API -Requires: libp11-1 = %{version} openssl-devel +Group: Development/Libraries/C and C++ +Requires: libp11-2 = %{version} +Requires: openssl-devel %description devel Libp11 is a library implementing a small layer on top of PKCS#11 API to @@ -87,26 +89,27 @@ %endif %configure --disable-static --with-pic \ --enable-doc\ - --docdir=%{_docdir}/libp11-1\ + --docdir=%{_docdir}/libp11-2\ --enable-api-doc\ --with-apidocdir=%{_docdir}/%{name}-devel make %{?jobs:-j%jobs} %install %makeinstall -mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-1 +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-2 rm -f %{buildroot}%{_libdir}/*.la +%fdupes %{buildroot}%{_docdir} %clean rm -rf $RPM_BUILD_ROOT -%post -n libp11-1 -p /sbin/ldconfig +%post -n libp11-2 -p /sbin/ldconfig -%postun -n libp11-1 -p /sbin/ldconfig +%postun -n libp11-2 -p /sbin/ldconfig -%files -n libp11-1 +%files -n libp11-2 %defattr (-, root, root) -%doc %{_docdir}/libp11-1 +%doc %{_docdir}/libp11-2 %{_libdir}/*.so.* %files devel ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.JrGMzQ/_old 2013-01-10 13:10:27.000000000 +0100 +++ /var/tmp/diff_new_pack.JrGMzQ/_new 2013-01-10 13:10:27.000000000 +0100 @@ -1 +1 @@ -libp11-1 +libp11-2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
