Hello community, here is the log from the commit of package pcsc-ccid for openSUSE:Factory checked in at 2020-02-04 19:55:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old) and /work/SRC/openSUSE:Factory/.pcsc-ccid.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcsc-ccid" Tue Feb 4 19:55:52 2020 rev:57 rq:769874 version:1.4.31 Changes: -------- --- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes 2019-08-13 13:21:51.545408995 +0200 +++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new.26092/pcsc-ccid.changes 2020-02-04 19:55:57.725412896 +0100 @@ -1,0 +2,6 @@ +Mon Feb 3 15:28:10 UTC 2020 - Dominique Leuenberger <[email protected]> + +- BuildRequire pkgconfig(udev) instead of udev: allow OBS to + shortcut through -mini flavors. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-ccid.spec ++++++ --- /var/tmp/diff_new_pack.Qc26om/_old 2020-02-04 19:55:59.425413887 +0100 +++ /var/tmp/diff_new_pack.Qc26om/_new 2020-02-04 19:55:59.449413901 +0100 @@ -1,7 +1,7 @@ # # spec file for package pcsc-ccid # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190 +%if %( pkg-config --modversion udev ) > 190 %define _udevrulesdir %{_libexecdir}/udev/rules.d %else %define _udevrulesdir /lib/udev/rules.d @@ -29,7 +29,7 @@ Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader License: LGPL-2.1-or-later Group: Productivity/Security -Url: https://ccid.apdu.fr/ +URL: https://ccid.apdu.fr/ Source: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc Source2: https://ccid.apdu.fr/files/%{_name}-%{version}.tar.bz2.asc @@ -38,7 +38,7 @@ BuildRequires: libusb-1_0-devel BuildRequires: pcsc-lite-devel BuildRequires: pkg-config -BuildRequires: udev +BuildRequires: pkgconfig(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)
