[qrencode] Update to new upstream release (3.4.2). Fix #926414. Update source/homepage URLs.

Peter Gordon pgordon at fedoraproject.org
Sun Aug 11 07:17:17 UTC 2013


commit d9bca3d5e88f1a263edec89ce835a35425e3333b
Author: Peter Gordon <peter at thecodergeek.com>
Date:   Sun Aug 11 00:17:07 2013 -0700

    Update to new upstream release (3.4.2). Fix #926414. Update source/homepage URLs.

 .gitignore    |    1 +
 qrencode.spec |   24 ++++++++++++++++++------
 sources       |    2 +-
 3 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7933ad..830feb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/qrencode.spec b/qrencode.spec
index 8fc7ac6..b5de06e 100644
--- a/qrencode.spec
+++ b/qrencode.spec
@@ -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 at 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 at lists.fedoraproject.org> - 3.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2f51fe8..76e484d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ab3eca6d9e7901f578e72b2768090c5  qrencode-3.4.1.tar.gz
+2c1693a29fe2f26089ccdff9051c0a3f  qrencode-3.4.2.tar.bz2


More information about the scm-commits mailing list