Hello community, here is the log from the commit of package libchipcard for openSUSE:Factory checked in at 2019-04-25 17:59:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libchipcard (Old) and /work/SRC/openSUSE:Factory/.libchipcard.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libchipcard" Thu Apr 25 17:59:25 2019 rev:18 rq: version:5.0.99 Changes: -------- --- /work/SRC/openSUSE:Factory/libchipcard/libchipcard.changes 2019-04-24 13:56:52.716007612 +0200 +++ /work/SRC/openSUSE:Factory/.libchipcard.new.5536/libchipcard.changes 2019-04-25 17:59:27.040864381 +0200 @@ -2,10 +1,0 @@ -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.2beta.tar.gz New: ---- libchipcard-5.1.0beta.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchipcard.spec ++++++ --- /var/tmp/diff_new_pack.PpWbpL/_old 2019-04-25 17:59:27.484864257 +0200 +++ /var/tmp/diff_new_pack.PpWbpL/_new 2019-04-25 17:59:27.488864256 +0200 @@ -1,7 +1,7 @@ # # spec file for package libchipcard # -# Copyright (c) 2019 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 @@ -12,33 +12,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libchipcard -Version: 5.1.2 +Version: 5.0.99 Release: 0 -%define libversion 78 -# Beta does not mean "before release" but a release that is considered as beta: -%define _version %{version}beta +%define _version 5.1.0beta Summary: Library That Allows Easy Access to Smart Cards (Chipcards) License: GPL-2.0-or-later Group: Hardware/Other -Url: https://www.aquamaniac.de/rdm/projects/libchipcard -Source: https://github.com/aqbanking/libchipcard/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz +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 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 >= 4.99.8 +BuildRequires: gwenhywfar-devel BuildRequires: gwenhywfar-tools -BuildRequires: libtool BuildRequires: pcsc-lite-devel BuildRequires: pkg-config BuildRequires: zlib-devel @@ -79,10 +75,9 @@ %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\ @@ -95,7 +90,7 @@ %install %makeinstall mkdir -p %{buildroot}%{_docdir}/%{name} -cp -a AUTHORS COPYING NEWS README TODO apidoc %{buildroot}%{_docdir}/%{name} +cp -a AUTHORS COPYING ChangeLog NEWS README TODO apidoc %{buildroot}%{_docdir}/%{name} rm %{buildroot}%{_libdir}/*.la %fdupes %{buildroot}%{_docdir}/%{name}/apidoc @@ -121,8 +116,8 @@ # Own dirs to fix build. %dir %{_libdir}/gwenhywfar/ %dir %{_libdir}/gwenhywfar/plugins/ -%dir %{_libdir}/gwenhywfar/plugins/%{libversion} -%{_libdir}/gwenhywfar/plugins/%{libversion}/ct +%dir %{_libdir}/gwenhywfar/plugins/60 +%{_libdir}/gwenhywfar/plugins/60/ct %config %{_sysconfdir}/chipcard %files -n libchipcard6 ++++++ libchipcard-5.1.2beta.tar.gz -> libchipcard-5.1.0beta.tar.gz ++++++ ++++ 80245 lines of diff (skipped) ++++++ libchipcard-buildsrcdoc.patch ++++++ --- /var/tmp/diff_new_pack.PpWbpL/_old 2019-04-25 17:59:27.644864212 +0200 +++ /var/tmp/diff_new_pack.PpWbpL/_new 2019-04-25 17:59:27.644864212 +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
