rpms/icoutils/devel .cvsignore, 1.3, 1.4 icoutils.spec, 1.2, 1.3 sources, 1.3, 1.4

Martin Gieseking mgieseki at fedoraproject.org
Sat Mar 20 13:32:16 UTC 2010


Author: mgieseki

Update of /cvs/pkgs/rpms/icoutils/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7587

Modified Files:
	.cvsignore icoutils.spec sources 
Log Message:
updated to 0.29.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/icoutils/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	24 Feb 2010 18:55:55 -0000	1.3
+++ .cvsignore	20 Mar 2010 13:32:15 -0000	1.4
@@ -1 +1 @@
-icoutils-0.29.0.tar.bz2
+icoutils-0.29.1.tar.bz2


Index: icoutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icoutils/devel/icoutils.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- icoutils.spec	24 Feb 2010 18:55:55 -0000	1.2
+++ icoutils.spec	20 Mar 2010 13:32:15 -0000	1.3
@@ -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 at 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 at uos.de> - 0.29.0-1
 - updated to latest upstream release
 - added newly available locales to package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/icoutils/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	24 Feb 2010 18:55:56 -0000	1.3
+++ sources	20 Mar 2010 13:32:15 -0000	1.4
@@ -1 +1 @@
-69560bddb90ed03dccaddc9c10449aff  icoutils-0.29.0.tar.bz2
+b58f375e0f8731595e8d0ecdc3a0acb9  icoutils-0.29.1.tar.bz2



More information about the scm-commits mailing list