SHA256
1
0
forked from pool/qrencode

Accepting request 834284 from devel:libraries:c_c++

- update to 4.1.0:
  * Command line tool "qrencode" has been improved:
  * New option "--inline" has been added. (Thanks to @jp-bennett)
  * New option "--strict-version" has been added.
  * UTF8 mode now supports ANSI256 color. (Thanks to András Veres-
    Szentkirályi)
  * Micro QR Code no longer requires to specify the version number.
  * 'make check' allows to run the test programs. (Thanks to Jan Tojnar)
  * Some compile time warnings have been fixed.
  * Various CMake support improvements. (Thanks to @mgorny and @sdf5)
  * Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang)
  * Some documentation/manpage improvements. (Thanks to Dan Jacobson)
  * Some performance improvements. (Thanks to @4061N and Mika Lindqvist)
- remove qrencode-fix-installation.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/834284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qrencode?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2020-09-23 16:37:19 +00:00 committed by Git OBS Bridge
parent db0f8cfcfb
commit c698ddbac8
5 changed files with 22 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9cb278d3b28dcc36b8d09e8cad51c0eca754eb004cb0247d4703cb4472b58b4
size 430309

3
qrencode-4.1.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac7eff020d94be016d5b93bc6567f10a4a4692dcced901a384300f589a6cad0a
size 449040

View File

@ -1,13 +0,0 @@
Index: qrencode-4.0.2/CMakeLists.txt
===================================================================
--- qrencode-4.0.2.orig/CMakeLists.txt
+++ qrencode-4.0.2/CMakeLists.txt
@@ -110,7 +110,7 @@ endif()
set(prefix "${CMAKE_INSTALL_PREFIX}")
set(exec_prefix "${CMAKE_INSTALL_PREFIX}/bin")
-set(libdir "${CMAKE_INSTALL_PREFIX}/lib")
+set(libdir "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
set(includedir "${CMAKE_INSTALL_PREFIX}/include")
set(VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Sep 12 15:12:29 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.1.0:
* Command line tool "qrencode" has been improved:
* New option "--inline" has been added. (Thanks to @jp-bennett)
* New option "--strict-version" has been added.
* UTF8 mode now supports ANSI256 color. (Thanks to András Veres-
Szentkirályi)
* Micro QR Code no longer requires to specify the version number.
* 'make check' allows to run the test programs. (Thanks to Jan Tojnar)
* Some compile time warnings have been fixed.
* Various CMake support improvements. (Thanks to @mgorny and @sdf5)
* Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang)
* Some documentation/manpage improvements. (Thanks to Dan Jacobson)
* Some performance improvements. (Thanks to @4061N and Mika Lindqvist)
- remove qrencode-fix-installation.patch (upstream)
-------------------------------------------------------------------
Fri Sep 6 08:17:07 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -18,7 +18,7 @@
%define so_ver 4
Name: qrencode
Version: 4.0.2
Version: 4.1.0
Release: 0
Summary: C library for encoding data in a QR Code symbol
License: LGPL-2.1-or-later
@ -26,8 +26,6 @@ Group: Productivity/Graphics/Other
Url: https://github.com/fukuchi/libqrencode
Source0: https://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM -- qrencode-fix_installation.patch
Patch0: qrencode-fix-installation.patch
BuildRequires: cmake >= 3.1.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libpng)
@ -63,7 +61,6 @@ This package contains the development files for libqrencode.
%prep
%setup -q
%patch0 -p1
%build
%cmake -DBUILD_SHARED_LIBS=TRUE