commit libp11 for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2019-10-22 15:45:44

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new.2352 (New)


Package is "libp11"

Tue Oct 22 15:45:44 2019 rev:31 rq:741643 version:0.4.10

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2019-03-18 
10:41:23.099271080 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new.2352/libp11.changes  2019-10-22 
15:45:49.105742208 +0200
@@ -1,0 +2,14 @@
+Tue Oct 22 04:23:31 UTC 2019 - Jason Sikes 
+
+- Update to version 0.4.10:
+
+  * Added EC signing through EVP API 
+  * Added an empty EC private key required by OpenSSL 1.1.1 
+  * Stored additional certificate attributes 
+  * Engine allowed to use private keys without a PIN 
+  * Lazy binding used as a workaround for buggy modules 
+  * MinGW build fixes and documentation 
+  * LibreSSL 2.8.3 build fixes 
+  * Error handling fixes 
+
+---

Old:

  libp11-0.4.9.tar.gz
  libp11-0.4.9.tar.gz.asc

New:

  libp11-0.4.10.tar.gz
  libp11-0.4.10.tar.gz.asc



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.OQZKlG/_old  2019-10-22 15:45:49.901743114 +0200
+++ /var/tmp/diff_new_pack.OQZKlG/_new  2019-10-22 15:45:49.905743119 +0200
@@ -25,7 +25,7 @@
 %define libname libp11-3
 %endif
 Name:   libp11
-Version:0.4.9
+Version:0.4.10
 Release:0
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 License:LGPL-2.1-or-later

++ libp11-0.4.9.tar.gz -> libp11-0.4.10.tar.gz ++
 5673 lines of diff (skipped)





commit libp11 for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2019-03-18 10:41:20

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new.28833 (New)


Package is "libp11"

Mon Mar 18 10:41:20 2019 rev:30 rq:685480 version:0.4.9

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2019-02-01 
11:47:01.852454790 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new.28833/libp11.changes 2019-03-18 
10:41:23.099271080 +0100
@@ -1,0 +2,5 @@
+Tue Mar 12 16:15:22 UTC 2019 - Marketa Calabkova 
+
+- Add p11-kit-devel to BuildRequires (boo#1122413)
+
+---



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.oPBt2u/_old  2019-03-18 10:41:23.611270454 +0100
+++ /var/tmp/diff_new_pack.oPBt2u/_new  2019-03-18 10:41:23.611270454 +0100
@@ -30,18 +30,19 @@
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 License:LGPL-2.1-or-later
 Group:  Productivity/Security
-Url:https://github.com/OpenSC/libp11
+URL:https://github.com/OpenSC/libp11
 Source0:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source3:%{name}-rpmlintrc
-# The engine_pkcs11 library has been merged into version 0.4.0 and later.
-# (It existed only in security:chipcard OBS repository.
-Obsoletes:  engine_pkcs11 <= 0.2.2
 BuildRequires:  fdupes
+BuildRequires:  p11-kit-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
+# The engine_pkcs11 library has been merged into version 0.4.0 and later.
+# (It existed only in security:chipcard OBS repository.
+Obsoletes:  engine_pkcs11 <= 0.2.2
 
 %description
 Libp11 is a library implementing a small layer on top of PKCS#11 API to






commit libp11 for openSUSE:Factory

2019-02-01 Thread root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2019-02-01 11:47:01

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new.28833 (New)


Package is "libp11"

Fri Feb  1 11:47:01 2019 rev:29 rq:670214 version:0.4.9

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2018-01-31 
19:54:17.170796046 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new.28833/libp11.changes 2019-02-01 
11:47:01.852454790 +0100
@@ -1,0 +2,25 @@
+Tue Jan 29 22:44:39 UTC 2019 - Stanislav Brabec 
+
+- Update to version 0.4.9:
+  * Fix EVP_PKEY ENGINE reference count with the EC
+EVP_PKEY_METHOD.
+  * Fix a leak of RSA object in pkcs11_store_key()
+  * Add atfork checks for RSA and EC_KEY method
+  * RSA key generation on the token
+  * PSS signature support
+  * RSA-OAEP and RSA-PKCS encryption support
+  * Engine no longer set as default for all methods
+  * Add PKCS11_remove_key and PKCS11_remove_certificate
+  * Add PKCS11_find_next_token interface
+  * Add support for OpenSSL 1.1.1 beta
+  * Remove support for OpenSSL 0.9.8
+  * Case insensitive PKCS#11 URI scheme
+  * Testing framework improvements
+  * Coverity scanning and defect fixes
+  * Backward compatibility for new error handling introduced
+in libp11 0.4.7
+  * Memory leak fixes
+  * Add an integer overflow protection
+  * Several bugfixes
+
+---

Old:

  libp11-0.4.7.tar.gz
  libp11-0.4.7.tar.gz.asc

New:

  libp11-0.4.9.tar.gz
  libp11-0.4.9.tar.gz.asc



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.I7qhY5/_old  2019-02-01 11:47:03.008453603 +0100
+++ /var/tmp/diff_new_pack.I7qhY5/_new  2019-02-01 11:47:03.012453599 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libp11
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,16 +25,19 @@
 %define libname libp11-3
 %endif
 Name:   libp11
-Version:0.4.7
+Version:0.4.9
 Release:0
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Security
 Url:https://github.com/OpenSC/libp11
 Source0:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source3:%{name}-rpmlintrc
+# The engine_pkcs11 library has been merged into version 0.4.0 and later.
+# (It existed only in security:chipcard OBS repository.
+Obsoletes:  engine_pkcs11 <= 0.2.2
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)

++ libp11-0.4.7.tar.gz -> libp11-0.4.9.tar.gz ++
 8336 lines of diff (skipped)





commit libp11 for openSUSE:Factory

2018-01-31 Thread root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2018-01-31 19:54:16

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new (New)


Package is "libp11"

Wed Jan 31 19:54:16 2018 rev:28 rq:571358 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2017-08-24 
18:29:08.729940722 +0200
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes   2018-01-31 
19:54:17.170796046 +0100
@@ -1,0 +2,9 @@
+Wed Jan 17 11:31:42 UTC 2018 - dims...@opensuse.org
+
+- Conditionalize libname to libp11-2 for suse_version < 1500 (using
+  openssl 1.0) / libp11-3 for suse_version >= 1500 (using
+  openssl 1.1).
+- Create baselibs.conf dynamically, since the library name can be
+  different. Drop the static baselibs.conf.
+
+---

Old:

  baselibs.conf



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.XIbMH3/_old  2018-01-31 19:54:17.798766842 +0100
+++ /var/tmp/diff_new_pack.XIbMH3/_new  2018-01-31 19:54:17.802766656 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libp11
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,7 +16,14 @@
 #
 
 
+# the libname depends on what version openssl it is linked against
+%if 0%{?suse_version} < 1500
+# libp11.so.2 for openssl 1.0 - suse_version < 1500
 %define libname libp11-2
+%else
+# libp11.so.3 for openssl 1.1 - suse_version >= 1500
+%define libname libp11-3
+%endif
 Name:   libp11
 Version:0.4.7
 Release:0
@@ -28,7 +35,6 @@
 Source1:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source3:%{name}-rpmlintrc
-Source4:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
@@ -94,6 +100,8 @@
 
 %prep
 %setup -q
+# Since the library name changes based on used openssl, we have to create 
baselibs.conf dynamically
+echo %{libname} > %{_sourcedir}/baselibs.conf 
 
 %build
 %configure \






commit libp11 for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2017-08-24 18:29:02

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new (New)


Package is "libp11"

Thu Aug 24 18:29:02 2017 rev:27 rq:511838 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2015-12-29 
13:00:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes   2017-08-24 
18:29:08.729940722 +0200
@@ -1,0 +2,26 @@
+Wed Jul 19 12:41:16 UTC 2017 - jeng...@inai.de
+
+- Remove --with-pic which is only for static libs.
+
+---
+Mon Jul 17 09:18:06 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.4.7:
+  * Added OpenSSL-style engine error reporting (Michał Trojnara)
+  * Added the FORCE_LOGIN engine ctrl command (Michał Trojnara)
+  * Implemented the QUIET engine ctrl command (Michał Trojnara)
+  * Modified CKU_CONTEXT_SPECIFIC PIN requests to be based
+on the CKA_ALWAYS_AUTHENTICATE attribute rather than the
+CKR_USER_NOT_LOGGED_IN error (Michał Trojnara)
+  * Fixed printing hex values (Michał Trojnara)
+  * Fixed build error with OPENSSL_NO_EC (Kai Kang)
+
+---
+Fri Jun 23 14:52:22 UTC 2017 - mplus...@suse.com
+
+- Update to verion 0.4.6
+  * For full list of changes since version 0.3.0 see NEWS
+- Create openssl-engine-libp11 subpackage
+- Add gpg signature
+
+---

Old:

  libp11-0.3.0.tar.gz

New:

  libp11-0.4.7.tar.gz
  libp11-0.4.7.tar.gz.asc
  libp11.keyring



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.3KT99L/_old  2017-08-24 18:29:10.205732803 +0200
+++ /var/tmp/diff_new_pack.3KT99L/_new  2017-08-24 18:29:10.209732240 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libp11
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,23 +16,23 @@
 #
 
 
+%define libname libp11-2
 Name:   libp11
-Version:0.3.0
+Version:0.4.7
 Release:0
-Url:https://github.com/OpenSC/libp11
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 License:LGPL-2.1+
 Group:  Productivity/Security
-Source: 
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
-Source2:baselibs.conf
-BuildRequires:  doxygen
+Url:https://github.com/OpenSC/libp11
+Source0:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
+Source2:%{name}.keyring
+Source3:%{name}-rpmlintrc
+Source4:baselibs.conf
 BuildRequires:  fdupes
-BuildRequires:  libtool
-BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 Libp11 is a library implementing a small layer on top of PKCS#11 API to
@@ -45,11 +45,26 @@
 and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
 Token Interface (Cryptoki)".
 
-%package -n libp11-2
+%package -n %{libname}
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 Group:  Productivity/Security
 
-%description -n libp11-2
+%description -n %{libname}
+Libp11 is a library implementing a small layer on top of PKCS#11 API to
+make using PKCS#11 implementations easier.
+
+The official name for PKCS#11 is "RSA Security Inc. PKCS #11
+Cryptographic Token Interface (Cryptoki)".
+
+Libp11 source code includes the official header files (version 2.20)
+and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
+Token Interface (Cryptoki)".
+
+%package -n openssl-engine-%{name}
+Summary:Library Implementing a Small Layer on Top of PKCS#11 API
+Group:  Productivity/Security
+
+%description -n openssl-engine-%{name}
 Libp11 is a library implementing a small layer on top of PKCS#11 API to
 make using PKCS#11 implementations easier.
 
@@ -63,7 +78,7 @@
 %package devel
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 Group:  Development/Libraries/C and C++
-Requires:

commit libp11 for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2015-12-29 13:00:04

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new (New)


Package is "libp11"

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2013-01-10 
13:10:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes   2015-12-29 
13:00:08.0 +0100
@@ -1,0 +2,16 @@
+Wed Dec  2 00:18:59 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.3.0
+  * Added small test suite based on softhsm (run on make check)
+  * Memory leak fixes
+  * On module initialization tell the module that the OS locking 
+primitives are OK to use
+  * Transparently handle applications that fork. That is call C_Initialize() 
+and reopen any handles if a fork is detected.
+  * Eliminated any hard coded limits for certificate size
+  * Added support for ECDSA
+  * Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt
+  * Eliminated several hard-coded limits in parameter sizes.
+- Update project and download Urls
+
+---

Old:

  libp11-0.2.8.tar.gz

New:

  libp11-0.3.0.tar.gz



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.YlsE2R/_old  2015-12-29 13:00:09.0 +0100
+++ /var/tmp/diff_new_pack.YlsE2R/_new  2015-12-29 13:00:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libp11
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,13 +17,13 @@
 
 
 Name:   libp11
-Version:0.2.8
+Version:0.3.0
 Release:0
-Url:http://www.opensc-project.org/libp11/
+Url:https://github.com/OpenSC/libp11
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 License:LGPL-2.1+
 Group:  Productivity/Security
-Source: %{name}-%{version}.tar.gz
+Source: 
https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:baselibs.conf
 BuildRequires:  doxygen
@@ -79,20 +79,14 @@
 
 %prep
 %setup -q
-tr -d \\r doc/nonpersistent/wiki.out/trac.css.unix
-touch -r doc/nonpersistent/wiki.out/trac.css 
doc/nonpersistent/wiki.out/trac.css.unix
-mv doc/nonpersistent/wiki.out/trac.css.unix doc/nonpersistent/wiki.out/trac.css
 
 %build
-%if %suse_version > 1100
-autoreconf -f -i
-%endif
 %configure --disable-static --with-pic \
--enable-doc\
--docdir=%{_docdir}/libp11-2\
--enable-api-doc\
--with-apidocdir=%{_docdir}/%{name}-devel
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -100,9 +94,6 @@
 rm -f %{buildroot}%{_libdir}/*.la
 %fdupes %{buildroot}%{_docdir}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libp11-2 -p /sbin/ldconfig
 
 %postun -n libp11-2 -p /sbin/ldconfig

++ libp11-0.2.8.tar.gz -> libp11-0.3.0.tar.gz ++
 32913 lines of diff (skipped)




commit libp11 for openSUSE:Factory

2013-01-10 Thread h_root
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 "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2011-11-21 
15:47:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes   2013-01-10 
13:10:26.0 +0100
@@ -1,0 +2,9 @@
+Tue Sep 25 17:00:26 CEST 2012 - sbra...@suse.cz
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.JrGMzQ/_new  2013-01-10 13:10:27.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.JrGMzQ/_new  2013-01-10 13:10:27.0 +0100
@@ -1 +1 @@
-libp11-1
+libp11-2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libp11 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2011-12-06 18:25:06

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new (New)


Package is "libp11", Maintainer is "sbra...@suse.com"

Changes:




Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.IWeDAp/_old  2011-12-06 18:43:51.0 +0100
+++ /var/tmp/diff_new_pack.IWeDAp/_new  2011-12-06 18:43:51.0 +0100
@@ -23,7 +23,7 @@
 Release:1
 Url:http://www.opensc-project.org/libp11/
 Group:  Productivity/Security
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -43,7 +43,7 @@
 Token Interface (Cryptoki)".
 
 %package -n libp11-1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Security
 Summary:Library Implementing a Small Layer on Top of PKCS#11 API
 
@@ -59,7 +59,7 @@
 Token Interface (Cryptoki)".
 
 %package devel
-License:LGPLv2.1+
+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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libp11 for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libp11 for openSUSE:Factory checked 
in at 2011-11-21 15:47:24

Comparing /work/SRC/openSUSE:Factory/libp11 (Old)
 and  /work/SRC/openSUSE:Factory/.libp11.new (New)


Package is "libp11", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libp11/libp11.changes2011-09-23 
02:09:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libp11.new/libp11.changes   2011-11-21 
15:47:25.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:13:41 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libp11.spec ++
--- /var/tmp/diff_new_pack.nbjYiN/_old  2011-11-21 15:47:26.0 +0100
+++ /var/tmp/diff_new_pack.nbjYiN/_new  2011-11-21 15:47:26.0 +0100
@@ -28,7 +28,7 @@
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Source2:baselibs.conf
-BuildRequires:  doxygen openssl-devel pkg-config zlib-devel
+BuildRequires:  doxygen libtool openssl-devel pkg-config zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,15 +42,6 @@
 and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
 Token Interface (Cryptoki)".
 
-Authors:
-
-Andreas Jellinghaus
-Kevin Stefanik
-Ludovic Rousseau
-Nils Larsch
-Olaf Kirch
-Stef Hoeben
-
 %package -n libp11-1
 License:LGPLv2.1+
 Group:  Productivity/Security
@@ -67,15 +58,6 @@
 and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
 Token Interface (Cryptoki)".
 
-Authors:
-
-Andreas Jellinghaus
-Kevin Stefanik
-Ludovic Rousseau
-Nils Larsch
-Olaf Kirch
-Stef Hoeben
-
 %package devel
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
@@ -93,15 +75,6 @@
 thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
 Token Interface (Cryptoki)".
 
-Authors:
-
-Andreas Jellinghaus
-Kevin Stefanik
-Ludovic Rousseau
-Nils Larsch
-Olaf Kirch
-Stef Hoeben
-
 %prep
 %setup -q
 tr -d \\r doc/nonpersistent/wiki.out/trac.css.unix

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org