Hello community,

here is the log from the commit of package epiphany-extensions for 
openSUSE:Factory checked in at 2012-01-09 12:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2011-10-13 12:18:36.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.epiphany-extensions.new/epiphany-extensions.changes 
    2012-01-09 12:03:34.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Dec 21 13:20:49 UTC 2011 - [email protected]
+
+- Add epiphany-extensions-ephy-3.3.patch: build against epiphany
+  3.3.x, taken from git.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh,
+  needed for the above patch.
+
+-------------------------------------------------------------------

New:
----
  epiphany-extensions-ephy-3.3.patch

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

Other differences:
------------------
++++++ epiphany-extensions.spec ++++++
--- /var/tmp/diff_new_pack.1jati3/_old  2012-01-09 12:03:35.000000000 +0100
+++ /var/tmp/diff_new_pack.1jati3/_new  2012-01-09 12:03:35.000000000 +0100
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           epiphany-extensions
 Version:        3.2.0
-Release:        1
-License:        GPL-2.0+ ; LGPL-2.1+
+Release:        0
 Summary:        Extensions Collection for Epiphany
-Url:            http://www.gnome.org/projects/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
 %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
@@ -52,8 +54,11 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
+# needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
     --disable-static \
     --enable-compile-warnings=yes \

++++++ epiphany-extensions-ephy-3.3.patch ++++++
>From 81eb69151fa94eb9d6babc0b1ee36ea004df2f0b Mon Sep 17 00:00:00 2001
From: Diego Escalante Urrelo <[email protected]>
Date: Thu, 15 Dec 2011 09:07:40 +0000
Subject: configure: use Epiphany 3.3 API

---
diff --git a/configure.ac b/configure.ac
index d764e94..009ba4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ m4_define([e_e_branch],["trunk"])
 
 AC_INIT([GNOME Web Browser 
Extensions],[e_e_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany-extensions],[epiphany-extensions])
 
-EPIPHANY_API_VERSION=3.2
+EPIPHANY_API_VERSION=3.3
 
 EPIPHANY_EXTENSIONS_MAJOR=e_e_version_major.e_e_version_minor
 AC_SUBST(EPIPHANY_EXTENSIONS_MAJOR)
--
cgit v0.9.0.2
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to