Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2015-09-08 17:38:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epiphany (Old)
 and      /work/SRC/openSUSE:Factory/.epiphany.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epiphany"

Changes:
--------
--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes        2015-07-14 
17:45:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2015-09-08 
17:41:39.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Aug 23 04:02:46 UTC 2015 - [email protected]
+
+- Add BuildRequires on gnome-icon-theme (which really
+  provides the web-browser.png icon); copy relevant icons from
+  the gnome-icon-theme dir into the hicolor-icon-theme dir and
+  package these files to fix builds for openSUSE:42.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.1DXjWF/_old  2015-09-08 17:41:47.000000000 +0200
+++ /var/tmp/diff_new_pack.1DXjWF/_new  2015-09-08 17:41:47.000000000 +0200
@@ -30,6 +30,7 @@
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
+BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool >= 0.50
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -129,7 +130,7 @@
 %suse_update_desktop_file %{name}
 # Copy the icons in hicolor, else brp-check is sad
 for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
-        if test -f %{_datadir}/icons/gnome/$size/apps/web-browser.png; then
+        if test -f %{_datadir}/icons/gnome/${size}/apps/web-browser.png; then
                 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
                 cp -a %{_datadir}/icons/gnome/$size/apps/web-browser.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/web-browser.png
         fi
@@ -168,6 +169,7 @@
 %dir %{_libdir}/epiphany/%{_base_version}
 %dir %{_libdir}/epiphany/%{_base_version}/web-extensions
 %{_libdir}/epiphany/%{_base_version}/web-extensions/libephywebextension.so
+%{_datadir}/icons/hicolor/*/apps/web-browser.png
 
 %files lang -f %{name}.lang
 


Reply via email to