rpms/xine-plugin/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xine-plugin.spec, 1.4, 1.5

Martin Sourada (mso) fedora-extras-commits at redhat.com
Tue Apr 22 21:36:18 UTC 2008


Author: mso

Update of /cvs/extras/rpms/xine-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18178/devel

Modified Files:
	.cvsignore sources xine-plugin.spec 
Log Message:


Update to new version.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xine-plugin/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Mar 2007 16:33:25 -0000	1.2
+++ .cvsignore	22 Apr 2008 21:35:37 -0000	1.3
@@ -1 +1 @@
-xine-plugin-1.0.tar.bz2
+xine-plugin-1.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xine-plugin/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Mar 2007 16:33:25 -0000	1.2
+++ sources	22 Apr 2008 21:35:37 -0000	1.3
@@ -1 +1 @@
-05498789ac11990d5ddd05269671ad0d  xine-plugin-1.0.tar.bz2
+56f826f5ca85543df114d25591147970  xine-plugin-1.0.1.tar.bz2


Index: xine-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xine-plugin/devel/xine-plugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xine-plugin.spec	9 Feb 2008 12:59:03 -0000	1.4
+++ xine-plugin.spec	22 Apr 2008 21:35:37 -0000	1.5
@@ -1,12 +1,18 @@
+%if 0%{?fedora} > 8
+  %define use_xulrunner 1
+%else
+  %define use_xulrunner 0
+%endif
+
 Name:           xine-plugin
-Version:        1.0
-Release:        6%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Media plugin for mozilla compatible browsers using libxine backend
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://xinehq.de/
-Source0:        http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2
+Source0:        http://prdownloads.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2
 Patch0:         xine-plugin-1.0-xine-version-check.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -14,7 +20,13 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  libX11-devel
-Requires:       xulrunner
+
+%if 0%{?use_xulrunner}
+Requires: xulrunner
+%else
+Requires: %{_libdir}/mozilla/plugins
+%endif
+
 
 %description
 This is a very simple netscape/mozilla browser plugin using the xine
@@ -35,7 +47,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .xine-version-check
+#%patch0 -p1 -b .xine-version-check
 
 
 %build
@@ -60,6 +72,10 @@
 
 
 %changelog
+* Tue Apr 22 2008 Martin Sourada <martin.sourada at gmail.com> - 1.0.1-1
+- new upstream release
+- drop the xine-lib version patch - fixed in upstream
+
 * Sat Feb 09 2008 Martin Sourada <martin.sourada at gmail.com> - 1.0-6
 - rebuild for gcc 4.3
 - add patch for x.y.z.w format xine-lib version string




More information about the fedora-extras-commits mailing list