diff --git a/webkitgtk4.spec b/webkitgtk4.spec index adce1e5..8933ff6 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -77,7 +77,7 @@ Requires: %{name}-jsc%{?_isa} = %{version}-%{release} # Recommend the support for the GTK+ 2 based NPAPI plugins Recommends: %{name}-plugin-process-gtk2%{?_isa} = %{version}-%{release} -Obsoletes: %{name}%{?_isa} < 2.12.0-2 +Obsoletes: %{name} < 2.12.0-3 # Filter out provides for private libraries %global __provides_exclude_from ^%{_libdir}/webkit2gtk-4\\.0/.*\\.so$ @@ -121,7 +121,7 @@ files for developing applications that use JavaScript engine from %{name}. %package plugin-process-gtk2 Summary: GTK+ 2 based NPAPI plugins support for %{name} -Obsoletes: %{name}%{?_isa} < 2.12.0-2 +Obsoletes: %{name} < 2.12.0-3 %description plugin-process-gtk2 Support for the GTK+ 2 based NPAPI plugins (such as Adobe Flash) for %{name}. @@ -251,6 +251,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Apr 07 2016 Michael Catanzaro - 2.12.0-3 +- Attempt harder to ensure plugin-process-gtk2 is installed on upgrade + * Wed Apr 06 2016 Michael Catanzaro - 2.12.0-2 - Attempt to ensure plugin-process-gtk2 is installed on upgrade - Add patch for WebKit#155885