Hello community, here is the log from the commit of package QR-Code-generator for openSUSE:Factory checked in at 2020-01-30 09:38:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QR-Code-generator (Old) and /work/SRC/openSUSE:Factory/.QR-Code-generator.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QR-Code-generator" Thu Jan 30 09:38:19 2020 rev:2 rq:768026 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/QR-Code-generator/QR-Code-generator.changes 2019-12-04 14:20:01.626420282 +0100 +++ /work/SRC/openSUSE:Factory/.QR-Code-generator.new.26092/QR-Code-generator.changes 2020-01-30 09:38:58.525412227 +0100 @@ -1,0 +2,7 @@ +Tue Jan 21 12:19:03 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Drop not really needed patch: + * 0001-Do-not-append-to-C-XX-FLAGS-but-just-set-them-if-not.patch +- Fix build on SLE12 + +------------------------------------------------------------------- Old: ---- 0001-Do-not-append-to-C-XX-FLAGS-but-just-set-them-if-not.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QR-Code-generator.spec ++++++ --- /var/tmp/diff_new_pack.pRw16k/_old 2020-01-30 09:38:59.217412598 +0100 +++ /var/tmp/diff_new_pack.pRw16k/_new 2020-01-30 09:38:59.217412598 +0100 @@ -1,7 +1,7 @@ # # spec file for package QR-Code-generator # -# Copyright (c) 2019 SUSE LLC +# 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 @@ -27,7 +27,6 @@ URL: https://github.com/nayuki/QR-Code-generator Source: https://github.com/nayuki/QR-Code-generator/archive/v%{version}.tar.gz Patch0: cflags.patch -Patch1: 0001-Do-not-append-to-C-XX-FLAGS-but-just-set-them-if-not.patch Patch2: 0002-Make-use-of-fPIC-parameter-when-building.patch Patch3: 0003-Generate-both-shared-and-static-libraries.patch Patch4: 0004-Create-install-targets-for-C-and-CPP.patch @@ -42,6 +41,15 @@ The primary goals are flexible options and absolute correctness. Secondary goals are compact implementation size and good documentation comments. +%if 0%{?suse_version} < 1500 +# this is hack to make rpm happy as %python_subpackage does not work +%package -n python-%{name} +Summary: QR Code generator python bindings + +%description -n python-%{name} +QR Code generator python2 bindings +%endif + %package devel Summary: Development files for QR code generator Requires: %{libcname}
