rpms/oxine/devel .cvsignore, 1.3, 1.4 oxine.spec, 1.6, 1.7 sources, 1.3, 1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue May 13 14:22:40 UTC 2008


Author: thias

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

Modified Files:
	.cvsignore oxine.spec sources 
Log Message:
Update to 0.7.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/oxine/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	30 Aug 2007 15:10:54 -0000	1.3
+++ .cvsignore	13 May 2008 14:22:00 -0000	1.4
@@ -1 +1 @@
-oxine-0.7.0.tar.gz
+oxine-0.7.1.tar.gz


Index: oxine.spec
===================================================================
RCS file: /cvs/extras/rpms/oxine/devel/oxine.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oxine.spec	20 Feb 2008 04:28:55 -0000	1.6
+++ oxine.spec	13 May 2008 14:22:00 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: Lightweight, purely OSD based xine frontend
 Name: oxine
-Version: 0.7.0
-Release: 2%{?dist}
+Version: 0.7.1
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 URL: http://oxine.sourceforge.net/
@@ -38,6 +38,13 @@
 
 %prep
 %setup -q
+# Convert file to utf-8 (still as of 0.7.1)
+for file in AUTHORS; do
+    iconv -f iso8859-1 -t utf-8 -o tmp ${file}
+    touch -r ${file} tmp
+    mv -f tmp ${file}
+done
+rm -f tmp
 
 
 %build
@@ -87,7 +94,11 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.7.0-2
+* Tue May 13 2008 Matthias Saou <http://freshrpms.net/> 0.7.1-1
+- Update to 0.7.1.
+- Convert AUTHORS file to utf-8.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
 * Thu Aug 30 2007 Matthias Saou <http://freshrpms.net/> 0.7.0-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/oxine/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	30 Aug 2007 15:10:54 -0000	1.3
+++ sources	13 May 2008 14:22:00 -0000	1.4
@@ -1 +1 @@
-62e32132de0b3bb77d3e9f83ef01787d  oxine-0.7.0.tar.gz
+2a2d05ee21892624e35cf539e532c0dd  oxine-0.7.1.tar.gz




More information about the fedora-extras-commits mailing list