Hello community, here is the log from the commit of package libchipcard for openSUSE:Factory checked in at 2019-04-24 13:56:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libchipcard (Old) and /work/SRC/openSUSE:Factory/.libchipcard.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libchipcard" Wed Apr 24 13:56:51 2019 rev:17 rq:678057 version:5.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libchipcard/libchipcard.changes 2018-10-02 19:47:45.141810363 +0200 +++ /work/SRC/openSUSE:Factory/.libchipcard.new.5536/libchipcard.changes 2019-04-24 13:56:52.716007612 +0200 @@ -1,0 +2,10 @@ +Wed Jan 30 22:59:37 CET 2019 - [email protected] + +- Update to version 5.1.2 (beta): + * based on gwenhywfar5 API + * Detect newer DDV1 cards + * RDH7 support + * code cleanup +- Update libchipcard-buildsrcdoc.patch. + +------------------------------------------------------------------- Old: ---- libchipcard-5.1.0beta.tar.gz New: ---- libchipcard-5.1.2beta.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchipcard.spec ++++++ --- /var/tmp/diff_new_pack.8orsaP/_old 2019-04-24 13:56:53.280007258 +0200 +++ /var/tmp/diff_new_pack.8orsaP/_new 2019-04-24 13:56:53.280007258 +0200 @@ -1,7 +1,7 @@ # # spec file for package libchipcard # -# 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,29 +12,33 @@ # 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/ # Name: libchipcard -Version: 5.0.99 +Version: 5.1.2 Release: 0 -%define _version 5.1.0beta +%define libversion 78 +# Beta does not mean "before release" but a release that is considered as beta: +%define _version %{version}beta Summary: Library That Allows Easy Access to Smart Cards (Chipcards) License: GPL-2.0-or-later Group: Hardware/Other -Url: http://www.aquamaniac.de/sites/libchipcard/index.php -Source: %{name}-%{_version}.tar.gz -#Source: http://www2.aquamaniac.de/sites/download/download.php?package=02&release=200&file=01&dummy=libchipcard-5.0.4.tar.gz +Url: https://www.aquamaniac.de/rdm/projects/libchipcard +Source: https://github.com/aqbanking/libchipcard/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz Source100: libchipcard-rpmlintrc Patch0: libchipcard-buildsrcdoc.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: graphviz BuildRequires: graphviz-gd -BuildRequires: gwenhywfar-devel +BuildRequires: gwenhywfar-devel >= 4.99.8 BuildRequires: gwenhywfar-tools +BuildRequires: libtool BuildRequires: pcsc-lite-devel BuildRequires: pkg-config BuildRequires: zlib-devel @@ -75,9 +79,10 @@ %setup -q -n %{name}-%{_version} %patch0 -p1 # And update clones of include files to prevent clash: -cp -a /usr/include/PCSC/*.h src/PCSC/ +#cp -a /usr/include/PCSC/*.h src/PCSC/ %build +autoreconf -f -i %configure\ --enable-release\ --enable-full-doc\ @@ -90,7 +95,7 @@ %install %makeinstall mkdir -p %{buildroot}%{_docdir}/%{name} -cp -a AUTHORS COPYING ChangeLog NEWS README TODO apidoc %{buildroot}%{_docdir}/%{name} +cp -a AUTHORS COPYING NEWS README TODO apidoc %{buildroot}%{_docdir}/%{name} rm %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}%{_docdir}/%{name}/apidoc @@ -116,8 +121,8 @@ # Own dirs to fix build. %dir %{_libdir}/gwenhywfar/ %dir %{_libdir}/gwenhywfar/plugins/ -%dir %{_libdir}/gwenhywfar/plugins/60 -%{_libdir}/gwenhywfar/plugins/60/ct +%dir %{_libdir}/gwenhywfar/plugins/%{libversion} +%{_libdir}/gwenhywfar/plugins/%{libversion}/ct %config %{_sysconfdir}/chipcard %files -n libchipcard6 ++++++ libchipcard-5.1.0beta.tar.gz -> libchipcard-5.1.2beta.tar.gz ++++++ ++++ 80245 lines of diff (skipped) ++++++ libchipcard-buildsrcdoc.patch ++++++ --- /var/tmp/diff_new_pack.8orsaP/_old 2019-04-24 13:56:53.436007161 +0200 +++ /var/tmp/diff_new_pack.8orsaP/_new 2019-04-24 13:56:53.440007158 +0200 @@ -11,16 +11,16 @@ srcdoc: Doxyfile listdoc.h -Index: libchipcard-5.0.0/Makefile.in -=================================================================== ---- libchipcard-5.0.0.orig/Makefile.in -+++ libchipcard-5.0.0/Makefile.in -@@ -915,7 +915,7 @@ win32: - rm -Rf win32-bin - - listdoc.h: -- $(gwenhywfar_bindir)/mklistdoc -v `find chipcard -name '*.h' ` >listdoc.h -+ $(gwenhywfar_bindir)/mklistdoc -v `find . -name '*.h' ` >listdoc.h - - srcdoc: Doxyfile listdoc.h - if test -d apidoc; then rm -Rf apidoc; fi +#Index: libchipcard-5.0.0/Makefile.in +#=================================================================== +#--- libchipcard-5.0.0.orig/Makefile.in +#+++ libchipcard-5.0.0/Makefile.in +#@@ -915,7 +915,7 @@ win32: +# rm -Rf win32-bin +# +# listdoc.h: +#- $(gwenhywfar_bindir)/mklistdoc -v `find chipcard -name '*.h' ` >listdoc.h +#+ $(gwenhywfar_bindir)/mklistdoc -v `find . -name '*.h' ` >listdoc.h +# +# srcdoc: Doxyfile listdoc.h +# if test -d apidoc; then rm -Rf apidoc; fi
