[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/wbxml2/devel wbxml2.spec,1.11,1.12



Author: rineau

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

Modified Files:
	wbxml2.spec 
Log Message:

* Fri Dec  1 2006 Laurent Rineau <laurent rineau__fedora_extras 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 normalesup org> - 0.9.2-6
- Use iconv instead of recode. Bug #217848.



Index: wbxml2.spec
===================================================================
RCS file: /cvs/extras/rpms/wbxml2/devel/wbxml2.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wbxml2.spec	30 Nov 2006 13:47:33 -0000	1.11
+++ wbxml2.spec	1 Dec 2006 12:30:54 -0000	1.12
@@ -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 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 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 normalesup org> - 0.9.2-5
 - Changed the Summarys and descriptions.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]