rpms/mediatomb/F-10 import.log, 1.3, 1.4 mediatomb-service-disable.patch, 1.1, 1.2 mediatomb.spec, 1.8, 1.9

Marc Wiriadisastra mwiriadi at fedoraproject.org
Sun Jul 5 10:52:11 UTC 2009


Author: mwiriadi

Update of /cvs/pkgs/rpms/mediatomb/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8510/F-10

Modified Files:
	import.log mediatomb-service-disable.patch mediatomb.spec 
Log Message:
Change requires from mysql to mysql-libs closes bz#483635
Change priority of system-init scripts hopefully closes bz#487877
Fix the building of the package on Fedora 10




Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/F-10/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	28 Jun 2009 04:16:17 -0000	1.3
+++ import.log	5 Jul 2009 10:52:11 -0000	1.4
@@ -1,3 +1,4 @@
 mediatomb-0_11_0-2_fc9:HEAD:mediatomb-0.11.0-2.fc9.src.rpm:1223381865
 mediatomb-0_11_0-3_fc9:HEAD:mediatomb-0.11.0-3.fc9.src.rpm:1223383635
 mediatomb-0_11_0-8_fc11:F-10:mediatomb-0.11.0-8.fc11.src.rpm:1246162539
+mediatomb-0_11_0-9_fc11:F-10:mediatomb-0.11.0-9.fc11.src.rpm:1246791070

mediatomb-service-disable.patch:

Index: mediatomb-service-disable.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/F-10/mediatomb-service-disable.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mediatomb-service-disable.patch	2 Mar 2008 16:54:36 -0000	1.1
+++ mediatomb-service-disable.patch	5 Jul 2009 10:52:11 -0000	1.2
@@ -5,7 +5,7 @@
  # mediatomb This script starts and stops the mediatomb daemon
  #
 -# chkconfig: 2345 95 30
-+# chkconfig: - 95 30
++# chkconfig: - 20 80
  # processname: mediatomb
  # description: mediatomb is a daemon process which provides a UPnP service
  # config: /etc/mediatomb


Index: mediatomb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mediatomb/F-10/mediatomb.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mediatomb.spec	28 Jun 2009 04:16:17 -0000	1.8
+++ mediatomb.spec	5 Jul 2009 10:52:11 -0000	1.9
@@ -1,7 +1,7 @@
 Version: 0.11.0
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: MediaTomb - UPnP AV Mediaserver for Linux
 License: GPLv2
 Group: Applications/Multimedia
@@ -17,7 +17,7 @@ BuildRequires: xulrunner-devel
 %else
 BuildRequires: firefox-devel
 %endif
-Requires: mysql, expat
+Requires: mysql-libs, expat
 Requires(pre): shadow-utils
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -36,8 +36,10 @@ be found on http://www.upnp.org/.
 %patch1 -p1
 
 %build
-%if 0%{?fedora} >= 9
+%if 0%{?fedora} >= 11
 %configure --enable-inotify --enable-taglib --enable-libjs --with-js-h=%{_includedir}/xulrunner-sdk-1.9.1/js/
+%else if 0%{?fedora} = 10
+%configure --enable-inotify --enable-taglib --enable-libjs --with-js-h=%{_includedir}/xulrunner-sdk-1.9/js/
 %else
 %configure --enable-inotify --enable-taglib --enable-libjs
 %endif
@@ -99,6 +101,10 @@ fi
 %{_initrddir}/mediatomb
 
 %changelog
+* Sun Jun 28 2009 Marc Wiriadisastra <marc at mwiriadi.id.au> - 0.11.0-9
+- Change requires from mysql to mysql-libs closes bz#483635
+- Change priority of system-init scripts closes bz#487877
+ 
 * Sun Jun 28 2009 Marc Wiriadisastra <marc at mwiriadi.id.au> - 0.11.0-8
 - Added upstream patch which fixes compile time errors and a couple of segfaults
 




More information about the fedora-extras-commits mailing list