Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktoblzcheck for openSUSE:Factory checked in at 2025-05-20 22:45:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktoblzcheck (Old) and /work/SRC/openSUSE:Factory/.ktoblzcheck.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktoblzcheck" Tue May 20 22:45:34 2025 rev:35 rq:1278566 version:1.59 Changes: -------- --- /work/SRC/openSUSE:Factory/ktoblzcheck/ktoblzcheck.changes 2022-07-19 17:19:46.704399954 +0200 +++ /work/SRC/openSUSE:Factory/.ktoblzcheck.new.30101/ktoblzcheck.changes 2025-05-20 22:45:37.916210166 +0200 @@ -1,0 +2,60 @@ +Tue May 20 08:48:01 UTC 2025 - Ralf Habacker <ralf.habac...@freenet.de> + +- Update to version 1.59 + * Fix building with MinGW 12 + * cmake: Added support for python related variables with ‘3’ + suffix when cross-compiling + * cmake: add support for finding python when cross compiling + * cmake: drop python2 support as it is eol + * Remove support for creating bankdata files, which has been + out sourced to ktoblzcheck-data package + * Fix 'Fails to build without network access' (sf/ktoblzcheck#23) + * Fix "Download .xlsx file name is changed" (sf/ktoblzcheck#24) +- Remove limitation to specific python version +- Removed patch, which has been applied upstream + * fix-building.patch + +------------------------------------------------------------------- +Wed May 14 16:03:25 UTC 2025 - Ralf Habacker <ralf.habac...@freenet.de> + +- Update to 1.58 + * ktoblzupdate: Print location where the database is saved + * cmake: drop obsolete support for finding python development package +- Add patches: + * fix-building.patch +- Temporary fix for building with MinGW 12 +- Removed support for creating bankdata files +- Use mingw64-ktoblzcheck-data package + +------------------------------------------------------------------- +Tue Jan 2 21:41:03 UTC 2024 - Ralf Habacker <ralf.habac...@freenet.de> + +- Update to 1.57 + * Add Python 3.12 support (sf/ktoblzcheck#15) + +- Update to 1.56 + * German bankdata files could not be downloaded (sf/ktoblzcheck#16) + +- Update to 1.55 + * Doxygen 1.11 complains about obsolete tags (sf/ktoblzcheck#17) + * build system of ktoblzcheck fails to generate database for netherlands + (sf/ktoblzcheck#15) + +- Update to 1.54 + * Fix bug using broken python module xlrd (sf/ktoblzcheck#14) + * Fix for code beautifier not finding any files + (https://sourceforge.net/p/ktoblzcheck/code/merge-requests/10/) + * Fixed warning on running code beautifier + (https://sourceforge.net/p/ktoblzcheck/code/merge-requests/11/) + * [GSoC 2020]: Provision of bank data in SQLite Format + (https://sourceforge.net/p/ktoblzcheck/code/merge-requests/12/) + * Support for database updates from server + (https://sourceforge.net/p/ktoblzcheck/code/merge-requests/13/) + * Update methods 45, B1, and C2. Implement method E4. + (https://sourceforge.net/p/ktoblzcheck/code/merge-requests/14/) + +- Add package libcurl-devel, python3-openpyxl and sqlite3-devel as build requirement +- Add tarball with bank data generated from ktoblzcheck-data repository + (https://sourceforge.net/p/ktoblzcheck/data/ci/main/tree/) + +------------------------------------------------------------------- Old: ---- ktoblzcheck-1.53.tar.gz New: ---- ktoblzcheck-1.59.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktoblzcheck.spec ++++++ --- /var/tmp/diff_new_pack.Cc7uoz/_old 2025-05-20 22:45:38.952253647 +0200 +++ /var/tmp/diff_new_pack.Cc7uoz/_new 2025-05-20 22:45:38.956253815 +0200 @@ -1,7 +1,7 @@ # # spec file for package ktoblzcheck # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,16 +21,19 @@ Summary: A library to check account numbers and bank codes of German banks License: LGPL-2.1-only Group: Productivity/Office/Finance -Version: 1.53 +Version: 1.59 Release: 0 Source: http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz URL: http://ktoblzcheck.sourceforge.net -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: libcurl-devel BuildRequires: pkg-config +BuildRequires: python3 BuildRequires: python3-devel +BuildRequires: python3-openpyxl +BuildRequires: sqlite3-devel %description KtoBLZCheck is a library to check account numbers and bank codes @@ -62,17 +65,18 @@ Group: Development/Libraries/Python Requires: %{libsoname} = %{version} Requires: %{name} = %{version} +Provides: python-ktoblzcheck = %{version} Obsoletes: python-%{name} < %{version} %description -n python3-%{name} This package contains the python-bindings for ktoblzcheck. %prep -%setup -q +%autosetup -p1 %build -%cmake -DINSTALL_RAW_BANKDATA_FILE=1 -DENABLE_BANKDATA_DOWNLOAD=0 -make %{?_smp_mflags} +%cmake +%cmake_build %install %cmake_install @@ -87,13 +91,10 @@ %doc AUTHORS ChangeLog NEWS README.md %license COPYING %{_bindir}/%{name} +%{_bindir}/ktoblzupdate %{_bindir}/ibanchk %{_mandir}/man1/%{name}.1* %{_mandir}/man1/ibanchk.1* -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/ibandata.txt -%{_datadir}/%{name}/bankdata_*.txt -%{_datadir}/%{name}/blz_*.txt %files -n %{libsoname} %{_libdir}/*.so.* @@ -104,9 +105,11 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %{_includedir}/%{name}.h +%{_includedir}/%{name}_export.h %{_includedir}/iban.h %{_libdir}/cmake/KtoBlzCheck %files -n python3-%{name} +%{_libdir}/python*/site-packages %{python3_sitearch}/* ++++++ ktoblzcheck-1.53.tar.gz -> ktoblzcheck-1.59.tar.gz ++++++ ++++ 28490 lines of diff (skipped)