Update to 3.3.1

This commit is contained in:
Matthieu Saulnier 2012-06-23 23:02:36 +02:00
parent f4660342e2
commit 289f53fd1b
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
qrencode-3.1.1.tar.gz
/qrencode-3.2.0.tar.gz
/qrencode-3.3.1.tar.gz

View File

@ -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@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@thecodergeek.com> - 3.2.0-3
- Fix applying the LIBPTHREAD patch. (Thanks to Matthieu Saulnier.)

View File

@ -1 +1 @@
328050395ae53ccea23b5cbabe6dc7f8 qrencode-3.2.0.tar.gz
07a0b45d0226054f2fac05ba5bbaf65f qrencode-3.3.1.tar.gz