rpms/wbxml2/FC-5 wbxml2.spec,1.10,1.11

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Fri Dec 1 12:31:19 UTC 2006


Author: rineau

Update of /cvs/extras/rpms/wbxml2/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6318/FC-5

Modified Files:
	wbxml2.spec 
Log Message:

* Fri Dec  1 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-8
- Stupidity. Fix the use of iconv. Bug #217848 again.
- Add an end-of-line to BUGS as well.

* Thu Nov 30 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-6
- Use iconv instead of recode. Bug #217848.



Index: wbxml2.spec
===================================================================
RCS file: /cvs/extras/rpms/wbxml2/FC-5/wbxml2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wbxml2.spec	30 Nov 2006 13:47:27 -0000	1.10
+++ wbxml2.spec	1 Dec 2006 12:30:49 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           wbxml2
 Version:        0.9.2
-Release:        6%{?dist}
+Release:        8%{?dist}
 Summary:        Library and tools to parse, encode and handle WBXML documents
 
 Group:          System Environment/Libraries
@@ -42,11 +42,13 @@
 
 # Recode to UTF-8 several doc files
 for file in ChangeLog README NEWS References; do
-  /usr/bin/iconv -f iso8859-1 -t utf-8 $file
+  /usr/bin/iconv -f iso8859-1 -t utf-8 $file > ${file}.conv \
+     && /bin/mv ${file}.conv $file
 done
 
 # no line terminator, add one
 echo >> THANKS
+echo >> BUGS
 
 %build
 %configure --disable-rpath --disable-static
@@ -86,8 +88,12 @@
 
 
 %changelog
+* Fri Dec  1 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-8
+- Stupidity. Fix the use of iconv. Bug #217848 again.
+- Add an end-of-line to BUGS as well.
+
 * Thu Nov 30 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-6
-- Use iconv instead of mock. Bug #217848.
+- Use iconv instead of recode. Bug #217848.
 
 * Mon Nov 27 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-5
 - Changed the Summarys and descriptions.




More information about the fedora-extras-commits mailing list