Author: glen Date: Sun Jan 9 22:22:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - rpmlint self-obsoletion fix; rel 3
---- Files affected: packages/totem: totem.spec (1.184 -> 1.185) ---- Diffs: ================================================================ Index: packages/totem/totem.spec diff -u packages/totem/totem.spec:1.184 packages/totem/totem.spec:1.185 --- packages/totem/totem.spec:1.184 Fri Jan 7 09:19:51 2011 +++ packages/totem/totem.spec Sun Jan 9 23:22:10 2011 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Odtwarzacz filmów dla GNOME 2 oparty na silniku gstreamer Name: totem Version: 2.32.0 -Release: 2 +Release: 3 License: GPL v2 Group: X11/Applications/Multimedia Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/2.32/%{name}-%{version}.tar.bz2 @@ -214,10 +214,10 @@ Requires: %{name} = %{version}-%{release} Requires: browser-plugins >= 2.0 Requires: browser-plugins(%{_target_base_arch}) -Provides: mozilla-firefox-plugin-totem -Provides: mozilla-plugin-totem -Obsoletes: mozilla-firefox-plugin-totem -Obsoletes: mozilla-plugin-totem +Provides: mozilla-firefox-plugin-totem = %{version}-%{release} +Provides: mozilla-plugin-totem = %{version}-%{release} +Obsoletes: mozilla-firefox-plugin-totem < %{version}-%{release} +Obsoletes: mozilla-plugin-totem < %{version}-%{release} %description -n browser-plugin-%{name} Totem's plugin for browsers. @@ -474,6 +474,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.185 2011/01/09 22:22:10 glen +- rpmlint self-obsoletion fix; rel 3 + Revision 1.184 2011/01/07 08:19:51 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/totem/totem.spec?r1=1.184&r2=1.185&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
