Update to new upstream release (3.4.2). Fix #926414. Update source/homepage URLs.
This commit is contained in:
parent
7fb093c528
commit
d9bca3d5e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ qrencode-3.1.1.tar.gz
|
||||
/qrencode-3.2.0.tar.gz
|
||||
/qrencode-3.3.1.tar.gz
|
||||
/qrencode-3.4.1.tar.gz
|
||||
/qrencode-3.4.2.tar.bz2
|
||||
|
||||
@ -1,15 +1,18 @@
|
||||
Name: qrencode
|
||||
Version: 3.4.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Generate QR 2D barcodes
|
||||
Summary(fr): Génère les code-barres en 2D QR
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://megaui.net/fukuchi/works/qrencode/index.en.html
|
||||
Source0: http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: libpng-devel chrpath
|
||||
URL: http://fukuchi.org/works/qrencode/
|
||||
Source0: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: SDL-devel
|
||||
## For ARM 64 support (RHBZ 926414)
|
||||
BuildRequires: autoconf >= 2.69
|
||||
|
||||
%description
|
||||
Qrencode is a utility software using libqrencode to encode string data in
|
||||
@ -52,6 +55,8 @@ d'en-tête pour les applications utilisant qrencode.
|
||||
|
||||
|
||||
%build
|
||||
## Rebuild configure scripts for ARM 64 support. (RHBZ 926414)
|
||||
%{__autoconf}
|
||||
%configure --with-tests
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -87,6 +92,13 @@ sh test_all.sh
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 11 2013 Peter Gordon <peter@thecodergeek.com> - 3.4.2-1
|
||||
- Update to new upstream release (3.4.2)
|
||||
- Fixes a memory leak, string-splitting, and Micro QR encoding bugs.
|
||||
- Run autoconf in %%build to add ARM 64 (aarch64) to the configure scripts.
|
||||
- Resolves: #926414 (qrencode: Does not support aarch64 in f19 and rawhide)
|
||||
- Update source/homepage URLs.
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user