rpms/totem/devel .cvsignore, 1.60, 1.61 sources, 1.60, 1.61 totem.spec, 1.184, 1.185

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Apr 22 23:50:28 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4148

Modified Files:
	.cvsignore sources totem.spec 
Log Message:
* Mon Apr 21 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.2-1
- Update to 2.23.2
- Fix scriptlets removing the alternatives on upgrade (#442895)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore	8 Apr 2008 14:06:57 -0000	1.60
+++ .cvsignore	22 Apr 2008 23:49:53 -0000	1.61
@@ -1 +1 @@
-totem-2.23.1.tar.bz2
+totem-2.23.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources	8 Apr 2008 14:06:58 -0000	1.60
+++ sources	22 Apr 2008 23:49:53 -0000	1.61
@@ -1 +1 @@
-cdc5527afa3388db309ab1117e2952fe  totem-2.23.1.tar.bz2
+118b9b3030814872697505ef1e1b0b96  totem-2.23.2.tar.bz2


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- totem.spec	8 Apr 2008 20:40:37 -0000	1.184
+++ totem.spec	22 Apr 2008 23:49:53 -0000	1.185
@@ -9,8 +9,8 @@
 
 Summary: Movie player for GNOME
 Name: totem
-Version: 2.23.1
-Release: 2%{?dist}
+Version: 2.23.2
+Release: 1%{?dist}
 License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
@@ -204,8 +204,7 @@
 pushd gstreamer
 # try to work around a problem where gst-inspect does 
 # not find playbin the first time around
-#DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
-GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:5 DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all --gst-disable-registry-fork
+DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
 export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
 %configure \
   --enable-gstreamer \
@@ -256,10 +255,12 @@
 popd
 %endif
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/totem/plugins/*/*.{a,la} \
+rm -rf $RPM_BUILD_ROOT%{_libdir}/totem/plugins/*/*.{a,la} \
  $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.{a,la} \
  $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la} \
- $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget*.{a,la}
+ $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget*.{a,la} \
+ $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget.so \
+ $RPM_BUILD_ROOT%{_libdir}/totem/plugins/bemused/
 
 %find_lang %{name} --with-gnome
 
@@ -319,14 +320,17 @@
 fi
 
 %postun gstreamer
-/usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
+if [ "$1" -eq 0 ]; then
+  /usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-gstreamer.so.0.0.0
+fi
 /sbin/ldconfig
 
 %postun xine
-/usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0
+if [ "$1" -eq 0 ]; then
+  /usr/sbin/alternatives --remove totem-backend %{_libdir}/libbaconvideowidget-xine.so.0.0.0
+fi
 /sbin/ldconfig
 
-
 %post mythtv
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
@@ -427,6 +431,10 @@
 %endif
 
 %changelog
+* Mon Apr 21 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.2-1
+- Update to 2.23.2
+- Fix scriptlets removing the alternatives on upgrade (#442895)
+
 * Tue Apr 08 2008 Stewart Adam <s.adam at diffingo.com> - 2.23.1-2
 - Fix error when only a single backend has been installed (#439634)
 




More information about the fedora-extras-commits mailing list