Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libchipcard for openSUSE:Factory checked in at 2021-06-09 21:52:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libchipcard (Old) and /work/SRC/openSUSE:Factory/.libchipcard.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libchipcard" Wed Jun 9 21:52:53 2021 rev:21 rq:898610 version:5.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libchipcard/libchipcard.changes 2020-09-25 16:37:25.144203747 +0200 +++ /work/SRC/openSUSE:Factory/.libchipcard.new.32437/libchipcard.changes 2021-06-09 21:53:17.714580954 +0200 @@ -1,0 +2,7 @@ +Mon Jun 7 23:18:11 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Drop --with-pic (no effect with --disable-static). +- Modernize rpm macro constructs. +- Make description neutral. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchipcard.spec ++++++ --- /var/tmp/diff_new_pack.8c7sIa/_old 2021-06-09 21:53:18.126581689 +0200 +++ /var/tmp/diff_new_pack.8c7sIa/_new 2021-06-09 21:53:18.130581696 +0200 @@ -1,7 +1,7 @@ # # spec file for package libchipcard # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Version: 5.1.5 Release: 0 %define _version 5.1.5rc2 -Summary: Library That Allows Easy Access to Smart Cards (Chipcards) +Summary: Library That Allows Access to Smart Cards (Chipcards) License: GPL-2.0-or-later Group: Hardware/Other URL: http://www.aquamaniac.de/sites/libchipcard/index.php @@ -38,10 +38,9 @@ BuildRequires: pcsc-lite-devel BuildRequires: pkg-config BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Libchipcard allows easy access to smart cards. It provides basic access +Libchipcard allows access to smart cards. It provides basic access to memory and processor cards and has special support for German medical cards, German "Geldkarten," and HBCI (home banking) cards (both type 0 and type 1). It accesses the readers via CTAPI or PC/SC @@ -49,7 +48,7 @@ Reiner-SCT readers. %package -n libchipcard6 -Summary: Library That Allows Easy Access to Smart Cards (Chipcards) +Summary: Library That Allows Access to Smart Cards (Chipcards) Group: System/Libraries Requires: %{name} >= %{version} @@ -58,7 +57,7 @@ to develop applications that require these. %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Header files for libchipcard, a library for accessing smartcards Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: gwenhywfar-devel @@ -82,22 +81,18 @@ --enable-release\ --enable-full-doc\ --disable-static\ - --with-pic \ --with-pcsc-libs=%{_libdir} -make %{?_smp_mflags} +%make_build make srcdoc %install -%makeinstall +%make_install mkdir -p %{buildroot}%{_docdir}/%{name} cp -a AUTHORS COPYING ChangeLog NEWS README TODO apidoc %{buildroot}%{_docdir}/%{name} rm %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}%{_docdir}/%{name}/apidoc -%clean -rm -rf %{buildroot} - %preun # Unconditionally stop the service if it exists. Libchipcard 5 uses pcsc now. [ -x /etc/init.d/chipcardd ] && /etc/init.d/chipcardd stop || true @@ -107,7 +102,6 @@ %postun -n libchipcard6 -p /sbin/ldconfig %files -%defattr (-, root, root) %doc %{_docdir}/%{name} %exclude %{_docdir}/%{name}/apidoc %{_bindir}/* @@ -121,11 +115,9 @@ %config %{_sysconfdir}/chipcard %files -n libchipcard6 -%defattr (-, root, root) %{_libdir}/libchipcard.so.6* %files devel -%defattr (-, root, root) %doc %{_docdir}/%{name}/apidoc %{_bindir}/*-config %{_libdir}/*.so