rpms/oxine/devel oxine-strptime.patch,NONE,1.1 oxine.spec,1.11,1.12

Adrian Reber adrian at fedoraproject.org
Fri Jan 22 11:20:50 UTC 2010


Author: adrian

Update of /cvs/extras/rpms/oxine/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14871

Modified Files:
	oxine.spec 
Added Files:
	oxine-strptime.patch 
Log Message:
* Fri Jan 22 2010 Adrian Reber <adrian at lisas.de> 0.7.1-6
- Rebuild for libcdio-0.82
- Added patch for "error: implicit declaration of function 'strptime'"


oxine-strptime.patch:
 vdr.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE oxine-strptime.patch ---
--- oxine-0.7.1/src/vdr.c.org	2010-01-22 11:47:11.851715389 +0100
+++ oxine-0.7.1/src/vdr.c	2010-01-22 11:47:40.872682578 +0100
@@ -23,6 +23,8 @@
  */
 #include "config.h"
 
+#define _GNU_SOURCE
+
 #include <errno.h>
 #include <netdb.h>
 #include <stdio.h>


Index: oxine.spec
===================================================================
RCS file: /cvs/extras/rpms/oxine/devel/oxine.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- oxine.spec	25 Jul 2009 21:02:41 -0000	1.11
+++ oxine.spec	22 Jan 2010 11:20:49 -0000	1.12
@@ -1,13 +1,14 @@
 Summary: Lightweight, purely OSD based xine frontend
 Name: oxine
 Version: 0.7.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 URL: http://oxine.sourceforge.net/
 Source0: http://downloads.sf.net/oxine/oxine-%{version}.tar.gz
 Source1: oxine.desktop
 Source2: oxine.png
+Patch0: oxine-strptime.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 # We need xineplug_decode_image.so for the backgrounds
 Requires: xine-lib-extras
@@ -38,6 +39,7 @@ entertainment systems or kiosk systems.
 
 %prep
 %setup -q
+%patch0 -p1
 # 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}
@@ -94,6 +96,10 @@ touch --no-create %{_datadir}/icons/hico
 
 
 %changelog
+* Fri Jan 22 2010 Adrian Reber <adrian at lisas.de> 0.7.1-6
+- Rebuild for libcdio-0.82
+- Added patch for "error: implicit declaration of function 'strptime'"
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list