Mailinglist Archive: opensuse-commit (1248 mails)
| < Previous | Next > |
commit epiphany for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 16 Apr 2010 00:11:01 +0200
- Message-id: <20100415221101.21B4B2029A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package epiphany for openSUSE:Factory
checked in at Fri Apr 16 00:11:01 CEST 2010.
--------
--- GNOME/epiphany/epiphany.changes 2010-03-31 01:52:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/epiphany/epiphany.changes 2010-04-09
17:13:00.000000000 +0200
@@ -1,0 +2,26 @@
+Fri Apr 9 16:58:15 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- When creating the extensions directory, create it with the value
+ that is in epiphany's pkg-config file. This ensures we'll have
+ the right directory.
+- Get ready to use the certificate bundle file: we will pass
+ --with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem to configure
+ instead of --without-ca-file on 11.3 and later. This is commented
+ out for now since we need a ca-certificates package that is not
+ in Factory yet.
+
+-------------------------------------------------------------------
+Thu Apr 8 19:45:18 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 2.30.2:
+ + Correct extensions dir definition in lib/ too.
+- Changes from version 2.30.1:
+ + Improve page print implementation (bgo#609756)
+ + Ignore case of URL schemes (bgo#605089)
+ + Check if URL is NULL before setting its history title
+ (bgo#582629)
+ + Fix crasher when pressing Up arrow twice (bgo#599156)
+ + Look for extensions in the correct directory, using our API
+ version as versioning number.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
epiphany-2.30.0.tar.bz2
New:
----
epiphany-2.30.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.8v9sCY/_old 2010-04-16 00:09:17.000000000 +0200
+++ /var/tmp/diff_new_pack.8v9sCY/_new 2010-04-16 00:09:17.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package epiphany (Version 2.30.0)
+# spec file for package epiphany (Version 2.30.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,11 +18,11 @@
Name: epiphany
-Version: 2.30.0
+Version: 2.30.2
Release: 1
-%define major_version 2.30
+# FIXME: once ca-certificates will create the bundle file, uncomment the
--with-ca-file configure option
License: GPLv2+
-Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
+Summary: GNOME Web Browser Based on the WebKit Rendering Engine
Url: http://www.gnome.org/projects/epiphany/
Group: Productivity/Networking/Web/Browsers
Source: %{name}-%{version}.tar.bz2
@@ -70,7 +70,7 @@
%package devel
License: GPLv2+
-Summary: GNOME Web Browser based on the Mozilla Rendering Engine
+Summary: GNOME Web Browser based on the WebKit Rendering Engine
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
Requires: gtk2-devel
@@ -123,6 +123,12 @@
--enable-introspection \
--enable-seed \
--without-ca-file
+# FIXME: when ca-certificates will be recent-enough:
+#%if 0%{?suse_version} > 1120
+# --with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem
+#%else
+# --without-ca-file
+#%endif
%__make %{?jobs:-j%jobs}
%install
@@ -133,9 +139,11 @@
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
-# In case make install did not create the extensions folder
-if ! test -d %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions; then
- install -d -m 0755
%{buildroot}%{_libdir}/epiphany/%{major_version}/extensions
+# In case make install did not create the extensions directory; note that we
+# determine this directory with the pkg-config file that got installed.
+extensionsdir=`pkg-config --variable extensionsdir
%{buildroot}%{_libdir}/pkgconfig/epiphany-*.pc`
+if ! test -d %{buildroot}${extensionsdir}; then
+ install -d -m 0755 %{buildroot}${extensionsdir}
fi
%suse_update_desktop_file -N "Epiphany" %name
%suse_update_desktop_file bme System
++++++ epiphany-2.30.0.tar.bz2 -> epiphany-2.30.2.tar.bz2 ++++++
++++ 12462 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |