updated to 0.29.1
This commit is contained in:
parent
a524023184
commit
ea5c39ac40
@ -1 +1 @@
|
||||
icoutils-0.29.0.tar.bz2
|
||||
icoutils-0.29.1.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: icoutils
|
||||
Version: 0.29.0
|
||||
Version: 0.29.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility for extracting and converting Microsoft icon and cursor files
|
||||
|
||||
@ -20,8 +20,11 @@ libraries.
|
||||
%prep
|
||||
%setup -q
|
||||
iconv -f ISO88592 -t UTF8 < NEWS > NEWS.utf8
|
||||
iconv -f ISO88592 -t UTF8 < AUTHORS > AUTHORS.utf8
|
||||
touch -r NEWS NEWS.utf8
|
||||
touch -r AUTHORS AUTHORS.utf8
|
||||
mv NEWS.utf8 NEWS
|
||||
mv AUTHORS.utf8 AUTHORS
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -46,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 20 2010 - Martin Gieseking <martin.gieseking@uos.de> - 0.29.1-1
|
||||
- new upstream release fixes a segfault occurred in icotool
|
||||
- fixed encoding of file AUTHORS
|
||||
|
||||
* Wed Feb 24 2010 - Martin Gieseking <martin.gieseking@uos.de> - 0.29.0-1
|
||||
- updated to latest upstream release
|
||||
- added newly available locales to package
|
||||
|
Loading…
Reference in New Issue
Block a user