Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2015-08-05 19:17:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-ccid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes      2015-05-15 
07:44:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2015-08-05 
19:17:22.000000000 +0200
@@ -1,0 +2,22 @@
+Wed Aug  5 14:09:02 UTC 2015 - w...@rosenauer.org
+
+- Updated to version 1.4.20
+  * Add support of
+    ACS ACR1251 Dual Reader
+    Access IS NFC Smart Module
+    BIFIT iToken
+    BLUTRONICS BLUDRIVE II CCID (idProduct: 0x1079)
+    Generic MultiCard Device
+    NXP Pegoda 2 N
+    SafeNet eToken 5100
+    SafeNet eToken 7300
+    Yubico Yubikey 4 CCID
+    Yubico Yubikey 4 OTP+CCID
+    Yubico Yubikey 4 OTP+U2F+CCID
+    Yubico Yubikey 4 U2F+CCID
+  * Depends on libusb version 1.0.9 instead of 1.0.8
+  * The O2 Micro Oz776 reader only supports 9600 bps
+- spec file cleanup
+- remove pgp validation from build (now handled via OBS)
+
+-------------------------------------------------------------------

Old:
----
  ccid-1.4.19.tar.bz2
  ccid-1.4.19.tar.bz2.asc

New:
----
  ccid-1.4.20.tar.bz2
  ccid-1.4.20.tar.bz2.asc

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

Other differences:
------------------
++++++ pcsc-ccid.spec ++++++
--- /var/tmp/diff_new_pack.Jv4Co1/_old  2015-08-05 19:17:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Jv4Co1/_new  2015-08-05 19:17:23.000000000 +0200
@@ -17,32 +17,28 @@
 
 
 %if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
-%define _udevrulesdir /usr/lib/udev/rules.d
+%define _udevrulesdir %{_libexecdir}/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
 %endif
 
 Name:           pcsc-ccid
 %define _name ccid
-BuildRequires:  automake
-BuildRequires:  libusb-1_0-devel
-BuildRequires:  pcsc-lite-devel
-BuildRequires:  pkg-config
-BuildRequires:  udev
-%if %suse_version > 1220
-BuildRequires:  gpg-offline
-%endif
-Version:        1.4.19
+Version:        1.4.20
 Release:        0
-Url:            http://pcsclite.alioth.debian.org/ccid.html
 Summary:        PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:        LGPL-2.1+
 Group:          Productivity/Security
+Url:            http://pcsclite.alioth.debian.org/ccid.html
 Source:         %{_name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
 Source2:        %{_name}-%{version}.tar.bz2.asc
 Source3:        %{name}.keyring
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:       pcsc-lite >= 1.6.6
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
@@ -58,6 +54,7 @@
 Enhances:       modalias(usb:v0D46p4081d*dc*dsc*dp*ic*isc*ip*)
 # Other supported devices:
 Enhances:       %USBDRIVERS
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains a generic USB CCID (Chip/Smart Card Interface
@@ -68,9 +65,6 @@
 
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
 %setup -q -n %{_name}-%{version}
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko
@@ -81,16 +75,13 @@
 %configure\
        --enable-twinserial \
        --enable-serialconfdir=%{_sysconfdir}/reader.conf.d/
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # Copied elsewhere:
-mkdir -p $RPM_BUILD_ROOT/%{_udevrulesdir}
-sed 's:GROUP="pcscd":GROUP="scard":' <src/92_pcscd_ccid.rules 
>$RPM_BUILD_ROOT/%{_udevrulesdir}/92_pcscd_ccid.rules
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/%{_udevrulesdir}
+sed 's:GROUP="pcscd":GROUP="scard":' <src/92_pcscd_ccid.rules 
>%{buildroot}/%{_udevrulesdir}/92_pcscd_ccid.rules
 
 %files
 %defattr(-,root,root)

++++++ ccid-1.4.19.tar.bz2 -> ccid-1.4.20.tar.bz2 ++++++
++++ 31248 lines of diff (skipped)


Reply via email to