Hello community, here is the log from the commit of package epiphany-extensions for openSUSE:Factory checked in at 2012-03-02 13:47:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/epiphany-extensions (Old) and /work/SRC/openSUSE:Factory/.epiphany-extensions.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "epiphany-extensions", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/epiphany-extensions/epiphany-extensions.changes 2012-01-09 12:03:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.epiphany-extensions.new/epiphany-extensions.changes 2012-03-02 13:47:36.000000000 +0100 @@ -1,0 +2,20 @@ +Tue Feb 28 10:38:11 UTC 2012 - [email protected] + +- Add epiphany-extensions-fix-help.patch: fix installation of help + files, so we don't break the build of bundle-lang-gnome-extras. + +------------------------------------------------------------------- +Sat Feb 25 20:42:02 UTC 2012 - [email protected] + +- Update to version 3.3.90: + + Completely new AdBlocker extension + + Updated all extensions for API and UI changes in Epiphany + + Disable certificates extension, it uses XUL and nobody had + noticed + + Default to xz compression + + Updated translations. +- Drop epiphany-extensions-ephy-3.3.patch: fixed upstream. +- Remove gnome-common BuildRequires and call to gnome-autogen.sh, + as they were only needed for the patch above. + +------------------------------------------------------------------- Old: ---- epiphany-extensions-3.2.0.tar.bz2 epiphany-extensions-ephy-3.3.patch New: ---- epiphany-extensions-3.3.90.tar.xz epiphany-extensions-fix-help.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epiphany-extensions.spec ++++++ --- /var/tmp/diff_new_pack.iXmcu4/_old 2012-03-02 13:47:38.000000000 +0100 +++ /var/tmp/diff_new_pack.iXmcu4/_new 2012-03-02 13:47:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package epiphany-extensions # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: epiphany-extensions -Version: 3.2.0 +Version: 3.3.90 Release: 0 Summary: Extensions Collection for Epiphany License: GPL-2.0+ ; LGPL-2.1+ Group: Productivity/Networking/Web/Browsers Url: http://www.gnome.org/projects/epiphany/ -Source: http://download.gnome.org/sources/epiphany-extensions/3.2/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM epiphany-extensions-ephy-3.3.patch [email protected] -- Build against ephy 3.3.x, taken from git -Patch0: epiphany-extensions-ephy-3.3.patch +Source: http://download.gnome.org/sources/epiphany-extensions/3.3/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM epiphany-extensions-fix-help.patch bgo#670958 [email protected] -- Don't install broken symlink in help files +Patch0: epiphany-extensions-fix-help.patch %define api_version %(pkg-config --variable extensionsdir %{_libdir}/pkgconfig/epiphany-*.pc | sed "s,^%{_libdir}/epiphany/,,;s,/extensions$,,") BuildRequires: dbus-1-glib-devel BuildRequires: epiphany BuildRequires: epiphany-devel >= 3.2 BuildRequires: fdupes BuildRequires: gcc-c++ -# needed for patch0 -BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel BuildRequires: intltool BuildRequires: libwebkitgtk3-devel @@ -57,8 +56,6 @@ %patch0 -p1 %build -# needed for patch0 -NOCONFIGURE=1 gnome-autogen.sh %configure \ --disable-static \ --enable-compile-warnings=yes \ @@ -91,7 +88,7 @@ %dir %{_datadir}/omf/%{name}/ %doc %{_datadir}/omf/%{name}/%{name}-C.omf %{_datadir}/epiphany-extensions/ -%{_datadir}/epiphany/icons/hicolor/*/status/*.* +%{_datadir}/epiphany/icons/ %{_datadir}/glib-2.0/schemas/org.gnome.epiphanyextensions.gschema.xml %{_libdir}/epiphany/%{api_version}/extensions/*.ephy-extension %{_libdir}/epiphany/%{api_version}/extensions/*.so ++++++ epiphany-extensions-fix-help.patch ++++++ commit 326209a2dc3a7aea0f5ef2cfc9c7ecd3055e8674 Author: Vincent Untz <[email protected]> Date: Tue Feb 28 11:35:28 2012 +0100 help: Stop referencing figures/epi-ext-adblocker.png file It got removed with the move to the new adblocker extension. https://bugzilla.gnome.org/show_bug.cgi?id=670958 Index: epiphany-extensions-3.3.90/help/Makefile.am =================================================================== --- epiphany-extensions-3.3.90.orig/help/Makefile.am +++ epiphany-extensions-3.3.90/help/Makefile.am @@ -6,7 +6,6 @@ DOC_INCLUDES = DOC_FIGURES = \ figures/epi-ext-action-create.png \ figures/epi-ext-actions-use.png \ - figures/epi-ext-adblocker.png \ figures/epi-ext-gestures-back.png \ figures/epi-ext-gestures-close.png \ figures/epi-ext-gestures-close-2.png \ Index: epiphany-extensions-3.3.90/help/Makefile.in =================================================================== --- epiphany-extensions-3.3.90.orig/help/Makefile.in +++ epiphany-extensions-3.3.90/help/Makefile.in @@ -378,7 +378,6 @@ DOC_INCLUDES = DOC_FIGURES = \ figures/epi-ext-action-create.png \ figures/epi-ext-actions-use.png \ - figures/epi-ext-adblocker.png \ figures/epi-ext-gestures-back.png \ figures/epi-ext-gestures-close.png \ figures/epi-ext-gestures-close-2.png \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
