SHA256
1
0
forked from pool/qrencode

Accepting request 98612 from KDE:Distro:Factory

Update to 3.2.0 (forwarded request 98610 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/98612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qrencode?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2012-01-04 07:01:19 +00:00 committed by Git OBS Bridge
parent 62e01aa3f8
commit 181fe2a97d
4 changed files with 20 additions and 17 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 1 15:26:28 UTC 2012 - cgiboudeaux@gmx.com
- Update to 3.2.0
* Fixed a bug in mask evaluation function.
* Micro QR Code support is now marked as "experimental" explicitly.
* Build system fixes
* Changes over 3.1.1. See the Changelog file
-------------------------------------------------------------------
Wed Nov 23 09:26:00 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package qrencode
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,22 +16,18 @@
#
Name: qrencode
Version: 3.1.1
Release: 1
License: LGPL-2.1+
Version: 3.2.0
Release: 0
Summary: C library for encoding data in a QR Code symbol
Url: http://fukuchi.org/works/qrencode/index.en.html
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Url: http://fukuchi.org/works/qrencode/index.en.html
Source: %{name}-%{version}.tar.bz2
BuildRequires: autoconf libtool
BuildRequires: autoconf
BuildRequires: libSDL-devel
%if 0%{suse_version} > 1120
BuildRequires: libpng12-devel
%else
BuildRequires: libpng-devel
%endif
BuildRequires: libtool
BuildRequires: pkgconfig(libpng)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -40,7 +36,6 @@ symbology that can be scanned by handy terminals such as a mobile phone with CCD
The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
%package -n libqrencode3
License: LGPL-2.1+
Summary: C library for encoding data in a QR Code symbol
Group: Development/Libraries/C and C++
@ -50,7 +45,6 @@ symbology that can be scanned by handy terminals such as a mobile phone with CCD
The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
%package devel
License: LGPL-2.1+
Summary: C library for encoding data in a QR Code symbol
Group: Development/Libraries/C and C++
Requires: libqrencode3 = %{version}