Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2012-01-09 12:03:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epiphany (Old)
 and      /work/SRC/openSUSE:Factory/.epiphany.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epiphany", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes        2011-10-19 
13:53:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2012-01-09 
12:03:32.000000000 +0100
@@ -1,0 +2,48 @@
+Tue Dec 20 10:11:06 UTC 2011 - [email protected]
+
+- Update to version 3.3.3:
+  + Combine the stop/reload buttons (bgo#657655)
+  + Drop bookmarks/topics bar
+  + Properly save about: URIs in session (bgo#664483)
+  + Use a vanilla GtkToolbar instead of an EggEditableToolbar
+    (bgo#664483)
+  + Use an overlay progressbar for the load progress (bgo#665470)
+  + Use GtkOverlay for the statusbar (bgo#653996)
+  + Kill right/left padding in the toolbar so that icons are
+    accessible from the edge of the screen (bgo#665518)
+  + Use new-windows-in-tabs by default (bgo#656091)
+  + Remove "Go" and "Tabs" menu
+  + Remove user visible concept of "homepage" (bgo#665469)
+  + Remove the toolbar editor (bgo#664260)
+  + Use uniform style for about: pages (bgo#665136)
+  + Use GTK+ 3.0 icon names (bgo#665170)
+  + Make sure WebApps are always shown in the shell (bgo#664751)
+  + Use SoupSession:ssl-use-system-ca-file property instead of
+    copying the detection code (bgo#633109)
+  + Never show tabs in application mode (bgo#663668)
+  + Layout fixes for the properties dialog (bgo#662252)
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove --with-ca-file/--without-ca-file configure option: removed
+  upstream.
+
+-------------------------------------------------------------------
+Tue Nov 22 09:38:46 UTC 2011 - [email protected]
+
+- Update to version 3.3.2:
+  + Use GNetworkMonitor to monitor network changes (bgo#664096)
+  + Remove use of deprecated GTK+ APIs (bgo#664120)
+  + Fix icon in PDM's "Clear All" button (bgo#663159)
+  + Show the WebKit version in the about dialog
+  + Other minor fixes
+
+-------------------------------------------------------------------
+Thu Oct 27 21:07:33 UTC 2011 - [email protected]
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Port from GtkTable to GtkGrid (bgo#661347)
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  epiphany-3.2.1.tar.bz2

New:
----
  epiphany-3.3.3.tar.xz

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

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.iwDEoG/_old  2012-01-09 12:03:34.000000000 +0100
+++ /var/tmp/diff_new_pack.iwDEoG/_new  2012-01-09 12:03:34.000000000 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           epiphany
-Version:        3.2.1
-Release:        1
-License:        GPLv2+
+Version:        3.3.3
+Release:        0
 Summary:        GNOME Web Browser
-Url:            http://www.gnome.org/projects/epiphany/
+License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Browsers
-Source:         
http://download.gnome.org/sources/epiphany/3.2/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org/projects/epiphany/
+Source:         
http://download.gnome.org/sources/epiphany/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE epiphany-hide-bookmark-editor.patch [email protected] -- 
Hide bookmark editors in menu
 Patch0:         epiphany-hide-bookmark-editor.patch
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
[email protected] -- Make one-click install work with one-click
@@ -40,13 +39,15 @@
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel >= 0.5.1
 BuildRequires:  libseed-gtk3-devel
-BuildRequires:  libsoup-devel
+BuildRequires:  libsoup-devel >= 2.37.1
 BuildRequires:  libtool
 BuildRequires:  libwebkitgtk3-devel >= 1.6.1
 BuildRequires:  libxslt-devel
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 Requires:       %{name}-branding = %{version}
 Requires:       NetworkManager
@@ -62,7 +63,6 @@
 simplicity and standards compliance.
 
 %package devel
-License:        GPLv2+
 Summary:        GNOME Web Browser
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
@@ -74,7 +74,6 @@
 simplicity and standards compliance.
 
 %package branding-upstream
-License:        GPLv2+
 Summary:        GNOME Web Browser -- Upstream default bookmarks and user agent 
string
 Group:          Productivity/Networking/Web/Browsers
 Requires:       %{name} = %{version}
@@ -114,12 +113,7 @@
     --enable-zeroconf \
     --enable-network-manager \
     --enable-seed \
-    --with-distributor-name="SUSE" \
-%if 0%{?suse_version} > 1120
-    --with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem
-%else
-    --without-ca-file
-%endif
+    --with-distributor-name="SUSE"
 make %{?_smp_mflags} V=1
 
 %install
@@ -174,8 +168,7 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_libdir}/epiphany
-%{_libdir}/girepository-1.0/Epiphany-3.2.typelib
-%{_libdir}/girepository-1.0/EphyEgg-3.2.typelib
+%{_libdir}/girepository-1.0/Epiphany-3.3.typelib
 %doc %{_mandir}/man1/epiphany.1.gz
 
 %files lang -f %{name}.lang

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to