Update to 3.3.1
This commit is contained in:
parent
f4660342e2
commit
289f53fd1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
qrencode-3.1.1.tar.gz
|
||||
/qrencode-3.2.0.tar.gz
|
||||
/qrencode-3.3.1.tar.gz
|
||||
|
||||
@ -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.)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user