[qrencode] Update to 3.3.1

fantom fantom at fedoraproject.org
Sat Jun 23 21:03:03 UTC 2012


commit 289f53fd1bf9a9baf0f93573b128445050e1d37a
Author: Matthieu Saulnier <fantom at fedoraproject.org>
Date:   Sat Jun 23 23:02:36 2012 +0200

    Update to 3.3.1

 .gitignore    |    1 +
 qrencode.spec |   17 ++++++++++-------
 sources       |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de5cb62..1fddb3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 qrencode-3.1.1.tar.gz
 /qrencode-3.2.0.tar.gz
+/qrencode-3.3.1.tar.gz
diff --git a/qrencode.spec b/qrencode.spec
index e01a94e..58eec5a 100644
--- a/qrencode.spec
+++ b/qrencode.spec
@@ -1,15 +1,12 @@
 Name:           qrencode
-Version:        3.2.0
-Release:        3%{?dist}
+Version:        3.3.1
+Release:        1%{?dist}
 Summary:        Generate QR 2D barcodes
 
-Group:          Applications/Engineering
 License:        LGPLv2+
 URL:            http://megaui.net/fukuchi/works/qrencode/index.en.html
 Source0:        http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.gz
 
-Patch0: 	%{name}-fix-LIBPTHREAD-macro.patch
-
 BuildRequires:  libpng-devel chrpath
 
 
@@ -28,7 +25,6 @@ applications that use qrencode.
 
 %prep
 %setup -q
-%patch0 -b .fix-LIBPTHREAD-macro.patch
 
 
 %build
@@ -54,7 +50,7 @@ sh test_all.sh
 %files
 %doc ChangeLog COPYING NEWS README TODO
 %{_bindir}/qrencode
-%{_mandir}/man1/qrencode.1.*
+%{_mandir}/man1/qrencode.1*
 %{_libdir}/libqrencode.so.*
 
 %files devel
@@ -64,6 +60,13 @@ sh test_all.sh
 
 
 %changelog
+* Sat Jun 23 2012 Matthieu Saulnier <fantom at fedoraproject.org> - 3.3.1-1
+- update to 3.3.1
+- remove "Group" tag in spec file
+- fix manfile suffix
+- remove patch to fix improper LIBPTHREAD macro in the pkgconfig file:
+  - upstream issue
+
 * Sat Feb 25 2012 Peter Gordon <peter at thecodergeek.com> - 3.2.0-3
 - Fix applying the LIBPTHREAD patch. (Thanks to Matthieu Saulnier.)
 
diff --git a/sources b/sources
index b43c352..e8288d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-328050395ae53ccea23b5cbabe6dc7f8  qrencode-3.2.0.tar.gz
+07a0b45d0226054f2fac05ba5bbaf65f  qrencode-3.3.1.tar.gz


More information about the scm-commits mailing list