From 0255b80d51c967961407883912e38ef49077ed3ff6a77531bd22c9a16477f61f Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 15 Oct 2020 15:53:51 +0000 Subject: [PATCH] Accepting request 841939 from home:dirkmueller:branches:devel:libraries:c_c++ - update to 4.1.1: * Some minor bugs in Micro QR Code generation have been fixed. * The data capacity calculations are now correct. These bugs probably did not affect the Micro QR Code generation. OBS-URL: https://build.opensuse.org/request/show/841939 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qrencode?expand=0&rev=4 --- qrencode-4.1.0.tar.bz2 | 3 --- qrencode-4.1.1.tar.bz2 | 3 +++ qrencode.changes | 8 ++++++++ qrencode.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 qrencode-4.1.0.tar.bz2 create mode 100644 qrencode-4.1.1.tar.bz2 diff --git a/qrencode-4.1.0.tar.bz2 b/qrencode-4.1.0.tar.bz2 deleted file mode 100644 index 7e185a2..0000000 --- a/qrencode-4.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac7eff020d94be016d5b93bc6567f10a4a4692dcced901a384300f589a6cad0a -size 449040 diff --git a/qrencode-4.1.1.tar.bz2 b/qrencode-4.1.1.tar.bz2 new file mode 100644 index 0000000..20c2b89 --- /dev/null +++ b/qrencode-4.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923 +size 461562 diff --git a/qrencode.changes b/qrencode.changes index c4f5b81..091effe 100644 --- a/qrencode.changes +++ b/qrencode.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 15 13:06:53 UTC 2020 - Dirk Mueller + +- update to 4.1.1: + * Some minor bugs in Micro QR Code generation have been fixed. + * The data capacity calculations are now correct. These bugs probably did not + affect the Micro QR Code generation. + ------------------------------------------------------------------- Sat Sep 12 15:12:29 UTC 2020 - Dirk Mueller diff --git a/qrencode.spec b/qrencode.spec index 375f38c..aae7ed3 100644 --- a/qrencode.spec +++ b/qrencode.spec @@ -1,7 +1,7 @@ # # spec file for package qrencode # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,12 +18,12 @@ %define so_ver 4 Name: qrencode -Version: 4.1.0 +Version: 4.1.1 Release: 0 Summary: C library for encoding data in a QR Code symbol License: LGPL-2.1-or-later Group: Productivity/Graphics/Other -Url: https://github.com/fukuchi/libqrencode +URL: https://github.com/fukuchi/libqrencode Source0: https://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: cmake >= 3.1.0